| Age | Commit message (Expand) | Author |
| 1999-04-18 | Correct omission made during last fix of HISTORY section. | ad |
| 1999-04-18 | Fix HISTORY section (somebody hacked the end off it). | ad |
| 1999-04-01 | Slight cleanup - no functional change. | simonb |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-06 | Fix minor formatting error. | mycroft |
| 1999-02-24 | use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate | drochner |
| 1998-11-30 | Use the (new) sys_nsig instead of NSIG. | thorpej |
| 1998-11-15 | delint | christos |
| 1998-10-23 | Add note about special case when calling strcmp() or strcasecmp() with | tron |
| 1998-10-13 | Need an internal name for strsep(). | kleink |
| 1998-10-13 | Need an internal name for strdup(). | kleink |
| 1998-09-27 | Add an internal name for strtok_r(). | kleink |
| 1998-09-14 | Make makewhatis find strtok_r(3). | kleink |
| 1998-09-14 | Install a link for strtok_r(3). | kleink |
| 1998-09-14 | Add a pointer to strtok_r(). | kleink |
| 1998-08-09 | 'c' is only used #ifndef BZERO so wrap its declaration accordingly. | wrstuden |
| 1998-08-04 | switch bzero to version in memset.c. | perry |
| 1998-08-04 | Replace complicated and ugly makefile gook to make memmove,memcpy by | perry |
| 1998-07-27 | Make these compile without __AUDIT__. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-04-28 | Principally, change foo(N) to .Xr foo N | fair |
| 1998-03-27 | limits.h if user-land, machine/limits.h if kernel or standalone | cgd |
| 1998-03-26 | when deciding whether to use standard system include files or libkern.h, | cgd |
| 1998-03-11 | #include <string.h> now says #include <unistd.h> which matches the source cod... | fair |
| 1998-02-22 | Add the same protection as other files have for _KERNEL, which at least works | mycroft |
| 1998-02-16 | don't assume buf is NL_TEXTMAX long | lukem |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-02-04 | Cast pointers to u_long before masking them, not int. | thorpej |
| 1998-02-03 | .Bx'ize | perry |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1998-02-03 | Update SYNOPSIS: the function prototypes reside in <strings.h>. | kleink |
| 1998-01-30 | note that bzero isn't yet being built from memset.c | perry |
| 1998-01-30 | update to lite-2 | perry |
| 1998-01-23 | Update various aspects of the special target builds which should | cgd |
| 1998-01-21 | add appropriate #ifdefs (kernel includes) so that these files can | cgd |
| 1998-01-12 | Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>. | kleink |
| 1997-12-30 | pointers are NULL, NUL is a char; deraadt@openbsd.org | mikel |
| 1997-12-07 | add lint stubs for files that are implemented in assembler on the pc532. | matthias |
| 1997-12-06 | fix typo (s/A/An/) | mikel |
| 1997-11-14 | add missing .Nm entries. from spz@serpens.swb.de. | mrg |
| 1997-11-06 | lint stubs for functions which ports use assembly versions. When using | cgd |
| 1997-10-22 | - use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-16 | These two don't belong in string.h, but unistd.h | christos |
| 1997-10-09 | rcsid police | lukem |
| 1997-08-26 | Add missing "RETURN VALUES" section; from Krister Walfridsson | kleink |
| 1997-08-19 | fix typos and remove obsolete RETURN VALUES section; from Krister | mikel |
| 1997-07-21 | If port provides __weak_alias(), provide an Standard C and POSIX pure | jtc |
| 1997-07-21 | KNF and help gcc optimise for registers better. | mrg |
| 1997-07-13 | Fix RCSID's | christos |
| 1997-06-02 | Add support for localized character sets (a.k.a. LC_CTYPE). | kleink |