summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-04-10restricts some of the commands that produce too much output when runHenning Brauer
2007-04-09spacing tweak in usage(); from Igor SobradoJason McIntyre
2007-04-08detect MP3 file with ID3 v2 tagNikolay Sturm
2007-04-07use strtonum, from jason dixonTed Unangst
2007-04-07Sprinkle const poison, remove unneeded variable.Ray Lai
2007-04-07Use __progname and warn instead of fprintf where appropriate.Ray Lai
2007-04-07De-lint.Ray Lai
2007-04-06Warn if one of the required fields is not filled out. RequestedRay Lai
2007-04-06Don't shadow variables. Enable -Wshadow.Ray Lai
2007-04-06argc does not include __progname after subtracting optind.Ray Lai
2007-04-06Only include newest dmesg.Ray Lai
2007-04-06Attach dmesg to sendbug reports by default. Use -D flag to disable.Ray Lai
2007-04-06reflect new stupid DST US/Canada rules; #5433 John L. ScarfoneTheo de Raadt
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