summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
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
1997-11-16PR/4475: Jason R. Thorpe: there is no common function to parse a continuedchristos
1997-10-23use CPPFLAGS instead of CFLAGS, remove -Wall et al (WARNS=1 already does this)lukem
1997-10-19Test file type correctly, using S_IS*().mycroft
1997-10-12* Add hostname to temporary file to avoid collisions when locking oncjs
1997-10-11Add pidlock, ttylock, ttyunlock functions.cjs