summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-03-24Use MAXPATHLEN for buffer, which is only used for path constructionMoritz Jodeit
2007-03-23correct signal handling and process waiting for the editor spawningTheo de Raadt
2007-03-23Since we now have our own program, we can export more things thatTheo de Raadt
2007-03-23missing .El;Jason McIntyre
2007-03-23add -F to usage();Jason McIntyre
2007-03-23use the proper abbreviation for second: "s"Chris Kuethe
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2007-03-23Document temporary files.Ray Lai
2007-03-23display a timedelta of 0 in seconds, not some other unit.Chris Kuethe
2007-03-23Add more bloat to manual.Ray Lai
2007-03-23Flags belong under SYNOPSIS, not NAME.Ray Lai
2007-03-23Alphabetize flags and environment variables.Ray Lai
2007-03-23Replace `&' in gecos field with login, prodded by deraadt@.Ray Lai
2007-03-23simplify cleanup by using an atexit handler. lets us use err() insteadTed Unangst
2007-03-23re-org something for prettinessTheo de Raadt
2007-03-23support $PR_FORM environment variableTheo de Raadt
2007-03-23Don't insert double slashes ("/tmp//p.XXXXXXXXXX") if TMPDIR endsRay Lai
2007-03-23Support command-line arguments in $EDITOR. Prodded by deraadt@.Ray Lai
2007-03-23spacingTheo de Raadt
2007-03-23-V in usageTheo de Raadt
2007-03-23document -L -V and -P options. still a bit shortTheo de Raadt
2007-03-23add -V (version) supportTheo de Raadt
2007-03-23Get rid of silly gcc warning.Ray Lai
2007-03-23handle the -L and -P options; ok rayTheo de Raadt
2007-03-23Enable our sendbug(1), prodded by deraadt@.Ray Lai
2007-03-23some minor KNF, including sentinals; ok rayTheo de Raadt
2007-03-23Import public domain rewrite of sendbug, written by Ray Lai. =)Ray Lai
2007-03-23cannot remember what the vax -O0 workaround in 2002 was for. wish theTheo de Raadt
2007-03-23Add a routine to scale timedelta sensors to more meaningful units,Chris Kuethe
2007-03-22use MD5_DIGEST_STRING_LENGTH instead of rolling our own lenght.Xavier Santolaria
2007-03-22Remove wrong length check, which ignored the '/' characterMoritz Jodeit
2007-03-22Fix buffer overflow when parsing the .netrc file.Moritz Jodeit
2007-03-21Document the CVSROOT/config file; input and OK's niallo@ jmc@.Xavier Santolaria
2007-03-21tweaks;Jason McIntyre
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2007-03-21describe .wav support in one sentenceUwe Stuehler
2007-03-20Support for playing simple RIFF files (.wav) from Simon Effenberg, savarUwe Stuehler
2007-03-20Set umask to 077 when saving messages in the outbox (not enabledTodd C. Miller
2007-03-20sort options; sync synopsis and usage();Jason McIntyre
2007-03-20- let synopsis and description agree for -fJason McIntyre
2007-03-20remove -K from usage();Jason McIntyre
2007-03-20-l requires an argument; from Igor SobradoJason McIntyre
2007-03-20Add line-buffering flag (-u).Ray Lai
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-19Fix check for failed read, and add another one; okay millert@Pedro Martelletto
2007-03-19Remove the signal handler that checks if the agent's parent processDarren Tucker
2007-03-19Disable the legacy SSH protocol 1 for new installations viaDamien Miller
2007-03-18/dev/rcd0d -> /dev/rcd0c; from AndrAcsJason McIntyre
2007-03-18improve -p for C++ code: classes definition often haveMarc Espie