| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch removes a check in ifconfig which disables HT/40 channels | Adrian Chadd | 2011-07-20 | 1 | -12/+0 |
* | This patch enables listing DFS related flags when 'ifconfig -v wlanX | Adrian Chadd | 2011-07-19 | 1 | -3/+14 |
* | If compiling RESCUE always ignore feature_present(3) calls so that | Bjoern A. Zeeb | 2011-07-18 | 3 | -0/+7 |
* | The MBR uses a 32-bit unsigned integer to store the size of a slice, but | Ryan Stone | 2011-07-17 | 1 | -4/+4 |
* | Break out the pass 5 inode and block map updating into a separate function | Kirk McKusick | 2011-07-15 | 2 | -28/+45 |
* | When using -A option (unmount all mounted filesystems), do not attempt | Kirk McKusick | 2011-07-14 | 1 | -0/+2 |
* | Use _PATH_DEV and make the format more consistent with GEOM_LABEL. | Xin LI | 2011-07-14 | 1 | -1/+2 |
* | Add a -l option to show file system's corresponding /dev/ufsid path. | Xin LI | 2011-07-14 | 2 | -5/+26 |
* | Remove trailing whitespace in the shutdown(8) manual. | Glen Barber | 2011-07-14 | 1 | -2/+2 |
* | Improvements to the shutdown(8) manual. | Glen Barber | 2011-07-14 | 1 | -12/+14 |
* | When exiting with error because of an invalid command line argument | Mikolaj Golub | 2011-07-13 | 1 | -3/+3 |
* | Fix indentation. | Mikolaj Golub | 2011-07-13 | 1 | -1/+1 |
* | Use NULL instead of 0 for third argument of sigaction(2). | Andrey V. Elsukov | 2011-07-12 | 1 | -1/+1 |
* | Add SIGINFO handler. | Andrey V. Elsukov | 2011-07-12 | 1 | -0/+24 |
* | Remove useless initialization. | Mikolaj Golub | 2011-07-05 | 1 | -2/+1 |
* | Add infrastructure to allow all frames/packets received on an interface | Bjoern A. Zeeb | 2011-07-03 | 3 | -1/+118 |
* | Fix a typo. | Sergey Matveychuk | 2011-07-01 | 1 | -1/+1 |
* | - Handle the JOP_SYNC case as appropriate. | Jeff Roberson | 2011-06-30 | 1 | -0/+1 |
* | Add new rule actions "call" and "return" to ipfw. They make | Andrey V. Elsukov | 2011-06-29 | 3 | -1/+106 |
* | Improve error reporting. Use corresponding error message when file to be | Andrey V. Elsukov | 2011-06-29 | 1 | -4/+11 |
* | Check the returned value of activemap_write_complete() and update matadata on | Mikolaj Golub | 2011-06-28 | 1 | -2/+5 |
* | Make activemap_write_start/complete check the keepdirty list, when | Mikolaj Golub | 2011-06-28 | 1 | -5/+8 |
* | Revert the mechanical change from 'file system' to 'filesystem', committed | Edward Tomasz Napierala | 2011-06-28 | 2 | -41/+41 |
* | Update packet filter (pf) code to OpenBSD 4.5. | Bjoern A. Zeeb | 2011-06-28 | 1 | -1/+1 |
* | Compile hastd and hastctl with capsicum support. | Pawel Jakub Dawidek | 2011-06-27 | 2 | -1/+3 |
* | Compile capsicum support only if HAVE_CAPSICUM is defined. | Pawel Jakub Dawidek | 2011-06-27 | 1 | -0/+4 |
* | Log a warning if we cannot sandbox using capsicum, but only under debug level 1. | Pawel Jakub Dawidek | 2011-06-27 | 1 | -2/+6 |
* | Actually, if code had followed style(9), there would be less stupid errors | Gleb Smirnoff | 2011-06-24 | 1 | -15/+30 |
* | Remove duplicated header files | Kevin Lo | 2011-06-24 | 1 | -1/+0 |
* | Advertise growfs(8) a little better. | Edward Tomasz Napierala | 2011-06-22 | 2 | -2/+4 |
* | Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent | Edward Tomasz Napierala | 2011-06-22 | 2 | -46/+46 |
* | One more braino from me. | Gleb Smirnoff | 2011-06-22 | 1 | -3/+6 |
* | When user specifies the bootcode with size smaller than VTOC_BOOTCODE, | Andrey V. Elsukov | 2011-06-21 | 1 | -1/+4 |
* | Mod the offset padding by alignment. Without this change we may | Xin LI | 2011-06-21 | 1 | -2/+2 |
* | The "size" param needs no adjusting to stripeoffset. | Andrey V. Elsukov | 2011-06-21 | 1 | -2/+2 |
* | Correct subcommand name 'unset' -> 'unscript'. | Pawel Jakub Dawidek | 2011-06-18 | 1 | -1/+1 |
* | Fix clang warnings. | Ben Laurie | 2011-06-18 | 1 | -1/+2 |
* | - Fix my braino in the 220835, when I used strtok(). It isn't | Gleb Smirnoff | 2011-06-17 | 1 | -14/+32 |
* | In HAST we use two sockets - one for only sending the data and one for | Mikolaj Golub | 2011-06-17 | 2 | -0/+6 |
* | Add "alignment" param to the request before calling gpart_autofill(). | Andrey V. Elsukov | 2011-06-16 | 1 | -0/+1 |
* | Revert r222688. | Maxim Sobolev | 2011-06-16 | 1 | -14/+2 |
* | Lay groundwork in CAM for recording and reporting physical path and | Justin T. Gibbs | 2011-06-14 | 1 | -9/+10 |
* | Implement "global" mode for ipfw nat. It is similar to natd(8) | Andrey V. Elsukov | 2011-06-14 | 4 | -7/+45 |
* | Check nat id a bit more strictly. | Andrey V. Elsukov | 2011-06-14 | 1 | -6/+7 |
* | Grab one of the ifcap bits for netmap, and enable printing in ifconfig. | Luigi Rizzo | 2011-06-14 | 1 | -1/+1 |
* | Implement fully asynchronous partial truncation with softupdates journaling | Jeff Roberson | 2011-06-10 | 1 | -36/+16 |
* | Add dump.c to the rtsol build. It is needed now that sec2str is non-static | Kenneth D. Merry | 2011-06-08 | 1 | -1/+1 |
* | Add a special mount option "failok" to indicate that the administrator wants | Xin LI | 2011-06-07 | 1 | -2/+14 |
* | Do not use LCM from stripesize and user specified alignment value. | Andrey V. Elsukov | 2011-06-07 | 1 | -7/+4 |
* | Rework parts of this man page to improve grammar. | Gavin Atkinson | 2011-06-06 | 1 | -37/+37 |