summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-04-18cast "%llu" format spec to (unsigned long long); do not assume aKevin Steves
u_int64_t arg is the same as 'unsigned long long'. from Dmitry V. Levin <ldv@altlinux.org> ok markus@ 'Yes, that looks correct' millert@
2007-04-17For "spell -t" pass the -w flag to detex like we do for deroff.Todd C. Miller
From Owain Ainsworth.
2007-04-17Support proxies which require a password just like ftp servers accept passwordsDale Rahn
based on code from Florent Thoumie, ok millert@
2007-04-17cvsrc(5) is no more, so point to cvs(5) instead;Jason McIntyre
2007-04-16don't truncate wchan, ok miod@Otto Moerbeek
2007-04-16file argument is not mandatory, say so.Xavier Santolaria
from Pierre Riteau via ray@; OK jmc@.
2007-04-15allow systat(1) to be exited with 'q' like top(1).Matthieu Herrb
ok beck@ ckuethe@ hshoexer@ millert@
2007-04-15adjust Makefile for my man changes;Jason McIntyre
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake
2007-04-15Add Leonhard Euler.Marco Pfatschbacher
2007-04-14naptime is already extern in extern.h, don't do it againTed Unangst
found by mike erdely
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves
2007-04-14sorts the options in both the synopsis and usage()Igor Sobrado
ok by jmc@
2007-04-14put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)Jason McIntyre
into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa
2007-04-14adds a detailed list of flags and arguments to the synopsis of gprof;Igor Sobrado
while here, alphabetically sorts the options list and slightly improves the name of the arguments to -k ok by jmc@
2007-04-13document dmesg(8) attachment a little more fully; ok rayJason McIntyre
2007-04-13+.Xr dmesg 8Jason McIntyre
2007-04-13include cleanup and fix in comment; from Mark LumsdenOtto Moerbeek
2007-04-13typo, reported by Matthew Clarke (clamat, telus dot net)Miod Vallat
2007-04-13spacesClaudio Jeker
2007-04-13the ellipsis in the synopsis of this command is not an optionalIgor Sobrado
argument. the argument name for -l must be the same in the synopsis and the options list. written with help by jmc@ ok by jmc@
2007-04-13- document server temporary directoryXavier Santolaria
- sort FILES OK jmc@.
2007-04-10restricts some of the commands that produce too much output when runHenning Brauer
without arguments. (eg. Show rib etc. etc, the sort of thing people can run far too casually). From: Adam Chappell <Adam.Chappell at interoute dot com>
2007-04-09spacing tweak in usage(); from Igor SobradoJason McIntyre
2007-04-08detect MP3 file with ID3 v2 tagNikolay Sturm
ok deraadt
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
by millert@.
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
``Come on, take some risks'' deraadt@.
2007-04-06Attach dmesg to sendbug reports by default. Use -D flag to disable.Ray Lai
OK deraadt@ and millert@.
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
the code a bit. OK otto@
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
compressed file by default. OK otto@
2007-04-03make it work with height 4 (division by zero)Martynas Venckus
ok millert@
2007-04-02tidy up synopsis and usage();Jason McIntyre
includes bits of a diff from Igor Sobrado and some help from otto ok otto
2007-04-02tidy up synopsis and usage(); sort options;Jason McIntyre
from Igor Sobrado, tweaked by myself
2007-04-02The scanf(3) family of functions can return EOF (-1) if an inputMoritz Jodeit
failure occurs. So check it, before blindly adding it to some pointer. ok millert@
2007-04-02Do not touch uninitialized variable, if sscanf(3) fails.Moritz Jodeit
ok millert@
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