aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check ipfw table numbers in both user and kernel space before rule addition.Alexander V. Chernikov2013-11-282-10/+37
* Fix fdisk(8) to create 2TB partitions on disks larger than 2TB, rather thanJuli Mallett2013-11-271-3/+7
* Fix key lookup in ipfw(8) broken since r232865.Alexander V. Chernikov2013-11-271-2/+13
* Fix warnings to not append "No error: 0".Edward Tomasz Napierala2013-11-261-2/+2
* Adjust introduction history.Sergey Kandaurov2013-11-251-2/+2
* Remove __FreeBSD__ ifdefs.Gleb Smirnoff2013-11-221-6/+1
* Rewrite usage() so that its source code resembles what is printed.Gleb Smirnoff2013-11-221-7/+7
* - Purge one more reference to ad(4)[1].Sergey Kandaurov2013-11-221-6/+4
* Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).Andrey V. Elsukov2013-11-192-1/+118
* Check for special status code from FIRMWARE_ACTIVATE commandJim Harris2013-11-121-11/+24
* Fix a typo: s/wriable/writable/Devin Teske2013-11-121-1/+1
* devd: lower priority of action execution logging to infoAndriy Gapon2013-11-071-1/+1