aboutsummaryrefslogtreecommitdiff
path: root/lib/argv_split.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19argv_split: fix kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2013-04-29argv_split(): teach it to handle mutable stringsGravatar Oleg Nesterov 1-47/+40
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-10/+3
2007-10-20LIB: Replace inappropriate include of <linux/bug.h>Gravatar Robert P. J. Day 1-1/+2
2007-10-17argv_split: allow argv_split to handle NULL pointer in argcp parameter gracef...Gravatar Neil Horman 1-1/+3
2007-07-18add argv_split()Gravatar Jeremy Fitzhardinge 1-0/+105