summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2010-06-28add missing headers needed for close() and ioctl().Charles Longeau
2010-06-23Protect against multiple inclusion, from Christiano F. Haesbaert.Nicholas Marriott
2010-06-18If a request to opendev(3) is given in the form of a disklabel UID,Joel Sing
2010-05-28typo; Ian McWilliamStuart Henderson
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre
2009-10-28Do not need -DLIBC_SCCS anymoreTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-29remove unsupported LIBRARY section; from Alan R. S. BuenoJason McIntyre
2009-08-01Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@Todd C. Miller
2009-06-20use llabs instead of the home-grown version; and some comment changesMartynas Venckus
2008-07-29example code fix from Will Maier; ok ottoJason McIntyre
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-19copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should atJason McIntyre
2007-09-09comment inside commentTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-16Make it clear, that the line returned does not have aMoritz Jodeit
2007-03-20remove some bogus *p from charles longeauTed Unangst
2007-02-06fix some dodgy displays;Jason McIntyre
2006-12-20Don't use err as labels or variables, especially since we includeRay Lai
2006-12-17Always write errno on pw_lock failure so it can be relied on.Ray Lai
2006-10-02Fix off by one comparison. FSMAXTYPES is the last valid index intoKenneth R Westerback
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. LongKenneth R Westerback
2006-04-02getting to the bottom of the issues. sprinkle a few casts that willTheo de Raadt
2006-03-30casts that cannot cause breakage in the futureTheo de Raadt
2006-03-30change internal login_protect() API to use mode_t like it shouldTheo de Raadt
2006-03-30please lint (without making anything else worse)Theo de Raadt
2005-11-28spaces, and a off_t typecast to please lintTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-19library routines should not be checking for NULL pointers passed in,Theo de Raadt
2005-10-12add uu_lock_txfr to .Nm list;Jason McIntyre
2005-08-02scrape $Id$ tags.Marc Espie
2005-07-29O_EXLOCK stuff was introduced in June 1997, and backed out again inJason McIntyre
2005-03-09Fix rounding of fractionless numbers. ok tom@ miod@Otto Moerbeek
2005-03-08Fix sizing of fraction. ok tom@ deraadt@Otto Moerbeek
2005-03-07use .Pq rather than .Po/.Pc;Jason McIntyre
2005-03-03Make sure we check snprintf return value for failure or truncation beforeChad Loder
2004-11-25update FILES;Jason McIntyre
2004-11-04Treat EOF at prompt the same as 'n' instead of looping forever.Todd C. Miller
2004-09-18label a switch fallthroughTheo de Raadt
2004-09-18avoid aliasing over library symbolTheo de Raadt
2004-09-18cast not neededTheo de Raadt
2004-09-16fix 1099512676352 -> 2.0T; ok miod@Otto Moerbeek
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-05-28knf; otto okTheo de Raadt
2004-04-21kill whitespace at eol;Jason McIntyre
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2004-04-20Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.Todd C. Miller
2004-04-11Crank max ptys to 992. We now have 62 pty/tty pairs for each letterTodd C. Miller