| Age | Commit message (Expand) | Author |
| 2003-04-16 | Use | wiz |
| 2003-04-13 | Warn if the old unsetenv() is referenced. | kleink |
| 2003-04-07 | Observed in other places: move __unsetenv13.c near unsetenv.c, only | kleink |
| 2003-04-07 | unsetenv(3) returns "int" now | drochner |
| 2003-04-07 | compile unsetenv(3) into libc or you'll mess up your system | drochner |
| 2003-04-07 | 1003.1-2001 has introduced unsetenv() which differs from the current | kleink |
| 2003-03-19 | When implementing a recursive mutex, it helps if you remember to | nathanw |
| 2003-03-04 | Don't acquire __environ_lock around exec*() calls; nothing requires | nathanw |
| 2003-03-04 | Fix lib/20558: | thorpej |
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 |
| 2003-03-01 | Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(), | thorpej |
| 2003-02-08 | Use definition in "namespace.h" to rename functions, not home grown. | itohy |
| 2003-01-29 | Provide some more details for papers by Bentley/M.D. McIlroy and by | heinz |
| 2003-01-20 | Fix lib/17248 properly | dsl |
| 2003-01-18 | s/_REENT/_REENTRANT/ | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-09 | Add a couple of missing THREAD_UNLOCK's, for the error exit path. | chris |
| 2002-11-29 | a <-> an fixes. | wiz |
| 2002-11-29 | add strsuftoll(3) and strsuftollx(3) - parse a string for a number | lukem |
| 2002-11-15 | Fix indent in sample code. | enami |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-06 | pull in config.h (et al) for libnbcompat | lukem |
| 2002-10-02 | Grammar fixes and markup improvements. | wiz |
| 2002-10-02 | completely with only one "el". | wiz |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-08-20 | Mark up NULL and ENOMEM. | wiz |
| 2002-08-20 | Remove superfluous double quotes and a superfluous Ns. | wiz |
| 2002-08-11 | bring in EXAMPLES and a note. | yamt |
| 2002-08-11 | bring in EXAMPLES from OpenBSD. | yamt |
| 2002-08-11 | - more description about realloc. | yamt |
| 2002-08-10 | fix sample code. from openbsd. | yamt |
| 2002-08-10 | result of getenv should be treated as read-only. | yamt |
| 2002-08-10 | bump .Dd . | yamt |
| 2002-08-10 | note only 8 bits of exit-status is passed. | yamt |
| 2002-08-10 | note that alloca can't report error. | yamt |
| 2002-08-10 | bump .Dd for my previous commit. | yamt |
| 2002-08-10 | note that abort(3) causes streams flushed and closed. | yamt |
| 2002-07-31 | restore the previous form of the condition checking malloc() return value, which | jdolecek |
| 2002-07-31 | allow calloc(0, x) and calloc(x, 0). sync w/openbsd | itojun |
| 2002-07-30 | die if integer overflow. from openbsd | itojun |
| 2002-07-10 | import CAVEATS sections from OpenBSD. | yamt |
| 2002-06-21 | Undo last two, until I have time to take a good look at the problems. | wiz |
| 2002-06-13 | According to POSIX, "-" (the string) is an exception and should not | wiz |
| 2002-06-13 | Fix '-' handling. POSIX only recognizes "--" as end-of-options. | wiz |
| 2002-06-06 | Added hppa support (some of it incomplete) to lib/csu, lib/libc, | fredette |
| 2002-06-03 | Fix SYNOPSIS, noted by Martin Macok on tech-userlevel. | wiz |
| 2002-05-26 | Remove #ifdef Bad_float_h and #ifndef __STDC__ parts (unneeded). | wiz |
| 2002-04-28 | Xref fabs(3) | zuntum |
| 2002-02-07 | generate & symbolically | ross |