| Commit message (Expand) | Author | Age | Files | Lines |
| * | Print the owner process for unix domain sockets when restricted to the | Sergey Kandaurov | 2012-02-03 | 1 | -8/+34 |
| * | Add myself to the relevant docs. | Davide Italiano | 2012-02-01 | 1 | -0/+1 |
| * | Try to avoid ambiguity when sysctl returns ENOMEM additionally | Mikolaj Golub | 2012-02-01 | 1 | -6/+7 |
| * | Always return 0 if the sysctl failed. | Mikolaj Golub | 2012-01-29 | 1 | -8/+8 |
| * | Make tip exit if the device disappears, for instance when unplugging | Poul-Henning Kamp | 2012-01-28 | 2 | -3/+4 |
| * | Fix decoding of escape sequences in format strings: | Tijl Coosemans | 2012-01-28 | 1 | -13/+6 |
| * | Don't print a warning when using netstat to print | Michael Tuexen | 2012-01-25 | 1 | -1/+2 |
| * | Add -P option to allow get and set limits for other processes. | Mikolaj Golub | 2012-01-25 | 2 | -7/+91 |
| * | After the recent changes there is no need in rlimit array any more. | Mikolaj Golub | 2012-01-25 | 1 | -6/+5 |
| * | Remove extra sentence, a leftover from r202845. | Stefan Farfeleder | 2012-01-25 | 1 | -2/+0 |
| * | sockstat: Also show sockets not associated with a file descriptor. | Jilles Tjoelker | 2012-01-24 | 2 | -69/+75 |
| * | In ng_socket(4) expose less kernel internals to userland. This commit | Gleb Smirnoff | 2012-01-23 | 1 | -8/+2 |
| * | Make procstat -l to work with the new version of kern.proc.rlimit. | Mikolaj Golub | 2012-01-22 | 1 | -10/+11 |
| * | - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp. | Hiroki Sato | 2012-01-22 | 2 | -5/+6 |
| * | Map foreign architecture names to FreeBSD naming convention. | Robert Millan | 2012-01-20 | 1 | -0/+17 |
| * | Fix two issues related to the use of SIGINFO in fetch(1) to display | Dag-Erling Smørgrav | 2012-01-18 | 1 | -7/+12 |
| * | Remove duplicate line from usage | Eitan Adler | 2012-01-15 | 1 | -1/+0 |
| * | Remove wtmpcvt(1). | Ed Schouten | 2012-01-13 | 4 | -210/+0 |
| * | fgets(3) returns a pointer, so compare against NULL, not integer 0. | Kevin Lo | 2012-01-13 | 3 | -3/+3 |
| * | Fix building ctlstat with clang. | Kenneth D. Merry | 2012-01-12 | 1 | -1/+1 |
| * | Style cleanups for printf. | Pedro F. Giffuni | 2012-01-12 | 1 | -18/+18 |
| * | Add the CAM Target Layer (CTL). | Kenneth D. Merry | 2012-01-12 | 4 | -0/+861 |
| * | Silence bogus warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -1/+1 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -2/+0 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -2/+2 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -6/+1 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -3/+0 |
| * | - Fix how hexdump parses escape strings | Eitan Adler | 2012-01-07 | 1 | -8/+23 |
| * | Fix a memory leak in addgroup() by ensuring the allocated memory | Guy Helmer | 2012-01-05 | 1 | -5/+5 |
| * | Touch up some more small typos missed in the previous round. | Ulrich Spörlein | 2012-01-05 | 3 | -5/+5 |
| * | mkulzma used to create lzma compressed images, just like mkuzip do. | Aleksandr Rybalko | 2012-01-04 | 3 | -0/+445 |
| * | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 23 | -48/+44 |
| * | Remove hand-written version of strcspn(). | Ed Schouten | 2012-01-03 | 1 | -2/+1 |
| * | - add myself to the calendar (jgh) | Jason Helfman | 2012-01-01 | 1 | -0/+1 |
| * | Spelling fixes for usr.bin/ | Ulrich Spörlein | 2011-12-30 | 49 | -90/+94 |
| * | Reencode files from latin1 to UTF-8. | Ulrich Spörlein | 2011-12-30 | 13 | -13/+13 |
| * | On FreeBSD just use the MD5 implementation of libmd rather than that of | Marius Strobl | 2011-12-24 | 5 | -7/+14 |
| * | Whitespace cleanup: | Glen Barber | 2011-12-23 | 1 | -3/+3 |
| * | Formatting fixes: | Glen Barber | 2011-12-23 | 3 | -36/+36 |
| * | Use contrib sources for building libarchive, tar and cpio. | Martin Matuska | 2011-12-22 | 84 | -20427/+48 |
| * | - Remove a GCC-specific compiler flag that was added before to eliminate | Gabor Kovesdan | 2011-12-21 | 1 | -2/+1 |
| * | Sync bsdcpio with vendor branch release/2.8: | Martin Matuska | 2011-12-20 | 1 | -1/+1 |
| * | Sync bsdtar with vendor branch release/2.8: | Martin Matuska | 2011-12-20 | 1 | -3/+2 |
| * | Update libarchive, tar and cpio to version 2.8.5 | Martin Matuska | 2011-12-20 | 3 | -116/+334 |
| * | In usr.bin/vacation/Makefile, fix a typo in the comment about clang | Dimitry Andric | 2011-12-19 | 1 | -1/+1 |
| * | Unbreak the build after r228697 adding the { } block to make clear which | Bjoern A. Zeeb | 2011-12-19 | 1 | -1/+2 |
| * | o Convert IPv6 read-only stats sysctls to the read-write ones. | Maxim Konovalov | 2011-12-19 | 1 | -7/+13 |
| * | Repair breakage after r228697: since m4 now uses pow(3), it needs -lm. | Dimitry Andric | 2011-12-18 | 1 | -1/+1 |
| * | Reimplement support for the ** (exponent) gnu extension, make it available th... | Baptiste Daroussin | 2011-12-18 | 3 | -2/+10 |
| * | du: Allow multiple -HLP options, the last one wins. | Jilles Tjoelker | 2011-12-17 | 2 | -20/+17 |