aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/environ/envctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-3/+0
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)Brian Feldman2009-12-011-2/+29
* Detect if the application has cleared the environ variable by settingSean Farley2008-08-021-12/+29
* Fix whitespace.Sean Farley2008-08-021-52/+52
* Differentiate in the tests against getenv() between an empty string and aSean Farley2008-04-231-1/+1
* Remove a dereference. It was unintended and a no-op.Sean Farley2008-03-011-20/+30
* Added environ-replacement detection. For programs that "clean" (i.e., su)Sean Farley2007-07-201-8/+18
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-0/+154