Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-05-28 | knf; otto ok | Theo de Raadt | |
2004-04-21 | kill whitespace at eol; | Jason McIntyre | |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller | |
2004-04-20 | Change pw_copy(3) to take a 3rd arguement, the existing passwd entry. | Todd C. Miller | |
This allows an application to only update a password entry if it is in the state it expects. Additionally, if the old passwd struct is specified the new one may have a different pw_name field since matching is done on the original. Adapted from FreeBSD. | |||
2004-04-11 | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter | Todd C. Miller | |
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just /dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run: # cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]* | |||
2004-02-21 | typo | Marc Espie | |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2003-12-27 | o Do not drop unit when printing -100 | Otto Moerbeek | |
o Round negative numbers correctly o Do not print fractional valus for byte values ok ian@ henning@ | |||
2003-10-22 | utilties -> utilities; from Jared Yanovich | Jason McIntyre | |
2003-09-02 | fix use-after-free for expired passwds; ok deraadt, tdeval | Markus Friedl | |
2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | Theo de Raadt | |
millert ok | |||
2003-07-15 | fix function description in SYNOPSIS; | Jason McIntyre | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | - section reorder | Jason McIntyre | |
- clean up .Xr's | |||
2003-05-23 | - typos | Jason McIntyre | |
- new sentence, new line | |||
2003-05-15 | New: fmt_scaled() and scan_scaled() convert to and from "human readable" | Ian Darwin | |
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@. | |||
2003-04-02 | knf | Theo de Raadt | |
2003-04-01 | Throw an error if the username field is empty; noticed by mpech@ | Todd C. Miller | |
2003-03-30 | more asprintf; millert ok | Theo de Raadt | |
2003-03-30 | asprintf; millert ok | Theo de Raadt | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-11-24 | Add HISTORY section | Todd C. Miller | |
2002-08-23 | do not export error_table | Theo de Raadt | |