Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13lib/kstrtox.c: add "false"/"true" support to kstrtobool()Jagdish Gediya
2022-01-20kstrtox: uninline everythingAlexey Dobriyan
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko
2021-05-19lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald
2020-11-19lib: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-11lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan
2017-07-11lib/kstrtox.c: delete end-of-string testAlexey Dobriyan
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-12lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan
2016-03-18lib: add "on"/"off" support to kstrtoboolKees Cook
2016-03-18lib: move strtobool() to kstrtobool()Kees Cook
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan
2014-01-24lib/kstrtox.c: remove redundant cleanupFelipe Contreras
2012-12-18kstrto*: add documentationEldad Zack
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-02-09Reduce the number of expensive division instructions done by _parse_integer()David Howells
2011-11-01lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan
2011-07-26lib: make _tolower() publicAndy Shevchenko
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-04-15kstrtox: simpler code in _kstrtoull()Alexey Dobriyan
2011-03-23kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan