summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-04-04missing prototypes; from Mark Lumsden with a twist by me.Otto Moerbeek
2007-04-04unneeded include; -Wall -Wmissing-prototypes is happy; from Mark LumsdenOtto Moerbeek
2007-04-04garbage collect unused var ospeed; from Mark LumsdenOtto Moerbeek
2007-04-04oops, tweak previous here too;Jason McIntyre
2007-04-04tweak previous;Jason McIntyre
2007-04-04Rename "nosave" variable to "storename" in hopes of clarifyingTodd C. Miller
2007-04-04Clarify the behavior of the -N and -n flags.Todd C. Miller
2007-04-03Fix PR 5417; gunzip should set the timestamp based on theTodd C. Miller
2007-04-03make it work with height 4 (division by zero)Martynas Venckus
2007-04-02tidy up synopsis and usage();Jason McIntyre
2007-04-02tidy up synopsis and usage(); sort options;Jason McIntyre
2007-04-02The scanf(3) family of functions can return EOF (-1) if an inputMoritz Jodeit
2007-04-02Do not touch uninitialized variable, if sscanf(3) fails.Moritz Jodeit
2007-04-02tweak the -LR options, after similar changes to tcpdrop(8); ok deraadtJason McIntyre
2007-04-01fix the description of -f; from Igor SobradoJason McIntyre
2007-04-01world water dayJasper Lievisse Adriaanse
2007-04-01tidy up usage(); partly from Mark LumsdenJason McIntyre
2007-03-30Remove some uneeded includes and declarations. -Wall is happy and noOtto Moerbeek
2007-03-29sync usage(); from Igor SobradoJason McIntyre
2007-03-29Indicate when macro recording is in progress on the modeline.Kjell Wooding
2007-03-29let the description of -m match SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29remove some unneccessary `Ns'; from Igor SobradoJason McIntyre
2007-03-29fix .Nm blip; from Igor SobradoJason McIntyre
2007-03-29-r and -t take arguments; from Igor SobradoJason McIntyre
2007-03-29put -t in the correct place; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-03-29-g takes an argument; from Igor SobradoJason McIntyre
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2007-03-28flesh the text out; ok rayJason McIntyre
2007-03-28+.Xr crash 8Jason McIntyre
2007-03-28CC: a copy of the bug report to sender. Requested by Travers Buda.Ray Lai
2007-03-27Catch OOB access for tag searches mathching lines ending with \Otto Moerbeek
2007-03-27-a requires a separate synopsis;Jason McIntyre
2007-03-27sync with espie@'s latest change to diff(1).Xavier Santolaria
2007-03-27Replace some scary pointer code. The new code is O(n^2) for stringsRay Lai
2007-03-27Remove variable name from prototype.Ray Lai
2007-03-26- tweak the opening sentenceJason McIntyre
2007-03-26Simplify gecos parsing code and prevent buffer overflowMoritz Jodeit
2007-03-26tidy up SYNOPSIS, options description, FILES, and usage();Jason McIntyre
2007-03-26sort options, synopsis, and usage(); from Igor SobradoJason McIntyre
2007-03-26indicate that -l takes an optional argument;Jason McIntyre
2007-03-26fix wording for `replay'; from AndrAcsJason McIntyre
2007-03-26Remove pointless cast. No binary change.Ray Lai
2007-03-26Break on waitpid success; we shouldn't continue on WIFSIGNALED, andRay Lai
2007-03-26Certain errors in editit() should be fatal.Ray Lai
2007-03-26Don't print warnings in editit(), instead make errno reliable onRay Lai
2007-03-26Accept $VISUAL in addition to $EDITOR.Ray Lai
2007-03-26Save and restore signal handlers. Although we do not install ourRay Lai