Age | Commit message (Expand) | Author |
2008-10-27 | No -Werror on m88k, hairy gcc bug generates false ``variable might be used | Miod Vallat |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |
2008-10-26 | - make pkg-config recognize --short-errors | Jasper Lievisse Adriaanse |
2008-10-26 | zap `q' from the getopts string too, | Alexandre Ratchov |
2008-10-26 | sync SYNOPSIS and usage(); | Jason McIntyre |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-10-21 | add rcs id | Martynas Venckus |
2008-10-19 | chuck berry was born in st. louis, not san jose, apparently; | Jason McIntyre |
2008-10-19 | over-rule -> overrule; from Thomas Pfaff | Jason McIntyre |
2008-10-19 | some minor cleanup, including a fix from Thomas Pfaff (mention | Jason McIntyre |
2008-10-17 | correct and clarify VisualHostKey; ok jmc@ | Kevin Steves |
2008-10-17 | Permit tail -f to follow multiple files, useful when you want to monitor | Landry Breuil |
2008-10-16 | - resume http transfers [-C], if local file does not exist | Martynas Venckus |
2008-10-16 | two globals not needed in NOZ mode | Theo de Raadt |
2008-10-16 | use O_CREAT in -C mode too, for in case it is not there the first time | Theo de Raadt |
2008-10-16 | make -a the default when no other options besides the required | Jacob Meuser |
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller |
2008-10-16 | sync with previous, which made -a optional: update synopsis/usage() | Jason McIntyre |
2008-10-16 | make -a the default, for consistency with other *ctl programs ... | Jacob Meuser |
2008-10-14 | inet6print() has no 4th argument | Theo de Raadt |
2008-10-14 | use #define ROQUIET here; no binary change. ok dtucker@ | Kevin Steves |
2008-10-10 | use 'Privileged ports can be forwarded only when logging in as root on | Kevin Steves |
2008-10-10 | typo in error message; ok djm@ | Kevin Steves |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves |
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt |
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller |
2008-10-09 | remove unused variable | Charles Longeau |
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller |
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller |
2008-10-09 | add -y to usage(); | Jason McIntyre |
2008-10-09 | - add -d to usage | Jason McIntyre |
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller |
2008-10-08 | Add -y option to force logging via syslog rather than stderr. | Damien Miller |
2008-10-08 | document -d. ok millert@ | Martynas Venckus |
2008-10-08 | use (unsigned) in rate calculation for > 2 billion interrupts. This will | Theo de Raadt |
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller |
2008-10-08 | For "gunzip -N", the name stored in the gzip header has no directory, | Todd C. Miller |
2008-10-08 | Fix the order of traversal when printing the queues. Properly places | Can Erkin Acar |
2008-10-07 | The 'l' command should not encode newlines. Also document that | Todd C. Miller |
2008-10-07 | There is no /usr/old/bin/sed so compare test results against /usr/bin/sed | Todd C. Miller |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt |
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller |
2008-10-06 | give working examples (s/timespec/time/ for variables exported) | Todd T. Fries |
2008-10-06 | parse all arguments before going and doing the job requested by -P | Theo de Raadt |
2008-10-03 | Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the | Theo de Raadt |
2008-10-03 | do not give an example of how to chmod files: we can presume the user | Jason McIntyre |
2008-10-02 | get rid of some unneeded $Id stuff | Theo de Raadt |
2008-10-02 | Convert an unchecked strdup to xstrdup. OK deraadt@ | Todd C. Miller |
2008-10-01 | -s not specified by posix; from Daniel Dickman | Jason McIntyre |
2008-10-01 | in getrusage(), use RUSAGE_SELF for the current process rather than 0 | Kevin Lo |