| Commit message (Expand) | Author | Age | Files | Lines |
* | do_file() is called recursively from several places and cannot | delphij | 2006-05-20 | 1 | -1/+9 |
* | Remove reference to mount_procfs(8), add reference to procfs(5). | rodrigc | 2006-05-19 | 1 | -1/+1 |
* | Slight grammar fix. | ceri | 2006-05-18 | 1 | -1/+1 |
* | Remove reference to mount_ext2fs(8), add reference to ext2fs(5). | rodrigc | 2006-05-17 | 1 | -1/+1 |
* | Disconnect mount_reiserfs from build. | rodrigc | 2006-05-16 | 1 | -1/+0 |
* | For src/dest parsing take off the netmask before checking for AF with | mlaier | 2006-05-14 | 1 | -15/+31 |
* | Correct various mistakes in the last commit. | pjd | 2006-05-13 | 1 | -4/+4 |
* | Include other AES key lengths in the comment. | pjd | 2006-05-13 | 1 | -1/+1 |
* | Remove ip6fw. Since ipfw has full functional IPv6 support now and - in | mlaier | 2006-05-12 | 5 | -2072/+0 |
* | Update manpage for net.inet6.ip6.fw.enable sysctl. | mlaier | 2006-05-12 | 1 | -2/+4 |
* | Use sysctlbyname | phk | 2006-05-11 | 1 | -25/+14 |
* | o Extend rev. 1.75 and restore an ability to specify a non-default | maxim | 2006-05-10 | 1 | -0/+9 |
* | Be more like Windows and Linux and send our hostname in the host-name | brooks | 2006-05-07 | 1 | -0/+68 |
* | fix style nit | obrien | 2006-05-07 | 1 | -1/+1 |
* | o Take an account a media sectorsize for medium and bigsize calculation. | maxim | 2006-05-06 | 3 | -45/+290 |
* | Correct error messages. | pjd | 2006-05-01 | 1 | -4/+4 |
* | With minidumps, the dumping partition could be smaller than physical | ps | 2006-04-27 | 1 | -1/+8 |
* | o Do recrack(arguments) for commands which actually take NAME as | maxim | 2006-04-21 | 3 | -10/+12 |
* | Add a missing .Pp call. | brueffer | 2006-04-19 | 1 | -0/+1 |
* | o Describe what actually boot(8) -m mutes. | maxim | 2006-04-18 | 1 | -1/+2 |
* | Fix markup and some typos. | ru | 2006-04-14 | 1 | -5/+14 |
* | o Yacc's lineno variable holds a total number of parsed lines. | maxim | 2006-04-14 | 1 | -0/+1 |
* | Make CCD be able to read and write Linux software raids. | cracauer | 2006-04-13 | 2 | -0/+26 |
* | Add missing library dependencies. | ru | 2006-04-13 | 2 | -1/+2 |
* | libc_r is no longer provided, and on alpha and sparc64, libthr | ru | 2006-04-12 | 1 | -1/+1 |
* | Dump keeps a bitmap of the state of various inodes, which is sized | dwmalone | 2006-04-11 | 1 | -8/+20 |
* | Document the rest of the 802.11 capability flags. | scottl | 2006-04-08 | 1 | -0/+18 |
* | Allocate memory for NUL-termination as well. | pjd | 2006-04-07 | 1 | -1/+1 |
* | Add a new feature to ping(8) - possibility to specify maximum | glebius | 2006-04-05 | 2 | -8/+35 |
* | Make WITHOUT_DYNAMICROOT=foo work again: remember to reference | phk | 2006-04-01 | 1 | -2/+2 |
* | Amazing.. two screwups in one commit. | julian | 2006-03-31 | 1 | -1/+2 |
* | I can't believe that no-one noticed that I broke ipfw table del | julian | 2006-03-31 | 1 | -1/+2 |
* | Unbreak the build. | jasone | 2006-03-27 | 1 | -6/+1 |
* | For now, bring back some of the old bits as a fix for specifying md(4) | wkoszek | 2006-03-27 | 1 | -0/+7 |
* | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | wkoszek | 2006-03-26 | 2 | -65/+158 |
* | Keep proper order of includes. Additionally, sort them. Make functions used | wkoszek | 2006-03-26 | 1 | -23/+20 |
* | Implement the 'resetconfig' command. | le | 2006-03-23 | 2 | -4/+45 |
* | Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending | ru | 2006-03-21 | 1 | -1/+6 |
* | Minor style(9) and KNF elimination as I prepare to fix a bug. | imp | 2006-03-20 | 1 | -14/+8 |
* | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -1/+3 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 4 | -8/+16 |
* | Add new modes. | sos | 2006-03-15 | 1 | -0/+4 |
* | There is no IFF_POLLING flag anymore. | glebius | 2006-03-12 | 1 | -1/+1 |
* | Flush stdout after printing name of created device, so it can be properly | pjd | 2006-03-12 | 1 | -1/+3 |
* | Revert to setting vlan and vlandev parametes synchronously, as soon | yar | 2006-03-09 | 1 | -0/+9 |
* | Explain why the first partition should start at offset 16. | pjd | 2006-03-08 | 1 | -0/+2 |
* | Add some notes how to properly dump kernel onto gmirror provider. | pjd | 2006-03-08 | 1 | -1/+42 |
* | Revert `proto ip' back to the previous behavior. The kernel side of | ume | 2006-03-05 | 2 | -5/+3 |
* | Fix evil examples - first partition should start at offset 16. | pjd | 2006-03-04 | 1 | -5/+5 |
* | Print "clear" and "dump" only once. | wkoszek | 2006-03-03 | 1 | -2/+2 |