Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-03 | It is sufficient to call getgrnam(3) once. Remove the first call. | Alexander Bluhm | |
ok millert | |||
2009-08-03 | In addgroup() malloc(3) does not allocate enough memory as it only | Alexander Bluhm | |
counts the number of elements but not their size. This can crash "wall -g group" if many users are in the group. ok millert | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-29 | -g takes an argument; from Igor Sobrado | Jason McIntyre | |
2004-09-14 | arithmetic on void * not permitted | Theo de Raadt | |
2004-02-21 | Correctness is also not using err(1, "out of memory") if malloc() | Tom Cosgrove | |
fails (per err(3)). Ditto for strdup(). ok henning@ | |||
2004-02-20 | correctness is err vs. errx use | Henning Brauer | |
From: Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2003-07-31 | no longer used by syslogd | Anil Madhavapeddy | |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy | |
2003-06-26 | more proto fixes | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-02 | strlcpy; millert ok | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-05 | make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-09-06 | bye bye sleeper | Theo de Raadt | |
2001-09-04 | Add a const to shut up -Wall | Todd C. Miller | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-04 | Wall's -g flag has been broken since it was added. We fix it by | Todd C. Miller | |
looking up each group specified via -g and stashing the members so we can compare them against users listed in utmp later on. Inspired by a patch from Ruslan Ermilov <ru@FreeBSD.org>. | |||
2001-02-13 | fat utmp fix; ianm@cit.uws.edu.au | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-09-07 | use err*() correct, and open file with egid; fyre@users.sourceforge.net | Theo de Raadt | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-30 | correct mkstemp() failure checking | Theo de Raadt | |
1999-05-24 | show '(not a tty)' instead of '(null)' when wall is run with stderr not a ↵ | David Leonard | |
tty. (e.g. when run from cron) | |||
1998-12-16 | snprintf; dillon | Theo de Raadt | |
1998-11-19 | fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...") | Oleg Safiullin | |
1998-11-18 | simply honour S_IWGRP | Theo de Raadt | |
1998-11-18 | do S_IWGRP checking just like write(1) | Theo de Raadt | |
1998-11-18 | move to euid for tty opens; based on something from form | Theo de Raadt | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-10-25 | slightly smarter | Jason Downs | |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too | Theo de Raadt | |
1996-09-02 | add -g group delivery option | Theo de Raadt | |
1996-08-26 | VIS_NOSLASH | Theo de Raadt | |
1996-08-26 | vis this baby | Theo de Raadt | |
1996-08-06 | avoid buf oflow | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |