Age | Commit message (Expand) | Author |
2004-04-21 | - correct SYNOPSIS | Jason McIntyre |
2004-04-21 | point people to usd doc; | Jason McIntyre |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller |
2004-04-19 | fix idiot typo that i introduced in my last commit; | Damien Miller |
2004-04-19 | point people to usd/psd docs; | Jason McIntyre |
2004-04-19 | kill whitespace at eol; | Jason McIntyre |
2004-04-19 | remove double entry; | Jason McIntyre |
2004-04-19 | document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@ | Damien Miller |
2004-04-19 | - sort SYNOPSIS | Jason McIntyre |
2004-04-18 | perform strict ownership and modes checks for ~/.ssh/config files, as these | Damien Miller |
2004-04-17 | -w uses [[:<:]] and [[:>:]], not \< and \>, | Jason McIntyre |
2004-04-16 | print clusters, not pages. half from millert@ ok deraadt@ millert@ | Ted Unangst |
2004-04-14 | wakeup after ^Z did not continue redraws and such. use own ^Z handler. | Theo de Raadt |
2004-04-10 | improve BUGS: | Jason McIntyre |
2004-04-09 | Sync with FreeBSD; adds base64 support and other options. | Todd C. Miller |
2004-04-09 | If no user/group is specified for the log file in newsyslog.conf, | Todd C. Miller |
2004-04-09 | ex is not a screen editor; | Jason McIntyre |
2004-04-08 | sort options and sync usage(); | Jason McIntyre |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer |
2004-04-08 | When reallocating the line buffer, double the existing buffer | Todd C. Miller |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2004-04-07 | - alter .Nd to reflect that characters can be counted also | Jason McIntyre |
2004-04-06 | Set mode and ownership when renaming file -> file.0 like we do when | Todd C. Miller |
2004-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre |
2004-04-05 | o use mode_t, not int for permissions. | Todd C. Miller |
2004-04-05 | In Exit() when used as a signal handler, emsg is a pointer so | Todd C. Miller |
2004-04-05 | Pass correct buffer length to gethdir(), and also change int arg to size_t | Aaron Campbell |
2004-04-05 | cope with fdopen failure better | Theo de Raadt |
2004-04-04 | Can't resist. | Bob Beck |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre |
2004-04-03 | .br workaround no longer necessary; | Jason McIntyre |
2004-04-03 | argument to -w is not optional; | Jason McIntyre |
2004-04-03 | - correct SYNOPSIS | Jason McIntyre |
2004-04-03 | remove unnecessary .Sm macros (oops, this is my fault it ever | Jason McIntyre |
2004-04-02 | a few more of recent and not very so | Michael Shalayeff |
2004-04-02 | Document --line-buffered | Otto Moerbeek |
2004-04-02 | Implement --line-buffered | Otto Moerbeek |
2004-04-01 | knf and ansi, mostly from joris vink | Ted Unangst |
2004-04-01 | limit trust between local and remote rcp/scp process, | Markus Friedl |
2004-04-01 | change -p to restrict output to protocol (not just for -s); | Markus Friedl |
2004-03-31 | don't skip ip options check when UseDNS=no; ok markus@ | Damien Miller |
2004-03-31 | allow cross-compiling for m68k and better usage(); miod@ ok | Michael Shalayeff |
2004-03-31 | apropos outputs name (section), not name(section); | Jason McIntyre |
2004-03-30 | no need to force N_EXT as deducted later from type | Michael Shalayeff |
2004-03-30 | there is more than one way to define symbol type in elf...; kill a debugging ... | Michael Shalayeff |
2004-03-30 | translate names in .sbss section as static N_BSS; found by drahn@ | Michael Shalayeff |
2004-03-30 | sync comment with reality | Damien Miller |
2004-03-23 | Recognize amd64 binaries and coredumps; ok todd@ deraadt@ drahn@ | Miod Vallat |
2004-03-20 | 3.8.1 | Markus Friedl |
2004-03-20 | Fix bad errno check. deraadt@ ok | Aaron Campbell |