Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -1/+1 |
| | | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee. | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Properly convert long to time_t | dillon | 2001-10-28 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -2/+0 |
| | |||||
* | Merge from ipfw.8 (1.57). | kuriyama | 2001-06-24 | 1 | -5/+9 |
| | | | | | | o Sync with netinet6/ip6_fw.c (1.12). MFC after: 10 days | ||||
* | Update comment to match ipfw/ipfw.c,v 1.95. | ru | 2001-04-13 | 1 | -3/+2 |
| | |||||
* | Match ip6fw's command line options to those of ipfw (specifically, added | gshapiro | 2001-04-13 | 2 | -21/+176 |
| | | | | | | | | | | the ability to use a preprocessor, use the -q (quiet) flag when reading from a file). The source used is from ipfw. Clean up exit codes while I am here. KAME has been informed and plans on integrating these patches into their own source as well. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Correct typo in usage. | ume | 2001-03-18 | 1 | -1/+1 |
| | | | | Submitted by: David Malone <dwmalone@maths.tcd.ie> | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -6/+6 |
| | |||||
* | Fix the vulnerability with TCP ECE packets recently fixed in ipfw. | kris | 2001-01-23 | 1 | -2/+2 |
| | | | | This is untested, but believed to work. | ||||
* | avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/). | ume | 2001-01-22 | 1 | -3/+3 |
| | | | | Obtained from: KAME | ||||
* | Room to hold rules should be dynamically allocated. | ume | 2001-01-20 | 1 | -10/+18 |
| | | | | PR: kern/24248 | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -8/+8 |
| | |||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -0/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -6/+6 |
| | |||||
* | mdoc(7) style fixes and cleanup | phantom | 2000-05-04 | 1 | -35/+39 |
| | |||||
* | Fix path to ip6fw | phantom | 2000-05-04 | 1 | -1/+1 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -9/+18 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Repair incorrect ``first appeared in'' reference, which originally stated | chris | 2000-02-09 | 1 | -1/+1 |
| | | | | | that we supported an IPv6 firewall since version 2.0. It now correctly says `4.0'. | ||||
* | Add ip6fw. | shin | 2000-01-29 | 4 | -0/+1802 |
Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project |