Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | opendev() path argument should be const. OK deraadt@ | Todd C. Miller | |
2010-11-17 | Document isduid(3). | Joel Sing | |
Tweaks from jmc@ ok jmc@ krw@ | |||
2010-11-16 | Crank minor due to the addition of isduid(). | Joel Sing | |
2010-11-15 | Teach readlabelfs() how to handle DUIDs. | Joel Sing | |
ok krw@ | |||
2010-11-15 | Factor out DUID identification code so that it can easily be reused. | Joel Sing | |
ok krw@ | |||
2010-10-31 | imsg.h requires sys/uio.h, ok deraadt | Nicholas Marriott | |
2010-06-28 | add missing headers needed for close() and ioctl(). | Charles Longeau | |
ok krw@ millert@ | |||
2010-06-23 | Protect against multiple inclusion, from Christiano F. Haesbaert. | Nicholas Marriott | |
ok deraadt@ | |||
2010-06-18 | If a request to opendev(3) is given in the form of a disklabel UID, | Joel Sing | |
open /dev/diskmap and perform a DIOCMAP ioctl in order to open the actual device. As a result, all programs which make use of opendev(3) can now operate with disklabel UIDs. Feedback from millert@ ok millert@ krw@ thib@ | |||
2010-05-28 | typo; Ian McWilliam | Stuart Henderson | |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt | |||
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre | |
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-09-29 | remove unsupported LIBRARY section; from Alan R. S. Bueno | Jason McIntyre | |
2009-08-01 | Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ | Todd C. Miller | |
2009-06-20 | use llabs instead of the home-grown version; and some comment changes | Martynas Venckus | |
ok ian@, millert@ | |||
2008-07-29 | example code fix from Will Maier; ok otto | Jason McIntyre | |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2007-11-19 | copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at | Jason McIntyre | |
least document /etc/ptmp; while i'm at it, might as well tidy it up and make it consistent across these pages; | |||
2007-09-09 | comment inside comment | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-16 | Make it clear, that the line returned does not have a | Moritz Jodeit | |
trailing newline in contrast to fgetln(3). ok ray@ jmc@ millert@ | |||
2007-03-20 | remove some bogus *p from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2006-12-20 | Don't use err as labels or variables, especially since we include | Ray Lai | |
err.h. OK moritz@ and jaredy@. | |||
2006-12-17 | Always write errno on pw_lock failure so it can be relied on. | Ray Lai | |
Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@. | |||
2006-10-02 | Fix off by one comparison. FSMAXTYPES is the last valid index into | Kenneth R Westerback | |
fstypesnames[], but that entry is NULL. The last valid file system name is at fstypesnames[FSMAXTYPES-1]. Encountered and diagnosed by pedro@. ok pedro@ deraadt@ | |||
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback | |
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ | |||
2006-04-02 | getting to the bottom of the issues. sprinkle a few casts that will | Theo de Raadt | |
actually help us find bugs later (with lint, not cc), if they get introduced | |||
2006-03-30 | casts that cannot cause breakage in the future | Theo de Raadt | |
2006-03-30 | change internal login_protect() API to use mode_t like it should | Theo de Raadt | |
2006-03-30 | please lint (without making anything else worse) | Theo de Raadt | |
2005-11-28 | spaces, and a off_t typecast to please lint | Theo de Raadt | |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-10-19 | library routines should not be checking for NULL pointers passed in, | Theo de Raadt | |
and then setting errno to EFAULT. that is balony programming! they should keep stumbling along to purposely create a crash, so that the programmer stops doing that kind of stupid crap. ok otto | |||
2005-10-12 | add uu_lock_txfr to .Nm list; | Jason McIntyre | |
2005-08-02 | scrape $Id$ tags. | Marc Espie | |
okay deraadt@, millert@, krw@ | |||
2005-07-29 | O_EXLOCK stuff was introduced in June 1997, and backed out again in | Jason McIntyre | |
November of that year; however, the corresponding man changes were never backed out. do that now, reversing -r1.3 of this file; original pr and diff from peter philipp (this commit closes pr #4309); i chose to revert -r1.3 rather than accept the new wording from peter; thanks jaredy@ for tracking all this down, and supplying the ok... | |||
2005-03-09 | Fix rounding of fractionless numbers. ok tom@ miod@ | Otto Moerbeek | |
2005-03-08 | Fix sizing of fraction. ok tom@ deraadt@ | Otto Moerbeek | |
2005-03-07 | use .Pq rather than .Po/.Pc; | Jason McIntyre | |
2005-03-03 | Make sure we check snprintf return value for failure or truncation before | Chad Loder | |
using it. Make uu_lock_txfr work by properly checking return value from put_pid(). Fix an FD leak on the lockfile in an error path (from FreeBSD with modifications). OK millert@, input from otto@ and Bruno Rohee. | |||
2004-11-25 | update FILES; | Jason McIntyre | |
fixes pr #3998; diff from frank denis, though slightly different fix committed; help and ok millert@ | |||
2004-11-04 | Treat EOF at prompt the same as 'n' instead of looping forever. | Todd C. Miller | |
Noticed by mepch@. OK pedro@ and deraadt@ | |||
2004-09-18 | label a switch fallthrough | Theo de Raadt | |
2004-09-18 | avoid aliasing over library symbol | Theo de Raadt | |
2004-09-18 | cast not needed | Theo de Raadt | |
2004-09-16 | fix 1099512676352 -> 2.0T; ok miod@ | Otto Moerbeek | |
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller | |
Today it finally dies. Based on a diff from Gabriel Kihlman. |