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