summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Get rid of major/minor number distinction.ed2011-09-281-4/+2
* Correct typo.pjd2011-09-281-1/+1
* If the underlying provider doesn't support BIO_FLUSH, log it only oncepjd2011-09-284-4/+24
* Break a bit earlier.pjd2011-09-281-0/+1
* After every activemap change flush disk's write cache, so that writepjd2011-09-286-7/+118
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-279-161/+192
* No need to wrap pjdlog functions around with KEEP_ERRNO() macro.pjd2011-09-271-2/+1
* Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().pjd2011-09-271-6/+5
* - Convert some impossible conditions into assertions.pjd2011-09-271-11/+10
* Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().pjd2011-09-271-4/+2
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-273-33/+31
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tpjd2011-09-272-23/+20
* Ensure that pjdlog functions don't modify errno.pjd2011-09-271-0/+25
* - Document inet6 no_radr flag.hrs2011-09-191-1/+26
* Do not try to change the mode or ownership of the root of the mountpointkib2011-09-131-0/+27
* Don't use the whole free space when resizing partition to a larger sizeae2011-09-081-6/+6
* dd -t switch for mdmfs to enable TRIM on the configured filesystem.kib2011-09-062-6/+16
* Forgot this nit in r221107.des2011-09-031-1/+1
* Clear the mountprog variable after each mountfs() call so that mountprogjhb2011-09-021-0/+5
* Fix the check in dircheck() on namlen.delphij2011-09-021-2/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-202-22/+90
* o Fix mdoc formatting for the '.Fx' macro. [1]ae2011-08-201-3/+13
* Fix WWN printing in `camcontrol identify` output.mav2011-08-191-1/+1
* The decimal() function was changed in r217808 to take theae2011-08-191-1/+1
* Add new section "BOOTSTRAPPING" to the gpart(8), that describesae2011-08-191-12/+90
* Fix a regression where a rule containing a source port option after ajhb2011-08-171-0/+2
* Gavin documented these alternate options in good faith in r222751dougb2011-08-061-7/+4
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-301-2/+2
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+3
* This patch removes a check in ifconfig which disables HT/40 channelsadrian2011-07-201-12/+0
* This patch enables listing DFS related flags when 'ifconfig -v wlanXadrian2011-07-191-3/+14
* If compiling RESCUE always ignore feature_present(3) calls so thatbz2011-07-183-0/+7
* The MBR uses a 32-bit unsigned integer to store the size of a slice, butrstone2011-07-171-4/+4
* Break out the pass 5 inode and block map updating into a separate functionmckusick2011-07-152-28/+45
* When using -A option (unmount all mounted filesystems), do not attemptmckusick2011-07-141-0/+2
* Use _PATH_DEV and make the format more consistent with GEOM_LABEL.delphij2011-07-141-1/+2
* Add a -l option to show file system's corresponding /dev/ufsid path.delphij2011-07-142-5/+26
* Remove trailing whitespace in the shutdown(8) manual.gjb2011-07-141-2/+2
* Improvements to the shutdown(8) manual.gjb2011-07-141-12/+14
* When exiting with error because of an invalid command line argumenttrociny2011-07-131-3/+3
* Fix indentation.trociny2011-07-131-1/+1
* Use NULL instead of 0 for third argument of sigaction(2).ae2011-07-121-1/+1
* Add SIGINFO handler.ae2011-07-121-0/+24
* Remove useless initialization.trociny2011-07-051-2/+1
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-033-1/+118
* Fix a typo.sem2011-07-011-1/+1
* - Handle the JOP_SYNC case as appropriate.jeff2011-06-301-0/+1
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-293-1/+106
* Improve error reporting. Use corresponding error message when file to beae2011-06-291-4/+11
* Check the returned value of activemap_write_complete() and update matadata ontrociny2011-06-281-2/+5
OpenPOWER on IntegriCloud