summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2010-10-01Fix a typo, remove trailing whitespace.wiz
2010-10-01make putenv POSIX compliant.christos
2010-09-30Be slightly more careful about freeing memory allocated for environmenttron
2010-09-29If new length is exactly equals to the current length,enami
2010-09-29Don't put space before close paren.enami
2010-09-28Add missing period at the end of sentense.enami
2010-09-27validate flags/oflags from __sflag() befere call __sfp().tnozaki
2010-09-27fix off-by-one, pointed out by enami-san, thanks!tnozaki
2010-09-26fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)yamt
2010-09-25be more conservative about allocing.christos
2010-09-25Remember the correct pointer which we will free later.tron
2010-09-25Unlock the environment lock if __alocenv() fails.tron
2010-09-25Remember memory used by allocated environment variables instead oftron
2010-09-25Change last commit to Use "ptrdiff_t" instead of "intptr_t" because thetron
2010-09-25Add explicit cast to fix lint error on 32bit platforms.tron
2010-09-25Remove trailing whitespace, merge error sections for same error, nits.wiz
2010-09-25Make groff happy.uwe
2010-09-24add man page as promised.christos
2010-09-24If not using O32 on mips, we need to read ELF64 symbols too.matt
2010-09-24protect the __allocenv call with the mutex; from Enamichristos
2010-09-24Fix memory leaks; thanks Enami!christos
2010-09-24add fmemopen(3) derrived from POSIX:2008.tnozaki
2010-09-23Use a bit array to keep track of malloced environment entries so we canchristos
2010-09-23PR/43899: Nicolas Joly: setenv(3)/unsetenv(3) memory leak.christos
2010-09-23Add empty line in ERRORS section.njoly
2010-09-22Bump date for O_DIRECTORY, more markup, merge two error sections.wiz
2010-09-21implement O_DIRECTORY as standardized in POSIX-2008,chs
2010-09-16- remove a wrong _DIAGASSERTyamt
2010-09-10Resurrect this for MIPS softfloat.matt
2010-09-10apply an 11 years old fix from FreeBSD:drochner
2010-09-09Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so.skrll
2010-09-06O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts).wiz
2010-09-06I assume "POSIX 200805" is IEEE Std 1003.1-2008 (POSIX.1), so usewiz
2010-09-06New vdprintf needs "namespace protection".jakllsch
2010-09-06Note a difference to IEEE Std 2003.1-2008. Bump date.wiz
2010-09-06add dprintf and vdprintfchristos
2010-09-06Add GLOB_STAR support from Greg Dionne.christos
2010-09-05Explain how O_NOFOLLOW may cause EFTYPE. From joerg.wiz
2010-09-04Add libc glue for libtre.ahoka
2010-09-03Pullup fixes from matt-nb5-mips64.matt
2010-08-29dprintf is claimed by posix.christos
2010-08-28Replace the current usage of Elf64_Half with Elf64_Word and renamejoerg
2010-08-27add psiginfo.christos
2010-08-18Add a couple more possible return values.pgoyette
2010-08-06weakasm for kevent so it can be a cancelation point.christos
2010-07-31initialize fake FILE, not fp.tnozaki
2010-07-31undo unrelated diff.christos
2010-07-31fix coredump vfwprintf(stderr) reported in current-user@tnozaki
2010-07-31Define a new __c99inline macro for compilers known to implement the C99joerg
2010-07-26Improve _PC_NO_TRUNC description. From Matthew Mondor onnjoly