Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-09 | From the other BSDs: fix a bug that made sed(1) fail if the last | Otto Moerbeek | |
character of the line buffer was a backslash. ok deraadt@ | |||
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek | |
are no eols at eofs involved. Tested by quite some people. ok deraadt@ | |||
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller | |
Use memcpy() instead and NUL terminate. | |||
2004-07-09 | post-mortem stuff can go away here too | Theo de Raadt | |
2004-07-09 | remove post-mortem stuff (sysctl only here) | Theo de Raadt | |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque | |
prompt the user and add the newline if he agrees. tested by a lot of helpful tech@ guys, approved by henning | |||
2004-07-09 | typo from rohee@ | Jason McIntyre | |
2004-07-08 | make lint happier; vincent ok | Theo de Raadt | |
2004-07-08 | misplaced return NULL in the error path | Vincent Labrecque | |
found by lint via deraadt ok deraadt | |||
2004-07-08 | simplify the file writing loop | Vincent Labrecque | |
looked at by ian, tested on i386, macppc, sparc64 | |||
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker | |
bz #863, ok markus@ | |||
2004-07-07 | - add shell prompt to command example | Jared Yanovich | |
- fix location of real diff3prog ok jmc@ otto@ | |||
2004-07-06 | various cleanup | Jared Yanovich | |
- fix overruns in overstrike() and iattr() - sort headers - sync usage output - some KNF - use err()/warn() where applicable ok millert@ otto@ | |||
2004-07-06 | add pgrep to .Nm line to allow `apropos/whatis pgrep' to work; | Jason McIntyre | |
2004-07-06 | make -w optional to set options, so audioctl is consistent with | Vincent Labrecque | |
"new" sysctl/mixerctl ok millert@, "go for it" deraadt@ | |||
2004-07-05 | Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t. | Todd C. Miller | |
Fixes a warning on 64bit platforms and is less error-prone. OK otto@ | |||
2004-07-03 | move sysctl comment on namelist[] entry | Theo de Raadt | |
2004-07-03 | Fixes from Jared Yanovich with help from myself and cloder@; OK otto@ | Todd C. Miller | |
o make lam(1) use getopt(3) and err(3). o fix off-by-one error o use OPEN_MAX instead of rolling our own o a little KNF | |||
2004-07-03 | Put s/key functions inside #ifdef SKEY same as monitor.c, | Darren Tucker | |
from des@freebsd via bz #330, ok markus@ | |||
2004-07-03 | Use '\0' not 0 for string; ok djm@, deraadt@ | Darren Tucker | |
2004-07-02 | Do not divide by zero in vmstat -t; Nikos Ntarmos. | Miod Vallat | |
2004-07-01 | simpilfy warning() and wall | Michael Shalayeff | |
2004-07-01 | warn vs perror; __progname; and wall | Michael Shalayeff | |
2004-07-01 | use err/errx and __progname; -Wall | Michael Shalayeff | |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek | |
2004-06-30 | convert references in SEE ALSO to .Rs/.Re, w/ a little help from | Jason McIntyre | |
netbsd page; | |||
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller | |
2004-06-29 | use warx instea of fprintf | Michael Shalayeff | |
2004-06-29 | kill spaces | Michael Shalayeff | |
2004-06-29 | use warn() instead of perror; err*() are used already | Michael Shalayeff | |
2004-06-29 | fix alaska and add helicopter and rocket | Michael Shalayeff | |
2004-06-29 | repair, Chris Kuethe <ckuethe@ualberta.ca> | Henning Brauer | |
2004-06-28 | add -vz to usage(); | Jason McIntyre | |
2004-06-28 | Remove unneeded -D flags from CFLAGS. | Mathieu Sauve-Frankel | |
2004-06-28 | Unbreak. The bird noises were confusing me. | Ryan Thomas McBride | |
2004-06-28 | Theo denys all allegations that he's becoming more relaxed. | Ryan Thomas McBride | |
2004-06-28 | Remove special #if defined(__i386__) code from systat and vmstat. We now use | Aaron Campbell | |
sysctl to fetch interrupt counters on all architectures. Also add new '-z' flag to vmstat which means show all devices, even those that have not yet generated an interrupt. deraadt@ tholo@ drahn@ millert@ ok | |||
2004-06-27 | free commit for non-attendie | Michael Shalayeff | |
2004-06-27 | errno struct member -> err; ok millert@ | Marco S Hyman | |
2004-06-26 | initialise some fd variables to -1, djm@ ok | Anil Madhavapeddy | |
2004-06-26 | new sentence, new line; | Jason McIntyre | |
2004-06-26 | punctuation and grammar fixes. also, keep the options in order. | Jason McIntyre | |
2004-06-26 | - remove double word | Jason McIntyre | |
- rearrange .Bk to keep SYNOPSIS nice - -M before -m in options description | |||
2004-06-25 | bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de | Damien Miller | |
2004-06-25 | remove netiso | Henning Brauer | |
2004-06-25 | fix broken fd handling in the re-exec fallback path, particularly when | Damien Miller | |
/dev/crypto is in use; ok deraadt@ markus@ | |||
2004-06-25 | Fall back to stat+rename if filesystem doesn't doesn't support hard | Darren Tucker | |
links. bz#823, ok djm@ | |||
2004-06-25 | only perform tcp wrappers checks when the incoming connection is on a socket. | Damien Miller | |
silences useless warnings from regress tests that use proxycommand="sshd -i" prompted by david@ ok markus@ | |||
2004-06-25 | cleanup. | Mathieu Sauve-Frankel | |
ok millert@ | |||
2004-06-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien Miller | |