summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix statically-linked build (WITHOUT_DYNAMICROOT).jilles2014-03-162-4/+4
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-166-8/+8
* Add Makefile missed in r263220.jmmv2014-03-161-0/+13
* Migrate tools/regression/sbin/ to the new tests layout.jmmv2014-03-1613-0/+1142
* Remove AppleTalk support.glebius2014-03-146-294/+2
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+1
* Remove IPX support.glebius2014-03-145-149/+0
* Avoid segment fault when attempting to clean up cylinder groupmckusick2014-03-121-6/+8
* kldconfig: Remove some code for compatibility with FreeBSD 4.x.jilles2014-03-091-27/+0
* sbin/devd/devd.8asomers2014-03-072-13/+19
* Slight if reordering to make error branch last.imp2014-03-071-3/+3
* Fix compilation for 32-bit machines.glebius2014-03-051-6/+7
* Log the name of the device that we failed to open rather than anmarkj2014-03-051-1/+1
* Instead of playing games with casts simply add 3 more members to theglebius2014-03-051-8/+6
* Arguments for malloc and calloc should be size_t, not int.mckusick2014-02-252-3/+5
* Better build fix.glebius2014-02-151-6/+7
* Fix build on 32bit arches broken by me in r261882.glebius2014-02-141-4/+5
* Once pf became not covered by a single mutex, many counters in it becameglebius2014-02-141-4/+4
* Fix world build WITHOUT_PF.glebius2014-02-122-2/+13
* If the main casperd process exits, zygote process should exit as wellpjd2014-02-091-1/+6
* Refer newfs and growfs users to fsck_ffs instead ofbrueffer2014-02-092-2/+2
* init: Remove code to track line numbers in /etc/ttys.jilles2014-02-081-16/+4
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.brueffer2014-02-062-2/+2
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* Add a license (1) and do some cleanup.brueffer2014-02-041-4/+36
* Protect ping(8) using Capsicum and Casper. This is protection against maliciouspjd2014-02-042-37/+183
* Unbreak mount_udf by passing the correct iovec length intobrueffer2014-02-041-3/+3
* dhclient: change the pidfile's permissions to 644eadler2014-02-031-1/+1
* Remove the .Ex macro that I used for testing.brueffer2014-02-011-1/+0
* Bring the exit status wording closer to what .Ex would produce.brueffer2014-02-011-1/+4
* Add quiet support for kldstat -nbapt2014-01-222-4/+10
* Fix dmesg(1) -> dmesg(8)bapt2014-01-131-1/+1
* Fix typobapt2014-01-131-1/+1
* Point the user to dmesg(1) to get informations about why loading a module did...bapt2014-01-131-2/+12
* Bump dates in nestat(1) and route(8) man pages.melifaro2014-01-111-5/+4
* Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).melifaro2014-01-103-4/+44
* Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.mav2014-01-101-22/+30
* Check if the given argument to 'gpart add' is actually a geom device andlme2014-01-091-2/+13
* Fix error countingbapt2014-01-091-4/+3
* Import error message shown to the user when trying to load a module that isbapt2014-01-091-2/+8
* Do some more sanity checks in route(8): require netmask to havemelifaro2014-01-091-0/+7
* Always create /var/run/casper with correct permissions and don't depend on thepjd2014-01-091-0/+3
* For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofjimharris2014-01-061-2/+2
* Don't allow to create GELI providers with a sector size, which is no apjd2014-01-041-1/+1
* getopt returns an int, not a char, so use the correct data type forscottl2013-12-301-1/+1
* Add globs.c, missed in r260068,260069scottl2013-12-301-0/+165
* Add globs.c to the build now that it's a separate file.scottl2013-12-301-1/+1
* Add the -R option to allow fsck_ffs to restart itself when too many criticalscottl2013-12-3010-108/+183
* Add the '-b' flag to 'camcontrol devlist'. This prints only the existingscottl2013-12-292-8/+31
* Improve wording slightly.joel2013-12-271-3/+1
OpenPOWER on IntegriCloud