summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add myself as a new committermatthew2012-02-091-0/+1
* In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), sodim2012-02-061-8/+2
* Amend r231079 by properly shifting up the existing arguments indim2012-02-061-1/+1
* Let rpcgen(1) support an environment variable RPCGEN_CPP to find the Cdim2012-02-062-31/+47
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-0536-0/+4277
* In usr.bin/rpcgen/rpc_main.c, properly check the return value ofdim2012-02-051-3/+5
* Whitespace fixes.ed2012-02-058-13/+1
* Remove useless and potentially dangerous rw() function which tries tojh2012-02-042-67/+8
* Print the owner process for unix domain sockets when restricted to thepluknet2012-02-031-8/+34
* Add myself to the relevant docs.davide2012-02-011-0/+1
* Try to avoid ambiguity when sysctl returns ENOMEM additionallytrociny2012-02-011-6/+7
* Always return 0 if the sysctl failed.trociny2012-01-291-8/+8
* Make tip exit if the device disappears, for instance when unpluggingphk2012-01-282-3/+4
* Fix decoding of escape sequences in format strings:tijl2012-01-281-13/+6
* Don't print a warning when using netstat to printtuexen2012-01-251-1/+2
* 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
OpenPOWER on IntegriCloud