| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not mask errno if we fail to open /dev/diskmap. Also, fall through |  jsing | 2011-06-30 | 1 | -4/+1 |
* | s/ands/and/, from Tobias Ulmer |  sthen | 2011-06-23 | 1 | -3/+3 |
* | Correct msgbuf_write() example. OK jmc@ and nicm@ |  claudio | 2011-03-05 | 1 | -3/+3 |
* | Update to better describe reality, i.e. disklabel(8) UID usage. |  krw | 2011-01-03 | 1 | -10/+24 |
* | Do not attempt to prepend /dev/ to path if it already contains a slash. |  millert | 2010-12-22 | 1 | -17/+19 |
* | Always return a pointer to the static buffer in realpath, even if |  millert | 2010-12-21 | 1 | -13/+10 |
* | opendev() path argument should be const. OK deraadt@ |  millert | 2010-12-17 | 3 | -8/+8 |
* | Document isduid(3). |  jsing | 2010-11-17 | 2 | -3/+64 |
* | Crank minor due to the addition of isduid(). |  jsing | 2010-11-16 | 1 | -1/+1 |
* | Teach readlabelfs() how to handle DUIDs. |  jsing | 2010-11-15 | 1 | -4/+24 |
* | Factor out DUID identification code so that it can easily be reused. |  jsing | 2010-11-15 | 4 | -29/+48 |
* | imsg.h requires sys/uio.h, ok deraadt |  nicm | 2010-10-31 | 1 | -2/+3 |
* | add missing headers needed for close() and ioctl(). |  chl | 2010-06-28 | 1 | -1/+3 |
* | Protect against multiple inclusion, from Christiano F. Haesbaert. |  nicm | 2010-06-23 | 1 | -1/+6 |
* | If a request to opendev(3) is given in the form of a disklabel UID, |  jsing | 2010-06-18 | 1 | -3/+51 |
* | typo; Ian McWilliam |  sthen | 2010-05-28 | 1 | -3/+3 |
* | Move imsg into libutil and add a man page. |  nicm | 2010-05-26 | 6 | -5/+1250 |
* | WARNINGS -> CAVEATS, and a little neccessary cleanup; |  jmc | 2010-04-01 | 1 | -9/+9 |
* | Do not need -DLIBC_SCCS anymore |  deraadt | 2009-10-28 | 1 | -2/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -5/+1 |
* | remove unsupported LIBRARY section; from Alan R. S. Bueno |  jmc | 2009-09-29 | 1 | -4/+2 |
* | Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ |  millert | 2009-08-01 | 1 | -5/+5 |
* | use llabs instead of the home-grown version; and some comment changes |  martynas | 2009-06-20 | 1 | -4/+4 |
* | example code fix from Will Maier; ok otto |  jmc | 2008-07-29 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 8 | -68/+12 |
* | copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at |  jmc | 2007-11-19 | 2 | -12/+20 |
* | comment inside comment |  deraadt | 2007-09-09 | 1 | -2/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 15 | -30/+30 |
* | Make it clear, that the line returned does not have a |  moritz | 2007-05-16 | 1 | -3/+3 |
* | remove some bogus *p from charles longeau |  tedu | 2007-03-20 | 1 | -4/+4 |
* | fix some dodgy displays; |  jmc | 2007-02-06 | 1 | -3/+2 |
* | Don't use err as labels or variables, especially since we include |  ray | 2006-12-20 | 1 | -7/+7 |
* | Always write errno on pw_lock failure so it can be relied on. |  ray | 2006-12-17 | 2 | -5/+29 |
* | Fix off by one comparison. FSMAXTYPES is the last valid index into |  krw | 2006-10-02 | 1 | -2/+2 |
* | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long |  krw | 2006-06-14 | 1 | -2/+1 |
* | getting to the bottom of the issues. sprinkle a few casts that will |  deraadt | 2006-04-02 | 3 | -6/+6 |
* | casts that cannot cause breakage in the future |  deraadt | 2006-03-30 | 1 | -4/+4 |
* | change internal login_protect() API to use mode_t like it should |  deraadt | 2006-03-30 | 1 | -4/+4 |
* | please lint (without making anything else worse) |  deraadt | 2006-03-30 | 1 | -4/+4 |
* | spaces, and a off_t typecast to please lint |  deraadt | 2005-11-28 | 1 | -7/+7 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | library routines should not be checking for NULL pointers passed in, |  deraadt | 2005-10-19 | 4 | -27/+5 |
* | add uu_lock_txfr to .Nm list; |  jmc | 2005-10-12 | 1 | -2/+3 |
* | scrape $Id$ tags. |  espie | 2005-08-02 | 11 | -60/+11 |
* | O_EXLOCK stuff was introduced in June 1997, and backed out again in |  jmc | 2005-07-29 | 1 | -5/+3 |
* | Fix rounding of fractionless numbers. ok tom@ miod@ |  otto | 2005-03-09 | 1 | -4/+10 |
* | Fix sizing of fraction. ok tom@ deraadt@ |  otto | 2005-03-08 | 1 | -9/+4 |
* | use .Pq rather than .Po/.Pc; |  jmc | 2005-03-07 | 1 | -3/+3 |
* | Make sure we check snprintf return value for failure or truncation before |  cloder | 2005-03-03 | 1 | -9/+10 |
* | update FILES; |  jmc | 2004-11-25 | 1 | -3/+7 |