aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/wordexp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-2/+2
* wordexp: Rewrite to make WRDE_NOCMD reliable.Jilles Tjoelker2015-09-301-80/+132
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-4/+5
* wordexp(): Improve some error codes.Jilles Tjoelker2015-08-191-15/+26
* wordexp(): Stop using the undocumented wordexp builtin.Jilles Tjoelker2015-08-161-3/+4
* wordexp: Explicitly pass along IFS.Jilles Tjoelker2015-03-311-1/+4
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.Jilles Tjoelker2013-08-271-4/+4
* wordexp(): Fix syntax validation for backslashes in single-quotes.Jilles Tjoelker2013-07-231-1/+2
* wordexp(): Simplify code by deferring work to sh.Jilles Tjoelker2013-05-091-13/+3
* wordexp(): Remove wrong IFS usage.Jilles Tjoelker2013-04-011-4/+1
* Eliminate more dead stores.Garrett Wollman2009-11-251-1/+1
* wordexp(3): fix some bugs with signals and long outputsJilles Tjoelker2009-10-231-19/+57
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.Tim J. Robbins2004-06-301-3/+3
* Terminate execl()'s argument list with a null pointer instead of aTim J. Robbins2004-04-091-1/+1
* Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate.Tim J. Robbins2003-01-071-22/+22
* Fix a number of bugs noticed by more extensive testing:Tim J. Robbins2003-01-041-7/+15
* Be more consistent with "static".Tim J. Robbins2002-12-271-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,Tim J. Robbins2002-12-261-0/+308