aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* sockstat: Also show sockets not associated with a file descriptor.Jilles Tjoelker2012-01-242-69/+75
* In ng_socket(4) expose less kernel internals to userland. This commitGleb Smirnoff2012-01-231-8/+2
* Make procstat -l to work with the new version of kern.proc.rlimit.Mikolaj Golub2012-01-221-10/+11
* - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.Hiroki Sato2012-01-222-5/+6
* Map foreign architecture names to FreeBSD naming convention.Robert Millan2012-01-201-0/+17
* Fix two issues related to the use of SIGINFO in fetch(1) to displayDag-Erling Smørgrav2012-01-181-7/+12
* Remove duplicate line from usageEitan Adler2012-01-151-1/+0
* Remove wtmpcvt(1).Ed Schouten2012-01-134-210/+0
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-133-3/+3
* Fix building ctlstat with clang.Kenneth D. Merry2012-01-121-1/+1
* Style cleanups for printf.Pedro F. Giffuni2012-01-121-18/+18
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-124-0/+861
* Silence bogus warning when compiling with gcc46:Eitan Adler2012-01-101-1/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-6/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* - Fix how hexdump parses escape stringsEitan Adler2012-01-071-8/+23
* Fix a memory leak in addgroup() by ensuring the allocated memoryGuy Helmer2012-01-051-5/+5
* Touch up some more small typos missed in the previous round.Ulrich Spörlein2012-01-053-5/+5
* mkulzma used to create lzma compressed images, just like mkuzip do.Aleksandr Rybalko2012-01-043-0/+445
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-0323-48/+44
* Remove hand-written version of strcspn().Ed Schouten2012-01-031-2/+1
* - add myself to the calendar (jgh)Jason Helfman2012-01-011-0/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-3049-90/+94
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-3013-13/+13
* On FreeBSD just use the MD5 implementation of libmd rather than that ofMarius Strobl2011-12-245-7/+14
* Whitespace cleanup:Glen Barber2011-12-231-3/+3
* Formatting fixes:Glen Barber2011-12-233-36/+36
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-2284-20427/+48
* - Remove a GCC-specific compiler flag that was added before to eliminateGabor Kovesdan2011-12-211-2/+1
* Sync bsdcpio with vendor branch release/2.8:Martin Matuska2011-12-201-1/+1
* Sync bsdtar with vendor branch release/2.8:Martin Matuska2011-12-201-3/+2
* Update libarchive, tar and cpio to version 2.8.5Martin Matuska2011-12-203-116/+334
* In usr.bin/vacation/Makefile, fix a typo in the comment about clangDimitry Andric2011-12-191-1/+1
* Unbreak the build after r228697 adding the { } block to make clear whichBjoern A. Zeeb2011-12-191-1/+2
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-191-7/+13
* Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.Dimitry Andric2011-12-181-1/+1
* Reimplement support for the ** (exponent) gnu extension, make it available th...Baptiste Daroussin2011-12-183-2/+10
* 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