summaryrefslogtreecommitdiffstats
path: root/lib/argv_split.c
AgeCommit message (Expand)AuthorLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2013-04-29argv_split(): teach it to handle mutable stringsOleg Nesterov-47/+40
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa-10/+3
2007-10-20LIB: Replace inappropriate include of <linux/bug.h>Robert P. J. Day-1/+2
2007-10-17argv_split: allow argv_split to handle NULL pointer in argcp parameter gracef...Neil Horman-1/+3
2007-07-18add argv_split()Jeremy Fitzhardinge-0/+105