summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* | - Fix how hexdump parses escape stringseadler2012-01-071-8/+23
* | Fix a memory leak in addgroup() by ensuring the allocated memoryghelmer2012-01-051-5/+5
* | Touch up some more small typos missed in the previous round.uqs2012-01-053-5/+5
* | mkulzma used to create lzma compressed images, just like mkuzip do.ray2012-01-043-0/+445
* | Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-0323-48/+44
* | Remove hand-written version of strcspn().ed2012-01-031-2/+1
* | - add myself to the calendar (jgh)jgh2012-01-011-0/+1
* | Spelling fixes for usr.bin/uqs2011-12-3049-90/+94
* | Reencode files from latin1 to UTF-8.uqs2011-12-3013-13/+13
* | On FreeBSD just use the MD5 implementation of libmd rather than that ofmarius2011-12-245-7/+14
* | Whitespace cleanup:gjb2011-12-231-3/+3
* | Formatting fixes:gjb2011-12-233-36/+36
* | Use contrib sources for building libarchive, tar and cpio.mm2011-12-2284-20427/+48
* | - Remove a GCC-specific compiler flag that was added before to eliminategabor2011-12-211-2/+1
* | Sync bsdcpio with vendor branch release/2.8:mm2011-12-201-1/+1
* | Sync bsdtar with vendor branch release/2.8:mm2011-12-201-3/+2
* | Update libarchive, tar and cpio to version 2.8.5mm2011-12-203-116/+334
* | In usr.bin/vacation/Makefile, fix a typo in the comment about clangdim2011-12-191-1/+1
* | Unbreak the build after r228697 adding the { } block to make clear whichbz2011-12-191-1/+2
* | o Convert IPv6 read-only stats sysctls to the read-write ones.maxim2011-12-191-7/+13
* | Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.dim2011-12-181-1/+1
* | Reimplement support for the ** (exponent) gnu extension, make it available th...bapt2011-12-183-2/+10
* | du: Allow multiple -HLP options, the last one wins.jilles2011-12-172-20/+17
* | Revert r228650, and work around the clang false positive with printfdim2011-12-172-1/+6
* | In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use thedim2011-12-171-2/+2
* | In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, anddim2011-12-171-8/+10
* | Unfortunately, clang gives warnings about sendmail code that cannot bedim2011-12-171-0/+7
* | In usr.bin/netstat/atalk.c, work around a clang false positive withdim2011-12-171-1/+1
* | Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potentialdim2011-12-171-0/+1
* | In usr.bin/mail/cmd1.c, use the correct printf length modifier for adim2011-12-172-2/+2
* | In usr.bin/indent/io.c, fix a few warnings about format strings not being lit...dim2011-12-171-2/+2
* | Correct a logic error in usr.bin/hexdump/conv.c, found by clang.dim2011-12-171-2/+2
* | More fixes for correct printf length modifiers usr.bin/gprof.dim2011-12-172-4/+4
* | In usr.bin/gprof/aout.c, use the correct printf length modifier for adim2011-12-171-1/+1
* | In usr.bin/csup/proto.c, use the correct printf length modifier to printdim2011-12-171-1/+2
* | In usr.bin/csup/auth.c, use the correct number of bytes for zeroing thedim2011-12-171-3/+4
* | In usr.bin/mt/mt.c, the c_code member of struct commands should reallydim2011-12-171-1/+1
* | In usr.bin/tar/tree.c, if you really want to poke to NULL, you must usedim2011-12-171-1/+1
* | Revert r228521: sometimes job output is lostfjoe2011-12-152-10/+2
* | job make: if stdout is a tty create a pty when running a command.fjoe2011-12-152-2/+10
* | Replace __const by const in all non-contributed source code.ed2011-12-132-2/+2
* | Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.trociny2011-12-121-16/+87
* | Make procstat -l output similar to the output of limits(1).trociny2011-12-121-10/+51
* | Add more static keywords to truss(1) source code.ed2011-12-104-5/+5
* | Add missing "static const" to long options table.ed2011-12-101-1/+1
* | Replace char copyright[] by static const char copyright[].ed2011-12-102-2/+2
* | Update du(1):gjb2011-12-092-45/+53
* | - Match GNU behavior of exit codegabor2011-12-073-6/+5
* | Don't output a warning if kern.proc.auxv sysctl has returned EPERM.trociny2011-12-051-1/+1
* | Use explicit information from the kernel to detect the traps due tokib2011-12-041-3/+13
OpenPOWER on IntegriCloud