| Age | Commit message (Expand) | Author |
| 1999-12-03 | Use /bin/sh to take care of the EDITOR command parsing instead of home | mjl |
| 1999-11-19 | Typos (from OpenBSD) | kristerw |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-17 | remove diagnostic check for name==NULL; it's ok to call pw_error() in this case | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-06-12 | const poisoning. | christos |
| 1999-06-06 | Use asprintf(3), as suggested by Simon Burge. | thorpej |
| 1999-06-06 | Add pidfile(3), which write a pid file in /var/run, and arranges for it | thorpej |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-25 | Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing | abs |
| 1999-02-16 | Dv vs. Va police. | kleink |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1999-01-11 | strtok() -> strtok_r() to avoid side-effects. | kleink |
| 1999-01-11 | In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration | kleink |
| 1999-01-11 | 2 -> STDERR_FILENO | kleink |
| 1998-12-09 | Delint | christos |
| 1998-10-14 | Kill __LIBUTIL_BUILD in favor of the newly added _LIBC indicator completely; | kleink |
| 1998-09-27 | Use posix signal system calls. | christos |
| 1998-09-26 | Preserve the correct errno so that programs know the reason we failed. | christos |
| 1998-08-29 | Execute ttyaction on termination of rlogind/telnetd sessions. | tsarna |
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem |
| 1998-08-19 | Add some braces to make egcs happy. | thorpej |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-06-27 | Put pw_scan() back into libutil and pretent that libutil.so.5.0 never | thorpej |
| 1998-06-09 | actually, bump major for pw_scan() removal, even when it was moved to -lc | lukem |
| 1998-06-08 | bump minor (because pw_scan() moved to libc, and old binaries that use libuti... | lukem |
| 1998-06-08 | don't need trailing empty paragraph | lukem |
| 1998-06-08 | move pw_scan() out of here (into libc) | lukem |
| 1998-05-09 | Delint last. | kleink |
| 1998-05-08 | Fix some arithmetics lossage on typeless pointers. | kleink |
| 1998-05-05 | Fix function return value and arguments in SYNOPSIS. | enami |
| 1998-03-30 | Need <time.h> for time() prototype. | kleink |
| 1998-03-18 | Add bswap{16,32,64} functions to libutil. Because of this, bump minor. | bouyer |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-01-22 | unregisterify | perry |
| 1998-01-22 | merge with lite-2 | perry |
| 1998-01-09 | RCS Id Police. | perry |
| 1998-01-05 | RCSID Police. | perry |
| 1997-12-31 | Change an exit() to _exit(), so that it's safe for vfork(). | thorpej |
| 1997-12-04 | s/void/int/, from Ty Sarna in PR lib/4627 | mikel |
| 1997-12-01 | * add extra arg to fparseln() - int flags - which is a bitmask. | lukem |
| 1997-11-24 | * return on empty lines (with len = 0, and a pointer to an empty string), | lukem |
| 1997-11-24 | fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups | lukem |
| 1997-11-23 | better describe delim[], use ".Nx 1.3a" instead of "1.3A", other minor stuff | lukem |
| 1997-11-18 | Fix typo; update `buf' by return value from realloc(3). | enami |
| 1997-11-16 | Increase minor number for fparseln | christos |
| 1997-11-16 | tyop | christos |