aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* - Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan2012-07-045-13/+21
* Fix style.Mikolaj Golub2012-07-031-2/+2
* Add myself to commiters-[doc,ports].dot and calendar.freebsdNiclas Zeising2012-07-031-0/+1
* Fix two layout bugs in the previous change:John Baldwin2012-07-021-1/+3
* Issue proper diagnostic on the short writes, also consider theKonstantin Belousov2012-07-021-5/+20
* Once in a month, when the moon is full, killall mistakenly considersKonstantin Belousov2012-06-301-1/+1
* killall(1) does not use libkvm.Konstantin Belousov2012-06-301-1/+1
* Only initialize array of mibs once.Konstantin Belousov2012-06-301-3/+4
* Initialize procs closer to the place were it is used.Konstantin Belousov2012-06-301-5/+5
* Update the usage with the new jail option.Andrew Thompson2012-06-271-1/+1
* Add a new line to top that provides a brief summary of the ZFS ARC memoryJohn Baldwin2012-06-272-21/+84
* Clarify that the cached file data pages included in the "Wired" countJohn Baldwin2012-06-271-1/+1
* - Switch to BSD sort as default sort. GNU sort will still be installed asGabor Kovesdan2012-06-271-1/+1
* - Disable threaded sort by defaultGabor Kovesdan2012-06-271-2/+2
* Add a -I flag which requests confirmation before action, like what is doneXin LI2012-06-272-3/+22
* MFV: less v449.Xin LI2012-06-261-9/+3
* MFV: Update zlib to 1.2.7.Xin LI2012-06-211-1/+1
* Currently the code uses gzFile * for a zlib file descriptor, whichXin LI2012-06-201-1/+1
* Correct typo in version.David E. O'Brien2012-06-201-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-192-1/+5
* find(1): Move description of -d option to -depth primary.Jilles Tjoelker2012-06-131-30/+30
* None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-114-8/+0
* Fix typoKevin Lo2012-06-111-1/+1
* - Consistenly mention columns and fieldsKevin Lo2012-06-112-8/+8
* Add more description and clarification about the -depth and -d options inIsabell Long2012-06-101-4/+5
* touch: Add the -d option from POSIX.1-2008.Jilles Tjoelker2012-06-102-5/+95
* - Remove the UNUSED_ARG macro and use __unused in argument listsGabor Kovesdan2012-06-082-17/+9
* In usr.bin/sort, use another method of silencing warnings about unusedDimitry Andric2012-06-081-1/+1
* Add myself to the calendar.Ashish SHUKLA2012-06-081-0/+1
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-053-3/+3
* Allow the -p argument to kdump to accept either a PID or a thread ID.John Baldwin2012-06-042-5/+7
* Minor mdoc improvements.Joel Dahl2012-06-031-3/+4
* Document the limitations of the -delete primaryEitan Adler2012-06-021-1/+4
* Add myself as a new committer.Jase Thew2012-06-011-0/+1
* Update date for r236338 & r236346.David E. O'Brien2012-05-311-1/+1
* Don't trace or dump page fault records in the default set of tracepointsJohn Baldwin2012-05-312-5/+5
* Add "-V '${VAR}'" variable expansion from Portable Berkeley Make.David E. O'Brien2012-05-312-5/+14
* Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case)David E. O'Brien2012-05-303-1/+35
* Fix likely race condition if wait_child() is interrupted by sigchild()Eitan Adler2012-05-301-1/+3
* Pass a filename, rather than a file descriptor, to libarchive.Dag-Erling Smørgrav2012-05-291-10/+5
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+2
* Revert r232274 - unauthorized, unnecessary and incorrect.Dag-Erling Smørgrav2012-05-261-7/+2
* Update to OpenPAM Micrampelis.Dag-Erling Smørgrav2012-05-261-0/+11
* mdoc: sort sections into conventional order.Joel Dahl2012-05-261-21/+21
* - Only use multi-threading for large filesGabor Kovesdan2012-05-257-23/+90
* Fix resolving symbol names on ARM.Grzegorz Bernacki2012-05-251-0/+6
* Hook up mkulzma to the build.Josh Paetzel2012-05-241-0/+1
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+2
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-2/+2
* Allow the socket list to be limited to a specific jail id.Andrew Thompson2012-05-242-2/+35