summaryrefslogtreecommitdiffstats
path: root/lib/parser.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1Star
* lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers2018-10-311-4/+1Star
* lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers2018-10-311-4/+1Star
* lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers2018-10-311-5/+1Star
* parser: add u64 number parserJames Smart2016-12-061-0/+47
* lib/parser.c: put EXPORT_SYMBOLs in the conventional placeAndrew Morton2014-01-241-7/+6Star
* lib/parser.c: add match_wildcard() functionDu, Changbin2014-01-241-0/+51
* lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon2013-02-221-3/+3
* lib/parser.c: avoid overflow in match_number()Alex Elder2012-10-051-2/+8
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* lib/parser: cleanup match_number()Namhyung Kim2010-10-271-3/+4
* parser: remove unnecessary strlen()André Goddard Rosa2009-12-151-4/+7
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster2008-05-151-12/+20
* [AFS]: Make the match_*() functions take const options.David Howells2007-05-031-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+220