| Age | Commit message (Expand) | Author |
| 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-28 | Add missing period at the end of sentense. | enami |
| 2010-09-27 | validate flags/oflags from __sflag() befere call __sfp(). | tnozaki |
| 2010-09-27 | fix off-by-one, pointed out by enami-san, thanks! | tnozaki |
| 2010-09-26 | fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) | yamt |
| 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-25 | Change last commit to Use "ptrdiff_t" instead of "intptr_t" because the | tron |
| 2010-09-25 | Add explicit cast to fix lint error on 32bit platforms. | tron |
| 2010-09-25 | Remove trailing whitespace, merge error sections for same error, nits. | wiz |
| 2010-09-25 | Make groff happy. | uwe |
| 2010-09-24 | add man page as promised. | christos |
| 2010-09-24 | If not using O32 on mips, we need to read ELF64 symbols too. | matt |
| 2010-09-24 | protect the __allocenv call with the mutex; from Enami | christos |
| 2010-09-24 | Fix memory leaks; thanks Enami! | christos |
| 2010-09-24 | add fmemopen(3) derrived from POSIX:2008. | tnozaki |
| 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-22 | Bump date for O_DIRECTORY, more markup, merge two error sections. | wiz |
| 2010-09-21 | implement O_DIRECTORY as standardized in POSIX-2008, | chs |
| 2010-09-16 | - remove a wrong _DIAGASSERT | yamt |
| 2010-09-10 | Resurrect this for MIPS softfloat. | matt |
| 2010-09-10 | apply an 11 years old fix from FreeBSD: | drochner |
| 2010-09-09 | Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so. | skrll |
| 2010-09-06 | O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts). | wiz |
| 2010-09-06 | I assume "POSIX 200805" is IEEE Std 1003.1-2008 (POSIX.1), so use | wiz |
| 2010-09-06 | New vdprintf needs "namespace protection". | jakllsch |
| 2010-09-06 | Note a difference to IEEE Std 2003.1-2008. Bump date. | wiz |
| 2010-09-06 | add dprintf and vdprintf | christos |
| 2010-09-06 | Add GLOB_STAR support from Greg Dionne. | christos |
| 2010-09-05 | Explain how O_NOFOLLOW may cause EFTYPE. From joerg. | wiz |
| 2010-09-04 | Add libc glue for libtre. | ahoka |
| 2010-09-03 | Pullup fixes from matt-nb5-mips64. | matt |
| 2010-08-29 | dprintf is claimed by posix. | christos |
| 2010-08-28 | Replace the current usage of Elf64_Half with Elf64_Word and rename | joerg |
| 2010-08-27 | add psiginfo. | christos |
| 2010-08-18 | Add a couple more possible return values. | pgoyette |
| 2010-08-06 | weakasm for kevent so it can be a cancelation point. | christos |
| 2010-07-31 | initialize fake FILE, not fp. | tnozaki |
| 2010-07-31 | undo unrelated diff. | christos |
| 2010-07-31 | fix coredump vfwprintf(stderr) reported in current-user@ | tnozaki |
| 2010-07-31 | Define a new __c99inline macro for compilers known to implement the C99 | joerg |
| 2010-07-26 | Improve _PC_NO_TRUNC description. From Matthew Mondor on | njoly |