summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add -P option to allow get and set limits for other processes.trociny2012-01-252-7/+91
* After the recent changes there is no need in rlimit array any more.trociny2012-01-251-6/+5
* Remove extra sentence, a leftover from r202845.stefanf2012-01-251-2/+0
* sockstat: Also show sockets not associated with a file descriptor.jilles2012-01-242-69/+75
* In ng_socket(4) expose less kernel internals to userland. This commitglebius2012-01-231-8/+2
* Make procstat -l to work with the new version of kern.proc.rlimit.trociny2012-01-221-10/+11
* - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.hrs2012-01-222-5/+6
* Map foreign architecture names to FreeBSD naming convention.rmh2012-01-201-0/+17
* Fix two issues related to the use of SIGINFO in fetch(1) to displaydes2012-01-181-7/+12
* Remove duplicate line from usageeadler2012-01-151-1/+0
* Remove wtmpcvt(1).ed2012-01-134-210/+0
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-133-3/+3
* Fix building ctlstat with clang.ken2012-01-121-1/+1
* Style cleanups for printf.pfg2012-01-121-18/+18
* Add the CAM Target Layer (CTL).ken2012-01-124-0/+861
* Silence bogus warning when compiling with gcc46:eadler2012-01-101-1/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-6/+1
* Fix warning when compiling with gcc46:eadler2012-01-101-3/+0
* - 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
OpenPOWER on IntegriCloud