Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | comment inside comment | 2007-09-09 | 1 | -2/+2 | ||
| | ||||||
* | convert to new .Dd format; | 2007-05-31 | 15 | -30/+30 | ||
| | ||||||
* | Make it clear, that the line returned does not have a | 2007-05-16 | 1 | -3/+3 | ||
| | | | | | | trailing newline in contrast to fgetln(3). ok ray@ jmc@ millert@ | |||||
* | remove some bogus *p from charles longeau | 2007-03-20 | 1 | -4/+4 | ||
| | | | | ok deraadt millert | |||||
* | fix some dodgy displays; | 2007-02-06 | 1 | -3/+2 | ||
| | ||||||
* | Don't use err as labels or variables, especially since we include | 2006-12-20 | 1 | -7/+7 | ||
| | | | | | | err.h. OK moritz@ and jaredy@. | |||||
* | Always write errno on pw_lock failure so it can be relied on. | 2006-12-17 | 2 | -5/+29 | ||
| | | | | | | Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@. | |||||
* | Fix off by one comparison. FSMAXTYPES is the last valid index into | 2006-10-02 | 1 | -2/+2 | ||
| | | | | | | | | | 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@ | |||||
* | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | 2006-06-14 | 1 | -2/+1 | ||
| | | | | | | | | | 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@ | |||||
* | getting to the bottom of the issues. sprinkle a few casts that will | 2006-04-02 | 3 | -6/+6 | ||
| | | | | | actually help us find bugs later (with lint, not cc), if they get introduced | |||||
* | casts that cannot cause breakage in the future | 2006-03-30 | 1 | -4/+4 | ||
| | ||||||
* | change internal login_protect() API to use mode_t like it should | 2006-03-30 | 1 | -4/+4 | ||
| | ||||||
* | please lint (without making anything else worse) | 2006-03-30 | 1 | -4/+4 | ||
| | ||||||
* | spaces, and a off_t typecast to please lint | 2005-11-28 | 1 | -7/+7 | ||
| | ||||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | ||
| | ||||||
* | library routines should not be checking for NULL pointers passed in, | 2005-10-19 | 4 | -27/+5 | ||
| | | | | | | 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 | |||||
* | add uu_lock_txfr to .Nm list; | 2005-10-12 | 1 | -2/+3 | ||
| | ||||||
* | scrape $Id$ tags. | 2005-08-02 | 11 | -60/+11 | ||
| | | | | okay deraadt@, millert@, krw@ | |||||
* | O_EXLOCK stuff was introduced in June 1997, and backed out again in | 2005-07-29 | 1 | -5/+3 | ||
| | | | | | | | | | | | | 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... | |||||
* | Fix rounding of fractionless numbers. ok tom@ miod@ | 2005-03-09 | 1 | -4/+10 | ||
| | ||||||
* | Fix sizing of fraction. ok tom@ deraadt@ | 2005-03-08 | 1 | -9/+4 | ||
| | ||||||
* | use .Pq rather than .Po/.Pc; | 2005-03-07 | 1 | -3/+3 | ||
| | ||||||
* | Make sure we check snprintf return value for failure or truncation before | 2005-03-03 | 1 | -9/+10 | ||
| | | | | | | 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. | |||||
* | update FILES; | 2004-11-25 | 1 | -3/+7 | ||
| | | | | | | fixes pr #3998; diff from frank denis, though slightly different fix committed; help and ok millert@ | |||||
* | Treat EOF at prompt the same as 'n' instead of looping forever. | 2004-11-04 | 1 | -3/+10 | ||
| | | | | Noticed by mepch@. OK pedro@ and deraadt@ | |||||
* | label a switch fallthrough | 2004-09-18 | 1 | -1/+2 | ||
| | ||||||
* | avoid aliasing over library symbol | 2004-09-18 | 1 | -5/+5 | ||
| | ||||||
* | cast not needed | 2004-09-18 | 1 | -3/+3 | ||
| | ||||||
* | fix 1099512676352 -> 2.0T; ok miod@ | 2004-09-16 | 1 | -3/+3 | ||
| | ||||||
* | passwd.conf has been deprecated since login.conf was imported. | 2004-07-13 | 4 | -238/+6 | ||
| | | | | Today it finally dies. Based on a diff from Gabriel Kihlman. | |||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -1/+1 | ||
| | | | | | | | 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 | |||||
* | knf; otto ok | 2004-05-28 | 14 | -117/+77 | ||
| | ||||||
* | kill whitespace at eol; | 2004-04-21 | 1 | -2/+2 | ||
| | ||||||
* | Adapt to new pw_copy() API, closes PR 3698. | 2004-04-20 | 1 | -11/+6 | ||
| | ||||||
* | Change pw_copy(3) to take a 3rd arguement, the existing passwd entry. | 2004-04-20 | 4 | -13/+49 | ||
| | | | | | | | 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. | |||||
* | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter | 2004-04-11 | 1 | -5/+6 | ||
| | | | | | | 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]* | |||||
* | typo | 2004-02-21 | 1 | -2/+2 | ||
| | ||||||
* | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | 2004-02-10 | 2 | -4/+60 | ||
| | | | | | | | | | | | 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. | |||||
* | o Do not drop unit when printing -100 | 2003-12-27 | 1 | -5/+8 | ||
| | | | | | | | o Round negative numbers correctly o Do not print fractional valus for byte values ok ian@ henning@ | |||||
* | utilties -> utilities; from Jared Yanovich | 2003-10-22 | 1 | -2/+2 | ||
| | ||||||
* | fix use-after-free for expired passwds; ok deraadt, tdeval | 2003-09-02 | 1 | -7/+9 | ||
| | ||||||
* | move junk (bad code, terrible APIs) to the only program that uses it; | 2003-07-23 | 5 | -1668/+6 | ||
| | | | | millert ok | |||||
* | fix function description in SYNOPSIS; | 2003-07-15 | 1 | -16/+16 | ||
| | ||||||
* | ansi and protos | 2003-06-26 | 1 | -45/+24 | ||
| | ||||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -8/+8 | ||
| | | | | where applicable. | |||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -19/+11 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 12 | -78/+30 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | - section reorder | 2003-06-02 | 4 | -36/+36 | ||
| | | | | - clean up .Xr's | |||||
* | - typos | 2003-05-23 | 6 | -47/+50 | ||
| | | | | - new sentence, new line | |||||
* | New: fmt_scaled() and scan_scaled() convert to and from "human readable" | 2003-05-15 | 5 | -5/+424 | ||
| | | | | | | 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@. |