summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* mdoc nitpicking for gsched.8uqs2010-06-191-3/+3
* Call free and freeaddrinfo before exiting.brucec2010-06-161-14/+35
* Correct various log messages.pjd2010-06-142-3/+3
* Fix typos.pjd2010-06-141-7/+7
* Initialize gctl_seq for synchronization requests.pjd2010-06-141-1/+4
* Plug memory leak.pjd2010-06-141-0/+1
* Plug memory leak.pjd2010-06-141-0/+1
* Plug memory leak.pjd2010-06-141-0/+2
* Plug memory leaks.pjd2010-06-141-6/+10
* Remove macros that are not really needed. The idea was to have them in casepjd2010-06-141-20/+12
* Eliminate dead code.pjd2010-06-141-3/+1
* Remove dead variable assignmentsuqs2010-06-113-4/+2
* Initialize variables before usage.uqs2010-06-112-0/+2
* bgeom(3) does strdup of param name.ae2010-06-071-0/+1
* - Mention that VTOC8 labels are found in Fujitsu SPARC64 machines as well.marius2010-06-031-14/+43
* - In gpart_bootfile_read() fix an off-by-one error preventing the bootstrapmarius2010-06-031-37/+102
* Clarify devfs manpages slightly.jilles2010-05-291-0/+1
* mdoc: .Ud has attitude, it takes no argument!uqs2010-05-271-1/+1
* Add support to background fsck to delete zero-length directories.mckusick2010-05-202-1/+33
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-191-1/+1
* - Round up the journal size to the block size so we don't confuse fsck.jeff2010-05-181-4/+8
* Teach gpart about bootcode on APM.nwhitehorn2010-05-161-1/+1
* Use setresuid/setresgid to drop privilegeskevlo2010-05-161-2/+8
* Document the 'short preamble' capability for 802.11bg.bz2010-05-141-1/+9
* fsirand(8): make WARNS=3 cleanuqs2010-05-142-18/+23
* mdoc: move remaining sections into consistent orderuqs2010-05-133-44/+44
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-138-46/+46
* Fix grammar in a line of output.brueffer2010-05-121-1/+1
* Casting size_t to uintmax_t is not necessary anymore. This alsobrueffer2010-05-121-3/+2
* Final update to current version of head in preparation for reintegration.mckusick2010-05-0617-42/+236
|\
| * Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-021-0/+4
| * Add -d and -f arguments to `camcontrol cmd`, to execute DMA ATA commands.mav2010-05-022-3/+21
| * Improve usage of tunefs:edwin2010-05-011-3/+4
| * - Use the path to the filesystem mountpoint to look up the statfsjeff2010-04-301-4/+4
| * Default connection timeout is way too long. To make it shorter we have topjd2010-04-291-3/+75
| * - Check if the worker process was killed by signal and restart it.pjd2010-04-291-18/+26
| * Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-2910-3/+87
| * Restart worker thread only if the problem was temporary.pjd2010-04-281-3/+9
| * Mark temporary issues as such.pjd2010-04-281-2/+2
| * Use WEXITSTATUS() to obtain real exit code.pjd2010-04-281-2/+3
| * Don't assume that "resource" property is in metadata.pjd2010-04-281-1/+1
| * Bump man page date.rpaulo2010-04-281-1/+1
| * Fix typos.rpaulo2010-04-282-3/+3
* | Update to current version of head.mckusick2010-04-2854-1151/+5243
|\ \ | |/
| * - Temporarily lower WARNS until I fix alignment warnings on sparc64.jeff2010-04-241-0/+2
| * suj.c seems to contain two versions of the code.pjd2010-04-241-2065/+0
| * Protect fsck.h from being included twice.pjd2010-04-241-0/+5
| * - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-2411-317/+5328
| * Add and describe GEOM_PART_EBR.marcel2010-04-231-0/+5
| * Implement the resize command for resizing partitions. Without newmarcel2010-04-232-1/+134
OpenPOWER on IntegriCloud