| Age | Commit message (Expand) | Author |
| 2000-07-20 | Add a description of strtok_r(3), and rip out the obsoleteness claim. | kleink |
| 2000-07-05 | s/Xt/Xr/ | enami |
| 2000-06-29 | The declaration lives in <unistd.h>, actually; from Patrick Welche in PR | kleink |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-01-22 | Delint. | mycroft |
| 1999-09-28 | xref strlcpy & strlcat | lukem |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-09-10 | due to an overwhelming rush of complaints, remove the check for NULL | lukem |
| 1999-09-08 | add netbsd rcsid's | lukem |
| 1999-09-08 | strlcpy() and strlcat() by Todd Miller <Todd.Miller@courtesan.com>, via openbsd | lukem |
| 1999-08-03 | Add and document support for using new archive state mode flags. Now | wrstuden |
| 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 |