| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: kld(3) | David E. O'Brien | 2007-09-21 | 1 | -2/+3 |
| * | style.Makefile(9) | David E. O'Brien | 2007-09-21 | 1 | -4/+7 |
| * | MFC: flopen(3) | David E. O'Brien | 2007-09-21 | 1 | -2/+2 |
| * | MFC: expand_number(3) | David E. O'Brien | 2007-09-21 | 1 | -6/+6 |
| * | Respect NO_INET6 knob (MFC in spirit of rev. 1.61). | Xin LI | 2007-05-28 | 1 | -0/+2 |
| * | MFC pidfile(3) function, and convert several applications to make use | Xin LI | 2006-01-15 | 1 | -3/+8 |
| * | Insta-MFC of the shared library version bump. All shared libraries | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Add humanize_number(3) to libutil for formating numbers into a human | Pawel Jakub Dawidek | 2004-05-24 | 1 | -4/+4 |
| * | Back out the "clean_environment()" function from libutil. | Tim Kientzle | 2004-02-29 | 1 | -4/+4 |
| * | Add a clean_environment call to libutil. | Tim Kientzle | 2004-02-26 | 1 | -4/+4 |
| * | Bump the major version on libtuil. libutil now relies on the mac_* | Robert Watson | 2003-11-12 | 1 | -1/+1 |
| * | Remove a GCC specifig CFLAG. We should be using WARNS=? for this. | Mark Murray | 2003-10-18 | 1 | -1/+1 |
| * | style.Makefile(5) | David E. O'Brien | 2003-08-18 | 1 | -1/+1 |
| * | Stage 3 of dynamic root support. Make all the libraries needed to run | Gordon Tetlow | 2003-08-17 | 1 | -0/+1 |
| * | Zap now-unused SHLIB_MINOR | Peter Wemm | 2002-09-28 | 1 | -1/+0 |
| * | Backout previous delta (addition of -I${.CURDIR}/../../sys). | Maxim Sobolev | 2002-06-26 | 1 | -2/+1 |
| * | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | Maxim Sobolev | 2002-06-26 | 1 | -1/+2 |
| * | Add passwd manipulation code based on parts of vipw and chpass. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -4/+5 |
| * | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | Robert Watson | 2001-11-16 | 1 | -4/+1 |
| * | remove emalloc,ecalloc,erealloc,estrdup | Assar Westerlund | 2001-07-23 | 1 | -5/+1 |
| * | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | Assar Westerlund | 2001-07-22 | 1 | -2/+6 |
| * | Add a manual page for extattr_string_to_namespace and | Dima Dorfman | 2001-06-24 | 1 | -0/+3 |
| * | Removed -I${.CURDIR}/.../sys from CFLAGS. | Ruslan Ermilov | 2001-05-18 | 1 | -1/+1 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
| * | o To support new EA interface with explicit namespaces, introduce two | Robert Watson | 2001-03-15 | 1 | -3/+3 |
| * | Move trimdomain() into it's own source file and tidy things up a bit. | Brian Somers | 2001-03-14 | 1 | -4/+4 |
| * | Fix problems people were having with large -O levels with GCC and | Brian Feldman | 2000-10-27 | 1 | -1/+1 |
| * | Move setproctitle() from libutil to libc (after a repo-copy) | Brian Somers | 2000-09-02 | 1 | -2/+2 |
| * | Stick login_setcryptfmt() in its own file to make pulling in of | Brian Feldman | 2000-08-23 | 1 | -4/+2 |
| * | Add working and easy crypt(3)-switching. Yes, we need a whole new API | Brian Feldman | 2000-08-22 | 1 | -1/+5 |
| * | Update major version. | Yoshinobu Inoue | 2000-02-14 | 1 | -2/+2 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 1 | -2/+1 |
| * | several tcp apps IPv6 update | Yoshinobu Inoue | 2000-01-25 | 1 | -1/+2 |
| * | Replace beforeinstall target with new variables used by .mk system. | Rodney W. Grimes | 2000-01-14 | 1 | -6/+1 |
| * | Moved flags_to_string and string_to_flags into libutil. It's used in | Josef Karthauser | 1999-12-30 | 1 | -1/+2 |
| * | Connect fparseln(3) for mailwrapper(8) | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | Link manual page for login_getpwclass(3) to login_cap(3). | Joseph Koshy | 1999-11-04 | 1 | -1/+3 |
| * | Axe LOGIN_CAP_AUTH. | Sheldon Hearn | 1999-08-13 | 1 | -1/+0 |
| * | Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing | Sheldon Hearn | 1999-07-12 | 1 | -1/+1 |
| * | add MLINKS for two functions used from login_auth.c | Andrey A. Chernov | 1999-04-24 | 1 | -0/+1 |
| * | Tidy up trimdomain() and document it. | Brian Somers | 1999-04-07 | 1 | -1/+2 |
| * | Add realhostname() - a function to correctly lookup | Brian Somers | 1999-04-06 | 1 | -2/+2 |
| * | Add some rudimentary documentation for my new functions. | Jordan K. Hubbard | 1998-10-08 | 1 | -2/+5 |
| * | Add a simple mechanism for reading property lists from files (which | Jordan K. Hubbard | 1998-10-07 | 1 | -1/+1 |
| * | Add uu_lock_txfr() to transfer ownership of a successful | Brian Somers | 1998-05-28 | 1 | -1/+2 |
| * | MF22: add login_auth.3 to man page list. | Jordan K. Hubbard | 1998-02-18 | 1 | -2/+2 |
| * | Remove login_progok() | Brian Somers | 1997-08-31 | 1 | -2/+2 |
| * | Add full support for determining if a user | Brian Somers | 1997-08-27 | 1 | -2/+2 |
| * | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | Bruce Evans | 1997-08-26 | 1 | -1/+1 |
| * | Add appropriate ${DESTDIR} in front of absolute paths. | Satoshi Asami | 1997-07-18 | 1 | -1/+1 |