summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary castkevlo2012-02-142-5/+5
* Fix write(1) to support wide characters.glebius2012-02-132-28/+17
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-1/+1
* Include target names in diagnostic output.fjoe2012-02-121-8/+15
* And of course, I forgot to add -a to the usage.ed2012-02-111-1/+1
* Attempt to implement who -a.ed2012-02-112-22/+16
* Reverting last change r231449 (fix bin/164947) due to concerns voicedcracauer2012-02-111-23/+3
* Add myself to calendar.dmarion2012-02-111-0/+1
* Fix bin/164947: tee looses data when writing to non-blocking file descriptorscracauer2012-02-101-3/+23
* 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
OpenPOWER on IntegriCloud