aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Revert 130163 and let top use KERN_PROC_PROC when individual threads areJohn Baldwin2011-07-151-17/+4
* Rename resource names to match these in login.conf.Edward Tomasz Napierala2011-07-141-25/+24
* Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb2011-07-142-4/+1
* Fix indentation.Bjoern A. Zeeb2011-07-141-1/+1
* Truncate link addresses like it is done for anyMichael Tuexen2011-07-121-1/+1
* If one's message is longer than the buffer size, then we reset 'cnt' at theDavid E. O'Brien2011-07-121-1/+2
* Fix run-time breakage when encoutering invalid input-data.Edwin Groothuis2011-07-111-0/+2
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-111-70/+78
* Fix typo in order of markup and text.Edwin Groothuis2011-07-111-1/+1
* ncal(1) highlights the current date (or a date provided via parameter)Edwin Groothuis2011-07-112-1/+4
* Fix the interpreter for:Edwin Groothuis2011-07-111-0/+28
* peeraddr is only used in sizeof() evaluations, so instead of declaring itXin LI2011-07-111-1/+1
* Use %zu when printing size_t.Xin LI2011-07-111-2/+2
* Match size_t and ssize_t by using %zu and %zd instead of %d.Xin LI2011-07-111-1/+1
* Use a pair of parentheses to ensure right evaluation order.Xin LI2011-07-111-1/+1
* Use strlcpy().Xin LI2011-07-111-15/+11
* Always skip the kernel idle process if requested, it is not specific toJohn Baldwin2011-07-071-5/+4
* Only print entries for which ut_host points to a character device.Ed Schouten2011-07-051-1/+1
* Fix quota(1) output.Sergey Kandaurov2011-06-301-5/+11
* Remove needless file due to Russia scraps DST in 2011.Sergey A. Osokin2011-06-282-17/+0
* The --newer-than test should descend into oldTim Kientzle2011-06-261-4/+12
* More accurate birthplace.Joel Dahl2011-06-251-1/+1
* If there is a read error reading Y/N confirmation from the keyboard,Tim Kientzle2011-06-252-1/+12
* Remove duplicated header filesKevin Lo2011-06-245-6/+0
* Acknowledge Edwin Groothuis for the major rewrite heCraig Rodrigues2011-06-241-1/+7
* Update references to RFC's that the newer TFTP implementation supports.Craig Rodrigues2011-06-221-0/+34
* Bump date.Craig Rodrigues2011-06-221-1/+49
* Eliminate unneeded headers.Xin LI2011-06-212-3/+0
* Remove unneeded headers.Xin LI2011-06-212-6/+0
* Staticify cleanup() which is not referenced in other places.Xin LI2011-06-211-1/+1
* Merge tnftp-20100108 from the vendor branch into head.Gavin Atkinson2011-06-203-290/+519
* fuser: Fix skipping "SIG" on signal names (-s).Jilles Tjoelker2011-06-181-3/+2
* Fix clang warnings.Ben Laurie2011-06-185-23/+36
* Let the size of the namebuf depend on the size of the ut_user field.Ed Schouten2011-06-181-1/+1
* Add WITHOUT_UTMPX switch to the build system.Ed Schouten2011-06-171-4/+7
* Add 2-clause BSD license.Alexander Leidinger2011-06-171-0/+23
* Clarify that the TFTP blocksize (RFC2348) or non-standardCraig Rodrigues2011-06-161-2/+3
* Specify correct RFC2347 for TFTP options in diagnostic message.Craig Rodrigues2011-06-161-2/+2
* Using statfs.f_fstypename rather than statfs.f_type whilst performing fstypeTai-hwa Liang2011-06-131-20/+6
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.Dimitry Andric2011-06-121-0/+2
* - Use REG_NOSUB to bypass submatch counting when not necessary. This mayGabor Kovesdan2011-06-122-2/+8
* - Fix -w behaviorGabor Kovesdan2011-06-122-14/+13
* Add self to calendarChris Rees2011-06-111-0/+1
* - Add myself to calendar.freebsdJulien Laffaye2011-06-071-0/+1
* Remove redundant assignments to WARNS.Ed Schouten2011-06-063-6/+0
* Attempt to clear up some confusion in the following example, by statingGlen Barber2011-06-061-0/+6
* Fix regex for ptraceopname().Dmitry Chagin2011-06-061-1/+1
* Bump date from previous commit. :(Glen Barber2011-06-061-1/+1
* Document that when running 'su -m <user> -c <command>', <command> is runGlen Barber2011-06-061-4/+4
* Pass correct size to write(2).Jaakko Heinonen2011-06-061-1/+1