aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Improvements to the shutdown(8) manual.Glen Barber2011-07-141-12/+14
* When exiting with error because of an invalid command line argumentMikolaj Golub2011-07-131-3/+3
* Fix indentation.Mikolaj Golub2011-07-131-1/+1
* Use NULL instead of 0 for third argument of sigaction(2).Andrey V. Elsukov2011-07-121-1/+1
* Add SIGINFO handler.Andrey V. Elsukov2011-07-121-0/+24
* Remove useless initialization.Mikolaj Golub2011-07-051-2/+1
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-033-1/+118
* Fix a typo.Sergey Matveychuk2011-07-011-1/+1
* - Handle the JOP_SYNC case as appropriate.Jeff Roberson2011-06-301-0/+1
* Add new rule actions "call" and "return" to ipfw. They makeAndrey V. Elsukov2011-06-293-1/+106
* Improve error reporting. Use corresponding error message when file to beAndrey V. Elsukov2011-06-291-4/+11
* Check the returned value of activemap_write_complete() and update matadata onMikolaj Golub2011-06-281-2/+5
* Make activemap_write_start/complete check the keepdirty list, whenMikolaj Golub2011-06-281-5/+8
* Revert the mechanical change from 'file system' to 'filesystem', committedEdward Tomasz Napierala2011-06-282-41/+41
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-1/+1
* Compile hastd and hastctl with capsicum support.Pawel Jakub Dawidek2011-06-272-1/+3
* Compile capsicum support only if HAVE_CAPSICUM is defined.Pawel Jakub Dawidek2011-06-271-0/+4
* Log a warning if we cannot sandbox using capsicum, but only under debug level 1.Pawel Jakub Dawidek2011-06-271-2/+6
* Actually, if code had followed style(9), there would be less stupid errorsGleb Smirnoff2011-06-241-15/+30
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Advertise growfs(8) a little better.Edward Tomasz Napierala2011-06-222-2/+4
* Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indentEdward Tomasz Napierala2011-06-222-46/+46
* One more braino from me.Gleb Smirnoff2011-06-221-3/+6
* When user specifies the bootcode with size smaller than VTOC_BOOTCODE,Andrey V. Elsukov2011-06-211-1/+4
* Mod the offset padding by alignment. Without this change we mayXin LI2011-06-211-2/+2
* The "size" param needs no adjusting to stripeoffset.Andrey V. Elsukov2011-06-211-2/+2
* Correct subcommand name 'unset' -> 'unscript'.Pawel Jakub Dawidek2011-06-181-1/+1
* Fix clang warnings.Ben Laurie2011-06-181-1/+2
* - Fix my braino in the 220835, when I used strtok(). It isn'tGleb Smirnoff2011-06-171-14/+32
* In HAST we use two sockets - one for only sending the data and one forMikolaj Golub2011-06-172-0/+6
* Add "alignment" param to the request before calling gpart_autofill().Andrey V. Elsukov2011-06-161-0/+1
* Revert r222688.Maxim Sobolev2011-06-161-14/+2
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-141-9/+10
* Implement "global" mode for ipfw nat. It is similar to natd(8)Andrey V. Elsukov2011-06-144-7/+45
* Check nat id a bit more strictly.Andrey V. Elsukov2011-06-141-6/+7
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.Luigi Rizzo2011-06-141-1/+1
* Implement fully asynchronous partial truncation with softupdates journalingJeff Roberson2011-06-101-36/+16
* Add dump.c to the rtsol build. It is needed now that sec2str is non-staticKenneth D. Merry2011-06-081-1/+1
* Add a special mount option "failok" to indicate that the administrator wantsXin LI2011-06-071-2/+14
* Do not use LCM from stripesize and user specified alignment value.Andrey V. Elsukov2011-06-071-7/+4
* Rework parts of this man page to improve grammar.Gavin Atkinson2011-06-061-37/+37
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-2/+0
* Add another example to mount(8) on using the "-o" argument.Gavin Atkinson2011-06-061-2/+11
* Bump .DdGavin Atkinson2011-06-061-1/+1
* Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. ThisGavin Atkinson2011-06-061-0/+6
* Initialize co.use_set variable before parsing each new rule.Andrey V. Elsukov2011-06-061-0/+1
* Increase buffer size for the command line.Andrey V. Elsukov2011-06-061-2/+2
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-062-1/+3
* Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as anHiroki Sato2011-06-052-69/+5
* Read from the socket using the same max buffer size as we use whileMaxim Sobolev2011-06-041-2/+14