| Age | Commit message (Expand) | Author |
| 2011-05-18 | cleanup saving and restoring errno, and make it similar. | christos |
| 2011-05-13 | don't let readlink trash errno.; | christos |
| 2011-05-05 | Add missing preposition. | wiz |
| 2011-05-05 | Fix lead paragraph. | jruoho |
| 2011-05-03 | Remove \*[q] -- not necessary, just use plain double quotes instead. | wiz |
| 2011-04-13 | Collect also the division functions to single place, div(3). | jruoho |
| 2011-04-13 | Collect abs(3), labs(3), llabs(3), and imaxabs(3) to a single small page. | jruoho |
| 2011-04-13 | Fix another bug (no 'imaxint_t' type). | jruoho |
| 2011-04-13 | Fix obvious bug. | jruoho |
| 2011-03-21 | Fix xref; security(8) -> security(7). | jruoho |
| 2011-03-07 | Pass down ELF Auxillary Vectors for static NetBSD binaries too. | joerg |
| 2011-02-26 | Switch from floating point to fixed point integer for run sizes maths. | njoly |
| 2010-12-14 | Reference strsuftoll(3) and orders(7) with each other. | jruoho |
| 2010-11-27 | ansify | christos |
| 2010-11-17 | Include "namespace.h" to get namespace protection. | tron |
| 2010-11-16 | Implement mark & sweep garbage collection as suggested by Enami Tsugutomo | tron |
| 2010-11-16 | Fix typos in comment. | enami |
| 2010-11-14 | 1.) Rename internal function __findvar() to __findenvvar(). | tron |
| 2010-11-14 | Set errno to ENOENT if we reject the environment variable name in | tron |
| 2010-11-14 | Improve and simplify implementation of *env(3) functions: | tron |
| 2010-11-10 | Clear all entries past the NULL while scrubing environ vector. | enami |
| 2010-11-10 | Indent using tab rather than four spaces. | enami |
| 2010-11-04 | scrub the whole array, not just the first n malloced entries. | christos |
| 2010-11-03 | Handle the case where a program attempted to cleanup the environment by | christos |
| 2010-11-02 | - Simplify the code | enami |
| 2010-11-01 | Double the array only when really necessary. Otherwise memory will be | enami |
| 2010-10-26 | Improve wording after consultation with njoly. | wiz |
| 2010-10-25 | Make putenv(3) fails with EINVAL for a null pointer, or for a string | njoly |
| 2010-10-24 | Double the size of the allocate environment vector when we resize it. | tron |
| 2010-10-16 | Make setenv(3) follow the standard, by rejecting invalid strings. It | njoly |
| 2010-10-05 | Avoid unnecessary malloc(). Since __findenv() kindly treats | enami |
| 2010-10-02 | Restore binary compatibility with applications which use putenv(3) | tron |
| 2010-10-02 | Make sure that all extra elements of the environment vector are set | tron |
| 2010-10-02 | Remember that we didn't malloc() memory for an environment variable | tron |
| 2010-10-01 | Fix a typo, remove trailing whitespace. | wiz |
| 2010-10-01 | make putenv POSIX compliant. | christos |
| 2010-09-30 | Be slightly more careful about freeing memory allocated for environment | tron |
| 2010-09-29 | If new length is exactly equals to the current length, | enami |
| 2010-09-29 | Don't put space before close paren. | enami |
| 2010-09-25 | be more conservative about allocing. | christos |
| 2010-09-25 | Remember the correct pointer which we will free later. | tron |
| 2010-09-25 | Unlock the environment lock if __alocenv() fails. | tron |
| 2010-09-25 | Remember memory used by allocated environment variables instead of | tron |
| 2010-09-24 | protect the __allocenv call with the mutex; from Enami | christos |
| 2010-09-24 | Fix memory leaks; thanks Enami! | christos |
| 2010-09-23 | Use a bit array to keep track of malloced environment entries so we can | christos |
| 2010-09-23 | PR/43899: Nicolas Joly: setenv(3)/unsetenv(3) memory leak. | christos |
| 2010-09-23 | Add empty line in ERRORS section. | njoly |
| 2010-09-09 | Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so. | skrll |
| 2010-06-28 | Ensure that initfini.c is referenced by exit.c. The start up code has to | joerg |