| Age | Commit message (Expand) | Author |
| 1999-08-02 | replace malloc(3) with one from freebsd which documents our new malloc.c | lukem |
| 1999-07-23 | getopt long functionality | mcr |
| 1999-07-08 | Make sure errno is set to ENOMEM if we return NULL. | thorpej |
| 1999-07-05 | index -> ldx (and similar in some related variable names). Avoids a lint | thorpej |
| 1999-07-05 | Oops, back out 1.21. Christos and I apparently stepped on each other. | thorpej |
| 1999-07-05 | s/index/idx/ | christos |
| 1999-07-05 | Compute page size related parameters at run-time. | thorpej |
| 1999-07-05 | EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently. | thorpej |
| 1999-07-04 | Only define MADV_FREE do MADV_DONTNEED if it's not already defined | thorpej |
| 1999-06-26 | The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc. | tls |
| 1999-06-17 | add FreeBSD's malloc, compiled in only if MALLOC_NEW is set in mk.conf | tls |
| 1999-05-03 | add a const castaway lint comment. | christos |
| 1999-04-06 | Fix typo noted by NAKAJIMA Yoshihiro in PR lib/7328. | tron |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-22 | Add 3 additional slots to the statically allocated exit handler array to | kleink |
| 1999-03-09 | Add missing .El lines. | erh |
| 1999-02-24 | use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate | drochner |
| 1999-02-22 | t{search,find,walk,delete} from OpenBSD via Neil A. Carson | christos |
| 1999-02-07 | getopt() does not return -1 when encountering an unknown option. | bad |
| 1999-02-06 | Serialize freelist access with a mutex. | kleink |
| 1999-02-06 | Add l64a_r(), a reentrant version of l64a(); found in the Multithreading | kleink |
| 1999-02-06 | Changes from Niklas Hallqvist from OpenBSD. Commit message there was: | simonb |
| 1999-01-29 | Protect access of state with a mutex. Miscellaneous notes: | kleink |
| 1999-01-09 | 1003.2-92 specifies the string "--" to be recognized as the option list | kleink |
| 1998-11-16 | Since we are forcing unsigned shifts for portability, define Unsigned_shifts | christos |
| 1998-11-15 | delint | christos |
| 1998-10-19 | Slight formatting glitch. | kleink |
| 1998-10-19 | More vax -> __vax__ cruft. | matt |
| 1998-10-18 | Protect __atexit manipulation and traversal with a mutex. | kleink |
| 1998-10-12 | Exit via _exit() rather than exit(), as the latter would cause exit handlers | kleink |
| 1998-09-26 | Adapt to posix signal system calls. | christos |
| 1998-09-11 | Add a multiple-reader/single-writer lock to protect environ. | kleink |
| 1998-09-09 | Addendum to previous commit: remove stdio usage from sections during which | kleink |
| 1998-09-09 | Add a mutex to protect the state. | kleink |
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem |
| 1998-08-26 | make memcpy into memmove in some cases | perry |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-29 | English. | ross |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | constify some tables. | mycroft |
| 1998-06-14 | It's 1998, actually. | kleink |
| 1998-06-14 | Add a manual page for a64l() and l64a(). | kleink |
| 1998-06-14 | Per XPG4.2, if the `value' argument evaluates to 0L, don't return a NULL | kleink |
| 1998-04-28 | fix mdoc references and mistakes | fair |
| 1998-04-28 | Principally, change foo(N) to .Xr foo N | fair |
| 1998-02-28 | changes to (partially) quiet lint. | perry |
| 1998-02-06 | Cast size_t to long for printing. | kleink |
| 1998-02-06 | Update standards section for putenv(). | kleink |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-02-04 | Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it was | kleink |