| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Allow route(8) to create "proxy only" published ARP entries. | ru | 2001-06-12 | 3 | -5/+24 |
* | | Fixed the -iface breakage introduced with the latest KAME merge | ru | 2001-06-12 | 1 | -2/+1 |
* | | Backout previous change (removal of -I${.CURDIR}/../../sys/netinet). | ru | 2001-06-11 | 3 | -3/+3 |
* | | Sync with recent KAME. | ume | 2001-06-11 | 11 | -679/+1833 |
* | | Add 'SKIP' as an action so that verification works for multivolume restores. | mjacob | 2001-06-11 | 1 | -1/+1 |
* | | Correct typo. | grog | 2001-06-11 | 1 | -2/+2 |
* | | Since we use getopt (in rev. 1.12), there's no need for the case's for | dd | 2001-06-09 | 1 | -2/+0 |
* | | Normalize the use of sizeof according to style(9). | dd | 2001-06-09 | 1 | -19/+19 |
* | | dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked on | peter | 2001-06-09 | 1 | -4/+6 |
* | | Fix a "this sentence no verb" grammar bogon. | schweikh | 2001-06-08 | 1 | -1/+1 |
* | | When changing an indirect route, kernel routing code allocates | ru | 2001-06-08 | 2 | -2/+11 |
* | | Change the host/bits syntax introduced in route.c,v 1.24 to the | ru | 2001-06-08 | 2 | -9/+8 |
* | | Remove xref to blackhole(4). sysctl has nothing to do with | dd | 2001-06-08 | 1 | -1/+0 |
* | | 'int dumpsize; /* memory size in bytes */' is not good for machines | peter | 2001-06-08 | 1 | -3/+5 |
* | | cleanup to get rid of most warnings on alpha | tomsoft | 2001-06-07 | 3 | -134/+152 |
* | | Correct cross-reference: | sobomax | 2001-06-07 | 2 | -2/+2 |
* | | - Exit 1 if "add", "change", or "delete" operation fails. | ru | 2001-06-07 | 2 | -10/+12 |
* | | Mention Alexandre Peixoto's share/examples/ipfw/change_rules.sh in the | chris | 2001-06-06 | 1 | -0/+3 |
* | | Fix a byteorder problem in a diagnostic message. | phk | 2001-06-06 | 1 | -1/+2 |
* | | fix a bug of a only partitally initialization which could result | tomsoft | 2001-06-05 | 1 | -1/+2 |
* | | Invert the meaning of the -d option (i.e. default to *not* list dynamic rules, | des | 2001-06-04 | 2 | -1119/+1160 |
* | | 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 |