| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless initialization. | trociny | 2011-07-05 | 1 | -2/+1 |
* | Add infrastructure to allow all frames/packets received on an interface | bz | 2011-07-03 | 3 | -1/+118 |
* | Fix a typo. | sem | 2011-07-01 | 1 | -1/+1 |
* | - Handle the JOP_SYNC case as appropriate. | jeff | 2011-06-30 | 1 | -0/+1 |
* | Add new rule actions "call" and "return" to ipfw. They make | ae | 2011-06-29 | 3 | -1/+106 |
* | Improve error reporting. Use corresponding error message when file to be | ae | 2011-06-29 | 1 | -4/+11 |
* | Check the returned value of activemap_write_complete() and update matadata on | trociny | 2011-06-28 | 1 | -2/+5 |
* | Make activemap_write_start/complete check the keepdirty list, when | trociny | 2011-06-28 | 1 | -5/+8 |
* | Revert the mechanical change from 'file system' to 'filesystem', committed | trasz | 2011-06-28 | 2 | -41/+41 |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 1 | -1/+1 |
* | Compile hastd and hastctl with capsicum support. | pjd | 2011-06-27 | 2 | -1/+3 |
* | Compile capsicum support only if HAVE_CAPSICUM is defined. | pjd | 2011-06-27 | 1 | -0/+4 |
* | Log a warning if we cannot sandbox using capsicum, but only under debug level 1. | pjd | 2011-06-27 | 1 | -2/+6 |
* | Actually, if code had followed style(9), there would be less stupid errors | glebius | 2011-06-24 | 1 | -15/+30 |
* | Remove duplicated header files | kevlo | 2011-06-24 | 1 | -1/+0 |
* | Advertise growfs(8) a little better. | trasz | 2011-06-22 | 2 | -2/+4 |
* | Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent | trasz | 2011-06-22 | 2 | -46/+46 |
* | One more braino from me. | glebius | 2011-06-22 | 1 | -3/+6 |
* | When user specifies the bootcode with size smaller than VTOC_BOOTCODE, | ae | 2011-06-21 | 1 | -1/+4 |
* | Mod the offset padding by alignment. Without this change we may | delphij | 2011-06-21 | 1 | -2/+2 |
* | The "size" param needs no adjusting to stripeoffset. | ae | 2011-06-21 | 1 | -2/+2 |
* | Correct subcommand name 'unset' -> 'unscript'. | pjd | 2011-06-18 | 1 | -1/+1 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+2 |
* | - Fix my braino in the 220835, when I used strtok(). It isn't | glebius | 2011-06-17 | 1 | -14/+32 |
* | In HAST we use two sockets - one for only sending the data and one for | trociny | 2011-06-17 | 2 | -0/+6 |
* | Add "alignment" param to the request before calling gpart_autofill(). | ae | 2011-06-16 | 1 | -0/+1 |
* | Revert r222688. | sobomax | 2011-06-16 | 1 | -14/+2 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 1 | -9/+10 |
* | Implement "global" mode for ipfw nat. It is similar to natd(8) | ae | 2011-06-14 | 4 | -7/+45 |
* | Check nat id a bit more strictly. | ae | 2011-06-14 | 1 | -6/+7 |
* | Grab one of the ifcap bits for netmap, and enable printing in ifconfig. | luigi | 2011-06-14 | 1 | -1/+1 |
* | Implement fully asynchronous partial truncation with softupdates journaling | jeff | 2011-06-10 | 1 | -36/+16 |
* | Add dump.c to the rtsol build. It is needed now that sec2str is non-static | ken | 2011-06-08 | 1 | -1/+1 |
* | Add a special mount option "failok" to indicate that the administrator wants | delphij | 2011-06-07 | 1 | -2/+14 |
* | Do not use LCM from stripesize and user specified alignment value. | ae | 2011-06-07 | 1 | -7/+4 |
* | Rework parts of this man page to improve grammar. | gavin | 2011-06-06 | 1 | -37/+37 |
* | Remove redundant assignments to WARNS. | ed | 2011-06-06 | 1 | -2/+0 |
* | Add another example to mount(8) on using the "-o" argument. | gavin | 2011-06-06 | 1 | -2/+11 |
* | Bump .Dd | gavin | 2011-06-06 | 1 | -1/+1 |
* | Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. This | gavin | 2011-06-06 | 1 | -0/+6 |
* | Initialize co.use_set variable before parsing each new rule. | ae | 2011-06-06 | 1 | -0/+1 |
* | Increase buffer size for the command line. | ae | 2011-06-06 | 1 | -2/+2 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 2 | -1/+3 |
* | Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as an | hrs | 2011-06-05 | 2 | -69/+5 |
* | Read from the socket using the same max buffer size as we use while | sobomax | 2011-06-04 | 1 | -2/+14 |
* | Generally clean up markup. | ru | 2011-06-03 | 1 | -71/+85 |
* | Always use LCM when stripesize > 0. | ae | 2011-06-02 | 1 | -2/+2 |
* | Use stripesize and stripeoffset in the automatic calculation of | ae | 2011-06-02 | 1 | -18/+33 |
* | mdoc: fix markup | uqs | 2011-06-02 | 2 | -2/+4 |
* | Add a sentence to the umount.8 man page to clarify the behaviour | rmacklem | 2011-05-31 | 1 | -1/+4 |