| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-width | sam | 2009-02-19 | 1 | -110/+125 |
* | Correct the year. | pjd | 2009-02-17 | 1 | -1/+1 |
* | Document kern.geom.journal.* sysctls. | pjd | 2009-02-17 | 1 | -6/+102 |
* | Don't add a bwrite() symbol, it breaks the build when building newfs | cognet | 2009-02-12 | 2 | -16/+16 |
* | Prefer the start and end attributes over the offset and size | marcel | 2009-02-08 | 1 | -14/+31 |
* | Add SCTP NAT support. | piso | 2009-02-07 | 2 | -16/+218 |
|\ |
|
| * | Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au. | piso | 2008-12-28 | 1 | -1/+49 |
* | | Regulatory fixups: | sam | 2009-02-07 | 3 | -66/+140 |
* | | Set NFSMNT_ACDIRMAX flag in fallback_mount() function. | rodrigc | 2009-02-06 | 1 | -0/+1 |
* | | Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flags | rodrigc | 2009-02-06 | 1 | -0/+9 |
* | | add support for max antenna gain (not used at the moment) | sam | 2009-02-05 | 2 | -0/+5 |
* | | Update the actions previously attempted by the -D option to make them | mckusick | 2009-02-04 | 6 | -76/+205 |
* | | Use %u instead of %zu when we intend to print integer constant. | delphij | 2009-02-03 | 1 | -3/+3 |
* | | - Use a separate pointer to the allocated memory for freeing, as strsep may | lulf | 2009-02-02 | 1 | -3/+3 |
* | | Explain that we assume AF_INET and only use the addr and port field | luigi | 2009-02-02 | 1 | -1/+4 |
* | | remove duplicate #include | luigi | 2009-02-02 | 1 | -1/+0 |
* | | put the altq-related functions into a separate file. | luigi | 2009-02-01 | 6 | -122/+167 |
* | | Remove and unused variable. | bz | 2009-01-31 | 1 | -2/+1 |
* | | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | obrien | 2009-01-30 | 7 | -15/+37 |
* | | include the channel list in list caps when -v is set; ieee channel | sam | 2009-01-28 | 1 | -2/+9 |
* | | pritize the channel we display with list chans so that, among other | sam | 2009-01-28 | 1 | -1/+28 |
* | | simplify display of 1/2 and 1/4 width channels | sam | 2009-01-28 | 1 | -16/+9 |
* | | improve debug msgs for regdomain operations; print channel flags | sam | 2009-01-28 | 1 | -12/+25 |
* | | Fix 1/2 and 1/4 width channel handling: | sam | 2009-01-28 | 1 | -30/+38 |
* | | Restore necessary NUL termination of locname. | imp | 2009-01-28 | 1 | -0/+1 |
* | | Print disk offets as %jd rather than %lld; I fixed one before committing | rwatson | 2009-01-28 | 1 | -1/+1 |
* | | Avoid the use of duplicated typedefs -- see the comment for details. | luigi | 2009-01-28 | 1 | -15/+21 |
* | | Bump doc date for recent change. | trhodes | 2009-01-28 | 1 | -1/+1 |
* | | Add a new flag to dumpfs(8), -f, which causes dumpfs to list all free | rwatson | 2009-01-28 | 2 | -7/+82 |
* | | Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options | rodrigc | 2009-01-28 | 1 | -4/+4 |
* | | Remove assumptions about the max # channels in ioctl's: | sam | 2009-01-27 | 1 | -85/+132 |
* | | remove %b msg bit defines now public | sam | 2009-01-27 | 1 | -7/+0 |
* | | fix printing of uint64_t values, so we can use WARNS=2 | luigi | 2009-01-27 | 4 | -11/+27 |
* | | fix wrong variable usage... | luigi | 2009-01-27 | 1 | -2/+1 |
* | | Put nat and ipv6 support in their own files. | luigi | 2009-01-27 | 5 | -1320/+1436 |
* | | Put dummynet-related code in a separate file. | luigi | 2009-01-27 | 3 | -785/+853 |
* | | never mind, for the time being let's stick with WARNS=0 until | luigi | 2009-01-27 | 1 | -2/+2 |
* | | Start splitting the monster file in smaller blocks. | luigi | 2009-01-27 | 4 | -589/+681 |
* | | put the usage() function inline, it was only 1 line and used once; | luigi | 2009-01-27 | 1 | -19/+10 |
* | | put all options in a single struct, and document them. | luigi | 2009-01-27 | 1 | -126/+146 |
* | | I believe this is safe to build with WARNS=2 now | luigi | 2009-01-27 | 1 | -1/+1 |
* | | remove a couple of rarely used #define; | luigi | 2009-01-27 | 1 | -13/+12 |
* | | Follow up with previous commit: mention -D, not -C when cg check | delphij | 2009-01-27 | 1 | -1/+1 |
* | | wrap all malloc/calloc/realloc calls so they exit on failure | luigi | 2009-01-26 | 1 | -23/+33 |
* | | Some implementations of getopt() expect that argv[0] is always the | luigi | 2009-01-26 | 1 | -27/+42 |
* | | remove some useless #include, | luigi | 2009-01-22 | 1 | -8/+2 |
* | | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | delphij | 2009-01-20 | 4 | -28/+28 |
* | | Fix a number of (innocuous) warnings, and remove a useless test. | luigi | 2009-01-20 | 1 | -18/+18 |
* | | Tone down warning about the quality of the NTFS VFS module. It appears that | sobomax | 2009-01-20 | 1 | -5/+2 |
* | | In the CAVEATS section mention the fact that the NTFS kernel support isn't | sobomax | 2009-01-19 | 1 | -0/+6 |