aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Somehow stable/10 branch contains correct version, but head doesn't.Gleb Smirnoff2013-12-121-1/+1
* Check remote protocol version only for the first connection (when itMikolaj Golub2013-12-101-6/+6
* Send wakeup to threads waiting on empty queue before releasing theMikolaj Golub2013-12-102-16/+7
* In remote_send_thread, if sending a request fails don't take theMikolaj Golub2013-12-101-11/+2
* Fix compiler warnings.Mikolaj Golub2013-12-102-4/+4
* Add some macros to make the code more readable (no functional chages).Mikolaj Golub2013-12-101-6/+9
* For memsync replication, hio_countdown is used not only as anMikolaj Golub2013-12-101-111/+47
* Some improvements to the casperd manual page.Pawel Jakub Dawidek2013-12-081-7/+7
* Document the noncontigwr NFS mount option.Rick Macklem2013-12-081-1/+14
* route(1): Pull static data to the top of the file.Eitan Adler2013-12-041-15/+15
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-17/+17
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-13/+13
* route(1): Pull static variable out of the function and into function scope.Eitan Adler2013-12-041-3/+3
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-4/+5
* Add "null" backend to mdconfig(8). This does exactly what the nameEdward Tomasz Napierala2013-12-042-4/+10
* Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...Eitan Adler2013-12-041-9/+15
* Add const qualifier where appropriateEitan Adler2013-12-041-2/+2
* Add const qualifier where appropriateEitan Adler2013-12-041-1/+1
* Turn 'n' into a local variable. This is required for additional changes.Eitan Adler2013-12-041-1/+2
* Initialize cookie before use.Pawel Jakub Dawidek2013-12-031-0/+1
* Please welcome casperd daemon. It (and its services) will be responsible forPawel Jakub Dawidek2013-12-026-0/+1116
* Remove trailing backslash.Pawel Jakub Dawidek2013-12-011-1/+1