aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Print the owner process for unix domain sockets when restricted to theSergey Kandaurov2012-02-031-8/+34
* Add myself to the relevant docs.Davide Italiano2012-02-011-0/+1
* Try to avoid ambiguity when sysctl returns ENOMEM additionallyMikolaj Golub2012-02-011-6/+7
* Always return 0 if the sysctl failed.Mikolaj Golub2012-01-291-8/+8
* Make tip exit if the device disappears, for instance when unpluggingPoul-Henning Kamp2012-01-282-3/+4
* Fix decoding of escape sequences in format strings:Tijl Coosemans2012-01-281-13/+6
* Don't print a warning when using netstat to printMichael Tuexen2012-01-251-1/+2
* Add -P option to allow get and set limits for other processes.Mikolaj Golub2012-01-252-7/+91
* After the recent changes there is no need in rlimit array any more.Mikolaj Golub2012-01-251-6/+5
* Remove extra sentence, a leftover from r202845.Stefan Farfeleder2012-01-251-2/+0
* 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