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