aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* sbin/devd/devd.8Alan Somers2014-03-072-13/+19
* Slight if reordering to make error branch last.Warner Losh2014-03-071-3/+3
* Fix compilation for 32-bit machines.Gleb Smirnoff2014-03-051-6/+7
* Log the name of the device that we failed to open rather than anMark Johnston2014-03-051-1/+1
* Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-051-8/+6
* Arguments for malloc and calloc should be size_t, not int.Kirk McKusick2014-02-252-3/+5
* Better build fix.Gleb Smirnoff2014-02-151-6/+7
* Fix build on 32bit arches broken by me in r261882.Gleb Smirnoff2014-02-141-4/+5
* Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-4/+4
* Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-122-2/+13
* If the main casperd process exits, zygote process should exit as wellPawel Jakub Dawidek2014-02-091-1/+6
* Refer newfs and growfs users to fsck_ffs instead ofChristian Brueffer2014-02-092-2/+2
* init: Remove code to track line numbers in /etc/ttys.Jilles Tjoelker2014-02-081-16/+4
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-062-2/+2
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* Add a license (1) and do some cleanup.Christian Brueffer2014-02-041-4/+36
* Protect ping(8) using Capsicum and Casper. This is protection against maliciousPawel Jakub Dawidek2014-02-042-37/+183
* Unbreak mount_udf by passing the correct iovec length intoChristian Brueffer2014-02-041-3/+3
* dhclient: change the pidfile's permissions to 644Eitan Adler2014-02-031-1/+1
* Remove the .Ex macro that I used for testing.Christian Brueffer2014-02-011-1/+0
* Bring the exit status wording closer to what .Ex would produce.Christian Brueffer2014-02-011-1/+4
* Add quiet support for kldstat -nBaptiste Daroussin2014-01-222-4/+10
* Fix dmesg(1) -> dmesg(8)Baptiste Daroussin2014-01-131-1/+1
* Fix typoBaptiste Daroussin2014-01-131-1/+1
* Point the user to dmesg(1) to get informations about why loading a module did...Baptiste Daroussin2014-01-131-2/+12
* Bump dates in nestat(1) and route(8) man pages.Alexander V. Chernikov2014-01-111-5/+4
* Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).Alexander V. Chernikov2014-01-103-4/+44
* Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.Alexander Motin2014-01-101-22/+30
* Check if the given argument to 'gpart add' is actually a geom device andLars Engels2014-01-091-2/+13
* Fix error countingBaptiste Daroussin2014-01-091-4/+3
* Import error message shown to the user when trying to load a module that isBaptiste Daroussin2014-01-091-2/+8
* Do some more sanity checks in route(8): require netmask to haveAlexander V. Chernikov2014-01-091-0/+7
* Always create /var/run/casper with correct permissions and don't depend on thePawel Jakub Dawidek2014-01-091-0/+3
* For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofJim Harris2014-01-061-2/+2
* Don't allow to create GELI providers with a sector size, which is no aPawel Jakub Dawidek2014-01-041-1/+1
* getopt returns an int, not a char, so use the correct data type forScott Long2013-12-301-1/+1
* Add globs.c, missed in r260068,260069Scott Long2013-12-301-0/+165
* Add globs.c to the build now that it's a separate file.Scott Long2013-12-301-1/+1
* Add the -R option to allow fsck_ffs to restart itself when too many criticalScott Long2013-12-3010-108/+183
* Add the '-b' flag to 'camcontrol devlist'. This prints only the existingScott Long2013-12-292-8/+31
* Improve wording slightly.Joel Dahl2013-12-271-3/+1
* Add an ability to stop gmirror and clear its metadata in one command.Andrey V. Elsukov2013-12-272-1/+20
* Use feature_present(3) to determine whether to open an INET or anBjoern A. Zeeb2013-12-264-4/+35
* Minor grammar fixChris Rees2013-12-211-2/+1
* swapon: Fix buffer overflow when configuring encrypted swap on GBDE.Jilles Tjoelker2013-12-211-1/+2
* Add net.inet.ip.fw.dyn_keep_states sysctl whichAlexander V. Chernikov2013-12-181-0/+5
* Reword the part about mutual CHAP.Edward Tomasz Napierala2013-12-171-5/+4
* MFp4 @1189141:Pawel Jakub Dawidek2013-12-151-0/+2
* sbin/devd/devd.ccAlan Somers2013-12-131-2/+2
* sbin/devd/devd.ccAlan Somers2013-12-131-1/+20