| Age | Commit message (Expand) | Author |
| 2003-11-26 | improve random number generation by using largest 31-bit prime | jdolecek |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-05 | Style fixes to reduce diff size against the FreeBSD version, notably: | junyoung |
| 2003-09-23 | Slight syncing with OpenBSD version. | wiz |
| 2003-09-19 | add warning on realloc() size de-synchronization. from openbsd | itojun |
| 2003-09-10 | Use standard section headers, suggested by jmc@openbsd. Sort sections. | wiz |
| 2003-09-10 | Pull over some improvements from OpenBSD's v1.26 of this file, including | wiz |
| 2003-09-10 | getopt return value has to be held in int, not char. | itojun |
| 2003-09-09 | Fix typos and declare a missing variable in example. From Quentin Garnier in ... | wiz |
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz |
| 2003-09-07 | Fix typos in comments; from Brian Poole via jmc@openbsd. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-23 | call malloc_init() on first call to free/realloc, to make malloc.conf to | itojun |
| 2003-06-27 | Remove superfluous comma. | wiz |
| 2003-06-27 | Quote question mark. | wiz |
| 2003-06-03 | Add atoll(3) to libnbcompat. We need it when building target's gcc | uwe |
| 2003-05-29 | KNF example: NULL vs. 0, space after switch. | kleink |
| 2003-05-10 | Misc fixes from jmc@openbsd. | wiz |
| 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 |