aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* du: Allow multiple -HLP options, the last one wins.Jilles Tjoelker2011-12-172-20/+17
* Revert r228650, and work around the clang false positive with printfDimitry Andric2011-12-172-1/+6
* In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use theDimitry Andric2011-12-171-2/+2
* In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, andDimitry Andric2011-12-171-8/+10
* Unfortunately, clang gives warnings about sendmail code that cannot beDimitry Andric2011-12-171-0/+7
* In usr.bin/netstat/atalk.c, work around a clang false positive withDimitry Andric2011-12-171-1/+1
* Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potentialDimitry Andric2011-12-171-0/+1
* In usr.bin/mail/cmd1.c, use the correct printf length modifier for aDimitry Andric2011-12-172-2/+2
* In usr.bin/indent/io.c, fix a few warnings about format strings not being lit...Dimitry Andric2011-12-171-2/+2
* Correct a logic error in usr.bin/hexdump/conv.c, found by clang.Dimitry Andric2011-12-171-2/+2
* More fixes for correct printf length modifiers usr.bin/gprof.Dimitry Andric2011-12-172-4/+4
* In usr.bin/gprof/aout.c, use the correct printf length modifier for aDimitry Andric2011-12-171-1/+1
* In usr.bin/csup/proto.c, use the correct printf length modifier to printDimitry Andric2011-12-171-1/+2
* In usr.bin/csup/auth.c, use the correct number of bytes for zeroing theDimitry Andric2011-12-171-3/+4
* In usr.bin/mt/mt.c, the c_code member of struct commands should reallyDimitry Andric2011-12-171-1/+1
* In usr.bin/tar/tree.c, if you really want to poke to NULL, you must useDimitry Andric2011-12-171-1/+1
* Revert r228521: sometimes job output is lostMax Khon2011-12-152-10/+2
* job make: if stdout is a tty create a pty when running a command.Max Khon2011-12-152-2/+10
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-132-2/+2
* Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.Mikolaj Golub2011-12-121-16/+87
* Make procstat -l output similar to the output of limits(1).Mikolaj Golub2011-12-121-10/+51
* Add more static keywords to truss(1) source code.Ed Schouten2011-12-104-5/+5
* Add missing "static const" to long options table.Ed Schouten2011-12-101-1/+1
* Replace char copyright[] by static const char copyright[].Ed Schouten2011-12-102-2/+2
* Update du(1):Glen Barber2011-12-092-45/+53
* - Match GNU behavior of exit codeGabor Kovesdan2011-12-073-6/+5
* Don't output a warning if kern.proc.auxv sysctl has returned EPERM.Mikolaj Golub2011-12-051-1/+1
* Use explicit information from the kernel to detect the traps due toKonstantin Belousov2011-12-041-3/+13
* - Fix segmentation fault when running "+command" when run with -jX -n dueMax Khon2011-11-302-58/+51
* - Create links to the xz and lzma versions even if BSD grep is not theGabor Kovesdan2011-11-281-7/+8
* - Call warnx() instead of errx() if a directory is not readable when usingGabor Kovesdan2011-11-281-1/+3
* - Fix behavior of --null to match GNU grepGabor Kovesdan2011-11-281-5/+5
* Update SYNOPSIS to include the flags added recently.Mikolaj Golub2011-11-281-2/+2
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-2830-1631/+2481
* Cast a_val on printing. This fixes build on mips.Mikolaj Golub2011-11-281-14/+14
* Make proctstat -x output more readable.Mikolaj Golub2011-11-271-55/+39
* usr.bin/procstatMikolaj Golub2011-11-245-7/+95
* Fix build, hopefully.Mikolaj Golub2011-11-231-33/+42
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-226-12/+228
* Add helpful clarification text. While not strictly necessary, theseWarner Losh2011-11-161-3/+5
* - add a missing "be" and "in"Eitan Adler2011-11-111-1/+1
* Tidy up command line processing:Greg Lehey2011-11-094-42/+58
* Bumb date after r227317.Mikolaj Golub2011-11-081-1/+1
* Simplify getopt switch parsing.Ed Schouten2011-11-081-12/+4
* When displaying process virtual memory mappings print superpageMikolaj Golub2011-11-072-2/+5
* Remove unneeded CFLAGS.Ed Schouten2011-11-071-1/+0
* Partially revert r227233.Ed Schouten2011-11-062-4/+11
* Mark global functions and/or variables in xstr(1) static where possible.Ed Schouten2011-11-061-37/+37
* Mark global functions and/or variables in whois(1) static where possible.Ed Schouten2011-11-061-3/+3
* Mark global functions and/or variables in which(1) static where possible.Ed Schouten2011-11-061-2/+2