| Commit message (Expand) | Author | Age | Files | Lines |
* | ARP works on networks other than Ethernet. | dd | 2001-06-02 | 1 | -2/+5 |
* | Mention the 'ether' parameter. | dd | 2001-06-02 | 1 | -0/+4 |
* | - VFS_SET(msdos) -> VFS_SET(msdosfs) | ru | 2001-06-01 | 13 | -709/+20 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 3 | -8/+6 |
* | Remove unused variable (descr) in show_var(). | dd | 2001-06-01 | 1 | -1/+1 |
* | Don't link ${BINDIR}/newfs to nowhere. | bde | 2001-05-30 | 1 | -3/+1 |
* | Remove -DMFS from CFLAGS. | dd | 2001-05-29 | 1 | -1/+1 |
* | Remove all references to MFS. | dd | 2001-05-29 | 1 | -92/+2 |
* | Ignore the new superblock fields fs_pendingblocks and fs_pendinginodes | iedowse | 2001-05-29 | 1 | -0/+2 |
* | Remove MFS | phk | 2001-05-29 | 1 | -4/+1 |
* | A more complete removal of MFS related code. | phk | 2001-05-29 | 3 | -312/+59 |
* | Initial cleanout of MFS from newfs. More complete wash needed. | phk | 2001-05-29 | 2 | -6/+3 |
* | Since the netexport struct was centralised to 'struct mount', | iedowse | 2001-05-29 | 1 | -3/+4 |
* | When using interfaces that support if_media, the supported media list is | phk | 2001-05-29 | 4 | -28/+136 |
* | Update the document date after DES's updates, move the description of | dd | 2001-05-29 | 1 | -6/+6 |
* | Use new backup feature of install(1). | ru | 2001-05-28 | 1 | -7/+1 |
* | Perform random drive-by style cleanups, and rewrite a while loop that | des | 2001-05-28 | 1 | -17/+18 |
* | Try to make sysctl options slightly more orthogonal: | des | 2001-05-28 | 2 | -63/+70 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 3 | -3/+3 |
* | Forgot to cvs add these two files for the previous commit. | phk | 2001-05-26 | 1 | -0/+520 |
* | Currently, each wireless networking driver has it's own control program | phk | 2001-05-26 | 5 | -3/+182 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 3 | -3/+3 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 3 | -15/+15 |
* | Missed one mount_null(8) -> mount_nullfs(8) in previous commit. | ru | 2001-05-24 | 1 | -1/+1 |
* | Remove the "undocumented" comment in re lflag. | nik | 2001-05-24 | 1 | -1/+1 |
* | Document the -l option. | nik | 2001-05-24 | 1 | -4/+15 |
* | Add a -A option to ping which beeps when packets are lost. | phk | 2001-05-24 | 2 | -3/+17 |
* | *sigh* We can't remove VINUMDEBUG entirely, since we include kernel | grog | 2001-05-23 | 1 | -3/+2 |
* | Remove cruft. | grog | 2001-05-23 | 1 | -3/+0 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 41 | -3170/+57 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 16 | -16/+16 |
* | Remove -DVINUMDEBUG. vinum(8) now always supports debug options if | grog | 2001-05-23 | 1 | -1/+1 |
* | Remove #ifdef VINUMDEBUG. vinum(8) now always supports debug options | grog | 2001-05-23 | 1 | -37/+1 |
* | vinum_debug: Check for kernel module debug support, print error | grog | 2001-05-23 | 1 | -10/+11 |
* | Remove #ifdef VINUMDEBUG. vinum(8) now always supports debug options | grog | 2001-05-23 | 1 | -175/+175 |
* | Fix argument processing. | ru | 2001-05-22 | 3 | -91/+47 |
* | Update description of the stripe size created by vinum_stripe, | grog | 2001-05-22 | 1 | -48/+45 |
* | Major tidy up. Add explicit header files, thus enabling the .c files | grog | 2001-05-22 | 1 | -26/+40 |
* | Tidy up header files. Don't include stuff we don't need. | grog | 2001-05-22 | 1 | -50/+79 |
* | Tidy up header files. Don't include stuff we don't need. | grog | 2001-05-22 | 1 | -28/+40 |
* | Tidy up header files. Don't include stuff we don't need. | grog | 2001-05-22 | 1 | -108/+107 |
* | Add a flag to "ipfw show" which supresses the display of dynamic | dwmalone | 2001-05-20 | 2 | -3/+10 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 10 | -13/+6 |
* | Fix bogon introduce by last commit. | sos | 2001-05-18 | 1 | -1/+1 |
* | Allow ``ip4'' as an ``upperspec'' value, and update the man | brian | 2001-05-17 | 2 | -0/+4 |
* | mdoc(7) police: update document date. | ru | 2001-05-17 | 1 | -1/+1 |
* | Update to use the new ioctl interface. | sos | 2001-05-17 | 2 | -73/+71 |
* | mdoc(7) police: fix markup in revision 1.27. | ru | 2001-05-15 | 2 | -4/+10 |
* | Clarify the currently used partition types. | grog | 2001-05-14 | 2 | -10/+38 |
* | - Split out the {family,socktype}->netid conversion into a separate | iedowse | 2001-05-13 | 1 | -11/+79 |