aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Document that SI unit suffixes are supported for -b and -s optionsAndrey V. Elsukov2010-07-231-7/+11
* Note that foreground fsck should be run after a filesystem related panic.Kirk McKusick2010-07-221-0/+11
* Actually, only the fullsync mode is implemented, not memsync mode.Pawel Jakub Dawidek2010-07-221-3/+5
* better printing of headers when listing flowsLuigi Rizzo2010-07-151-8/+18
* Do not bzero() NULL pointer on malloc() error.Alexander Motin2010-07-141-1/+1
* o Restore missed flag in the synopsis.Maxim Konovalov2010-07-131-1/+1
* o Add -q flag to usage().Maxim Konovalov2010-07-131-1/+1
* o Add -q flag to the synopsis.Maxim Konovalov2010-07-131-1/+2
* When dhclient obtains a lease, it runs dhclient-script and expectsBrian Somers2010-07-071-16/+30
* - Permit zero length directories as a handled inconsistency. This allowsJeff Roberson2010-07-061-46/+115
* Fix the clear function which has been broken for a bit.Matt Jacob2010-07-041-6/+17
* Let boot(8) refer to the uart(4) serial driver, which is the replacementBenedict Reuschling2010-07-041-3/+3
* sysctlbyname() returns -1 on error and sets errno. It doesMarcel Moolenaar2010-07-031-10/+8
* Correct explanation for idle and standby subcommands' -t argument.Alexander Motin2010-07-011-5/+7
* - Don't assign the return value from read(2) to a variable of typeJaakko Heinonen2010-06-301-6/+8
* Expand system into my_system, and add the necessary tidyness that weWarner Losh2010-06-292-2/+95
* Improve fsck robustness for SU+J cases:Xin LI2010-06-222-60/+117
* Check for overflow before it occurs. Also add check forAndrey V. Elsukov2010-06-211-2/+2
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.Andrey V. Elsukov2010-06-215-177/+210
* Small style fixes:Ed Schouten2010-06-201-32/+16
* Fix some style(9), although there's a lot more issues here.Brian Somers2010-06-205-24/+34
* mdoc nitpicking for gsched.8Ulrich Spörlein2010-06-191-3/+3
* Call free and freeaddrinfo before exiting.Rebecca Cran2010-06-161-14/+35
* Correct various log messages.Pawel Jakub Dawidek2010-06-142-3/+3
* Fix typos.Pawel Jakub Dawidek2010-06-141-7/+7
* Initialize gctl_seq for synchronization requests.Pawel Jakub Dawidek2010-06-141-1/+4
* Plug memory leak.Pawel Jakub Dawidek2010-06-141-0/+1
* Plug memory leak.Pawel Jakub Dawidek2010-06-141-0/+1
* Plug memory leak.Pawel Jakub Dawidek2010-06-141-0/+2
* Plug memory leaks.Pawel Jakub Dawidek2010-06-141-6/+10
* Remove macros that are not really needed. The idea was to have them in casePawel Jakub Dawidek2010-06-141-20/+12
* Eliminate dead code.Pawel Jakub Dawidek2010-06-141-3/+1
* Remove dead variable assignmentsUlrich Spörlein2010-06-113-4/+2
* Initialize variables before usage.Ulrich Spörlein2010-06-112-0/+2
* bgeom(3) does strdup of param name.Andrey V. Elsukov2010-06-071-0/+1
* - Mention that VTOC8 labels are found in Fujitsu SPARC64 machines as well.Marius Strobl2010-06-031-14/+43
* - In gpart_bootfile_read() fix an off-by-one error preventing the bootstrapMarius Strobl2010-06-031-37/+102
* Clarify devfs manpages slightly.Jilles Tjoelker2010-05-291-0/+1
* mdoc: .Ud has attitude, it takes no argument!Ulrich Spörlein2010-05-271-1/+1
* Add support to background fsck to delete zero-length directories.Kirk McKusick2010-05-202-1/+33
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
* - Round up the journal size to the block size so we don't confuse fsck.Jeff Roberson2010-05-181-4/+8
* Teach gpart about bootcode on APM.Nathan Whitehorn2010-05-161-1/+1
* Use setresuid/setresgid to drop privilegesKevin Lo2010-05-161-2/+8
* Document the 'short preamble' capability for 802.11bg.Bjoern A. Zeeb2010-05-141-1/+9
* fsirand(8): make WARNS=3 cleanUlrich Spörlein2010-05-142-18/+23
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-133-44/+44
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-138-46/+46
* Fix grammar in a line of output.Christian Brueffer2010-05-121-1/+1
* Casting size_t to uintmax_t is not necessary anymore. This alsoChristian Brueffer2010-05-121-3/+2