| Age | Commit message (Expand) | Author |
| 2000-03-08 | Added details about origin of code (BSD/OS) in history section. | mjl |
| 2000-02-13 | Mention the LOGIN_SETENV flag for setusercontext() | mjl |
| 2000-02-10 | Add a missing free() of a temporary buffer. | mjl |
| 2000-02-04 | Add login_getpwclass to libutil as convenience function for | mjl |
| 2000-01-14 | Make setusercontext() resilient against missing login.conf too. | mjl |
| 2000-01-13 | Make login_cap routines resilient to non-existant conf file, and | mjl |
| 2000-01-13 | Add a history section. | mjl |
| 2000-01-12 | Add necessary support routines for login.conf. | mjl |
| 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 |