summaryrefslogtreecommitdiffstats
path: root/lib/libutil (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not mask errno if we fail to open /dev/diskmap. Also, fall throughjsing2011-06-301-4/+1
* s/ands/and/, from Tobias Ulmersthen2011-06-231-3/+3
* Correct msgbuf_write() example. OK jmc@ and nicm@claudio2011-03-051-3/+3
* Update to better describe reality, i.e. disklabel(8) UID usage.krw2011-01-031-10/+24
* Do not attempt to prepend /dev/ to path if it already contains a slash.millert2010-12-221-17/+19
* Always return a pointer to the static buffer in realpath, even ifmillert2010-12-211-13/+10
* opendev() path argument should be const. OK deraadt@millert2010-12-173-8/+8
* Document isduid(3).jsing2010-11-172-3/+64
* Crank minor due to the addition of isduid().jsing2010-11-161-1/+1
* Teach readlabelfs() how to handle DUIDs.jsing2010-11-151-4/+24
* Factor out DUID identification code so that it can easily be reused.jsing2010-11-154-29/+48
* imsg.h requires sys/uio.h, ok deraadtnicm2010-10-311-2/+3
* add missing headers needed for close() and ioctl().chl2010-06-281-1/+3
* Protect against multiple inclusion, from Christiano F. Haesbaert.nicm2010-06-231-1/+6
* If a request to opendev(3) is given in the form of a disklabel UID,jsing2010-06-181-3/+51
* typo; Ian McWilliamsthen2010-05-281-3/+3
* Move imsg into libutil and add a man page.nicm2010-05-266-5/+1250
* WARNINGS -> CAVEATS, and a little neccessary cleanup;jmc2010-04-011-9/+9
* Do not need -DLIBC_SCCS anymorederaadt2009-10-281-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* remove unsupported LIBRARY section; from Alan R. S. Buenojmc2009-09-291-4/+2
* Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@millert2009-08-011-5/+5
* use llabs instead of the home-grown version; and some comment changesmartynas2009-06-201-4/+4
* example code fix from Will Maier; ok ottojmc2008-07-291-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-268-68/+12
* copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should atjmc2007-11-192-12/+20
* comment inside commentderaadt2007-09-091-2/+2
* convert to new .Dd format;jmc2007-05-3115-30/+30
* Make it clear, that the line returned does not have amoritz2007-05-161-3/+3
* remove some bogus *p from charles longeautedu2007-03-201-4/+4
* fix some dodgy displays;jmc2007-02-061-3/+2
* Don't use err as labels or variables, especially since we includeray2006-12-201-7/+7
* Always write errno on pw_lock failure so it can be relied on.ray2006-12-172-5/+29
* Fix off by one comparison. FSMAXTYPES is the last valid index intokrw2006-10-021-2/+2
* Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Longkrw2006-06-141-2/+1
* getting to the bottom of the issues. sprinkle a few casts that willderaadt2006-04-023-6/+6
* casts that cannot cause breakage in the futurederaadt2006-03-301-4/+4
* change internal login_protect() API to use mode_t like it shouldderaadt2006-03-301-4/+4
* please lint (without making anything else worse)deraadt2006-03-301-4/+4
* spaces, and a off_t typecast to please lintderaadt2005-11-281-7/+7
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* library routines should not be checking for NULL pointers passed in,deraadt2005-10-194-27/+5
* add uu_lock_txfr to .Nm list;jmc2005-10-121-2/+3
* scrape $Id$ tags.espie2005-08-0211-60/+11
* O_EXLOCK stuff was introduced in June 1997, and backed out again injmc2005-07-291-5/+3
* Fix rounding of fractionless numbers. ok tom@ miod@otto2005-03-091-4/+10
* Fix sizing of fraction. ok tom@ deraadt@otto2005-03-081-9/+4
* use .Pq rather than .Po/.Pc;jmc2005-03-071-3/+3
* Make sure we check snprintf return value for failure or truncation beforecloder2005-03-031-9/+10
* update FILES;jmc2004-11-251-3/+7