aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getenv.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-271-0/+36
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* secure_getenv: Add () around return valuesWarner Losh2023-03-251-2/+2
* Add GNU glibc compatible secure_getenvlucy2023-03-141-0/+12
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+1
* getenv(3): Fix two typos in source code commentsGordon Bergling2022-04-091-2/+2
* libc: add clearenv functionMariusz Zaborski2021-11-071-0/+25
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Minor libc cleanup: let calloc(3) do the multiplication.Pedro F. Giffuni2017-03-131-1/+1
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-4/+4
* [fix to r253380] __setenv: be explicit about placing '=' after nameAndriy Gapon2013-07-171-2/+1
* libc: name passed into __setenv is not necessarily NUL-terminatedAndriy Gapon2013-07-161-1/+1
* Optimize prev. commit for speed.Andrey A. Chernov2012-10-031-3/+7
* Using putenv() and later direct pointer contents modification it is possibeAndrey A. Chernov2012-10-021-1/+3
* Revert behavior change to setenv(), unsetenv() and putenv() until a moreSean Farley2009-12-071-3/+6
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingSean Farley2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toSean Farley2009-12-061-8/+9
* Temporarily revert the previous change because the linker has beenBrian Feldman2009-12-011-36/+28
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)Brian Feldman2009-12-011-28/+36
* Restructure and use different variables in the tests that involveSean Farley2008-08-031-13/+15
* Detect if the application has cleared the environ variable by settingSean Farley2008-08-021-7/+12
* Replace the use of warnx() with direct output to stderr using _write().Sean Farley2008-02-281-12/+36
* The precision for a string argument in a call to warnx() needs to be castSean Farley2007-09-221-1/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;Sean Farley2007-09-151-2/+2
* Added environ-replacement detection. For programs that "clean" (i.e., su)Sean Farley2007-07-201-78/+163
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-59/+538
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-5/+2
* Make putenv() fully conforms to Open Group specs Issue 6Andrey A. Chernov2007-04-301-2/+5
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsAndrey A. Chernov2007-04-301-5/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-4/+6
* Doubled the performance of getenv()/__findenv() by rewriting it to notDavid Greenman1995-10-171-20/+24
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+87