| Commit message (Expand) | Author | Age | Files | Lines |
* | Only checksum stdin if nothing has been checksummed yet. | ru | 2001-06-25 | 1 | -2/+2 |
* | Merge from ipfw.8 (1.57). | kuriyama | 2001-06-24 | 1 | -5/+9 |
* | Nuke unused variables. | dd | 2001-06-24 | 4 | -14/+1 |
* | Include missing header files whicih define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 13 | -0/+14 |
* | Use strdup(3) instead of reimplementing it inline. | dd | 2001-06-24 | 1 | -7/+1 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
* | Use the new CLSET_CONNECT clnt_control() request on UDP clients to | iedowse | 2001-06-23 | 1 | -1/+20 |
* | Fixed DPADD. | ru | 2001-06-23 | 1 | -2/+2 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | Make it much more obvious that the use of NQNFS is discouraged (the | iedowse | 2001-06-22 | 1 | -9/+6 |
* | Fix compilation error on alpha. | mjacob | 2001-06-21 | 1 | -1/+1 |
* | Revert the previous commit on objection from the maintainer. I | joe | 2001-06-21 | 1 | -3/+2 |
* | When reporting that a packet can't be written back, usually because | joe | 2001-06-21 | 1 | -2/+3 |
* | Constify mdmaybeload(), add a prototype for usage(), and get rid of a | dd | 2001-06-21 | 2 | -3/+6 |
* | Don't assume the length of MD_NAME is 2. | dd | 2001-06-21 | 1 | -2/+2 |
* | Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; the | dd | 2001-06-21 | 1 | -1/+7 |
* | Add a missing word. | dd | 2001-06-20 | 1 | -1/+1 |
* | Document the interactive command `what'. | mikeh | 2001-06-20 | 1 | -0/+4 |
* | Fix typo which could lead to memory leak. | mikeh | 2001-06-20 | 1 | -1/+1 |
* | Add a SEE ALSO section. | dd | 2001-06-20 | 1 | -0/+6 |
* | Miscellaneous mdoc(7) fixes; also expand contractions. | dd | 2001-06-20 | 1 | -22/+19 |
* | This command has more than four options. | dd | 2001-06-19 | 1 | -1/+1 |
* | Hook mdmfs into the build. | dd | 2001-06-18 | 1 | -0/+1 |
* | Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8), | dd | 2001-06-18 | 4 | -0/+930 |
* | modfied sysctl command to allow setting values > 2GB if the mib supports it. | pirzyk | 2001-06-18 | 1 | -1/+19 |
* | Pick up the correct headers from sys/contrib/ipfilter/netinet. | ru | 2001-06-18 | 3 | -3/+9 |
* | This commit was generated by cvs2svn to compensate for changes in r78344, | obrien | 2001-06-16 | 8 | -0/+1800 |
|\ |
|
| * | Import the NetBSD 1.5 RC system. | obrien | 2001-06-16 | 8 | -0/+1800 |
* | | 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 |