| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove wtmpcvt(1). | ed | 2012-01-13 | 4 | -210/+0 |
* | fgets(3) returns a pointer, so compare against NULL, not integer 0. | kevlo | 2012-01-13 | 3 | -3/+3 |
* | Fix building ctlstat with clang. | ken | 2012-01-12 | 1 | -1/+1 |
* | Style cleanups for printf. | pfg | 2012-01-12 | 1 | -18/+18 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 4 | -0/+861 |
* | Silence bogus warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -1/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+0 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -6/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -3/+0 |
* | - Fix how hexdump parses escape strings | eadler | 2012-01-07 | 1 | -8/+23 |
* | Fix a memory leak in addgroup() by ensuring the allocated memory | ghelmer | 2012-01-05 | 1 | -5/+5 |
* | Touch up some more small typos missed in the previous round. | uqs | 2012-01-05 | 3 | -5/+5 |
* | mkulzma used to create lzma compressed images, just like mkuzip do. | ray | 2012-01-04 | 3 | -0/+445 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 23 | -48/+44 |
* | Remove hand-written version of strcspn(). | ed | 2012-01-03 | 1 | -2/+1 |
* | - add myself to the calendar (jgh) | jgh | 2012-01-01 | 1 | -0/+1 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 49 | -90/+94 |
* | Reencode files from latin1 to UTF-8. | uqs | 2011-12-30 | 13 | -13/+13 |
* | On FreeBSD just use the MD5 implementation of libmd rather than that of | marius | 2011-12-24 | 5 | -7/+14 |
* | Whitespace cleanup: | gjb | 2011-12-23 | 1 | -3/+3 |
* | Formatting fixes: | gjb | 2011-12-23 | 3 | -36/+36 |
* | Use contrib sources for building libarchive, tar and cpio. | mm | 2011-12-22 | 84 | -20427/+48 |
* | - Remove a GCC-specific compiler flag that was added before to eliminate | gabor | 2011-12-21 | 1 | -2/+1 |
* | Sync bsdcpio with vendor branch release/2.8: | mm | 2011-12-20 | 1 | -1/+1 |
* | Sync bsdtar with vendor branch release/2.8: | mm | 2011-12-20 | 1 | -3/+2 |
* | Update libarchive, tar and cpio to version 2.8.5 | mm | 2011-12-20 | 3 | -116/+334 |
* | In usr.bin/vacation/Makefile, fix a typo in the comment about clang | dim | 2011-12-19 | 1 | -1/+1 |
* | Unbreak the build after r228697 adding the { } block to make clear which | bz | 2011-12-19 | 1 | -1/+2 |
* | o Convert IPv6 read-only stats sysctls to the read-write ones. | maxim | 2011-12-19 | 1 | -7/+13 |
* | Repair breakage after r228697: since m4 now uses pow(3), it needs -lm. | dim | 2011-12-18 | 1 | -1/+1 |
* | Reimplement support for the ** (exponent) gnu extension, make it available th... | bapt | 2011-12-18 | 3 | -2/+10 |
* | du: Allow multiple -HLP options, the last one wins. | jilles | 2011-12-17 | 2 | -20/+17 |
* | Revert r228650, and work around the clang false positive with printf | dim | 2011-12-17 | 2 | -1/+6 |
* | In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use the | dim | 2011-12-17 | 1 | -2/+2 |
* | In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, and | dim | 2011-12-17 | 1 | -8/+10 |
* | Unfortunately, clang gives warnings about sendmail code that cannot be | dim | 2011-12-17 | 1 | -0/+7 |
* | In usr.bin/netstat/atalk.c, work around a clang false positive with | dim | 2011-12-17 | 1 | -1/+1 |
* | Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potential | dim | 2011-12-17 | 1 | -0/+1 |
* | In usr.bin/mail/cmd1.c, use the correct printf length modifier for a | dim | 2011-12-17 | 2 | -2/+2 |
* | In usr.bin/indent/io.c, fix a few warnings about format strings not being lit... | dim | 2011-12-17 | 1 | -2/+2 |
* | Correct a logic error in usr.bin/hexdump/conv.c, found by clang. | dim | 2011-12-17 | 1 | -2/+2 |
* | More fixes for correct printf length modifiers usr.bin/gprof. | dim | 2011-12-17 | 2 | -4/+4 |
* | In usr.bin/gprof/aout.c, use the correct printf length modifier for a | dim | 2011-12-17 | 1 | -1/+1 |
* | In usr.bin/csup/proto.c, use the correct printf length modifier to print | dim | 2011-12-17 | 1 | -1/+2 |
* | In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the | dim | 2011-12-17 | 1 | -3/+4 |
* | In usr.bin/mt/mt.c, the c_code member of struct commands should really | dim | 2011-12-17 | 1 | -1/+1 |
* | In usr.bin/tar/tree.c, if you really want to poke to NULL, you must use | dim | 2011-12-17 | 1 | -1/+1 |
* | Revert r228521: sometimes job output is lost | fjoe | 2011-12-15 | 2 | -10/+2 |
* | job make: if stdout is a tty create a pty when running a command. | fjoe | 2011-12-15 | 2 | -2/+10 |