| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SATA and USB modes for completeness. USB modes principally can't be set, | Alexander Motin | 2009-02-22 | 2 | -7/+12 |
* | - Punctuation fixes. | Pawel Jakub Dawidek | 2009-02-22 | 1 | -9/+18 |
* | Display an error message when the requested mode is not known. So the user can | Roman Divacky | 2009-02-19 | 1 | -0/+2 |
* | Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-width | Sam Leffler | 2009-02-19 | 1 | -110/+125 |
* | Correct the year. | Pawel Jakub Dawidek | 2009-02-17 | 1 | -1/+1 |
* | Document kern.geom.journal.* sysctls. | Pawel Jakub Dawidek | 2009-02-17 | 1 | -6/+102 |
* | Don't add a bwrite() symbol, it breaks the build when building newfs | Olivier Houchard | 2009-02-12 | 2 | -16/+16 |
* | Prefer the start and end attributes over the offset and size | Marcel Moolenaar | 2009-02-08 | 1 | -14/+31 |
* | Add SCTP NAT support. | Paolo Pisati | 2009-02-07 | 2 | -16/+218 |
* | Regulatory fixups: | Sam Leffler | 2009-02-07 | 3 | -66/+140 |
* | Set NFSMNT_ACDIRMAX flag in fallback_mount() function. | Craig Rodrigues | 2009-02-06 | 1 | -0/+1 |
* | Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flags | Craig Rodrigues | 2009-02-06 | 1 | -0/+9 |
* | add support for max antenna gain (not used at the moment) | Sam Leffler | 2009-02-05 | 2 | -0/+5 |
* | Update the actions previously attempted by the -D option to make them | Kirk McKusick | 2009-02-04 | 6 | -76/+205 |
* | Use %u instead of %zu when we intend to print integer constant. | Xin LI | 2009-02-03 | 1 | -3/+3 |
* | - Use a separate pointer to the allocated memory for freeing, as strsep may | Ulf Lilleengen | 2009-02-02 | 1 | -3/+3 |
* | Explain that we assume AF_INET and only use the addr and port field | Luigi Rizzo | 2009-02-02 | 1 | -1/+4 |
* | remove duplicate #include | Luigi Rizzo | 2009-02-02 | 1 | -1/+0 |
* | put the altq-related functions into a separate file. | Luigi Rizzo | 2009-02-01 | 6 | -122/+167 |
* | Remove and unused variable. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+1 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | David E. O'Brien | 2009-01-30 | 7 | -15/+37 |
* | include the channel list in list caps when -v is set; ieee channel | Sam Leffler | 2009-01-28 | 1 | -2/+9 |
* | pritize the channel we display with list chans so that, among other | Sam Leffler | 2009-01-28 | 1 | -1/+28 |
* | simplify display of 1/2 and 1/4 width channels | Sam Leffler | 2009-01-28 | 1 | -16/+9 |
* | improve debug msgs for regdomain operations; print channel flags | Sam Leffler | 2009-01-28 | 1 | -12/+25 |
* | Fix 1/2 and 1/4 width channel handling: | Sam Leffler | 2009-01-28 | 1 | -30/+38 |
* | Restore necessary NUL termination of locname. | Warner Losh | 2009-01-28 | 1 | -0/+1 |
* | Print disk offets as %jd rather than %lld; I fixed one before committing | Robert Watson | 2009-01-28 | 1 | -1/+1 |
* | Avoid the use of duplicated typedefs -- see the comment for details. | Luigi Rizzo | 2009-01-28 | 1 | -15/+21 |
* | Bump doc date for recent change. | Tom Rhodes | 2009-01-28 | 1 | -1/+1 |
* | Add a new flag to dumpfs(8), -f, which causes dumpfs to list all free | Robert Watson | 2009-01-28 | 2 | -7/+82 |
* | Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options | Craig Rodrigues | 2009-01-28 | 1 | -4/+4 |
* | Remove assumptions about the max # channels in ioctl's: | Sam Leffler | 2009-01-27 | 1 | -85/+132 |
* | remove %b msg bit defines now public | Sam Leffler | 2009-01-27 | 1 | -7/+0 |
* | fix printing of uint64_t values, so we can use WARNS=2 | Luigi Rizzo | 2009-01-27 | 4 | -11/+27 |
* | fix wrong variable usage... | Luigi Rizzo | 2009-01-27 | 1 | -2/+1 |
* | Put nat and ipv6 support in their own files. | Luigi Rizzo | 2009-01-27 | 5 | -1320/+1436 |
* | Put dummynet-related code in a separate file. | Luigi Rizzo | 2009-01-27 | 3 | -785/+853 |
* | never mind, for the time being let's stick with WARNS=0 until | Luigi Rizzo | 2009-01-27 | 1 | -2/+2 |
* | Start splitting the monster file in smaller blocks. | Luigi Rizzo | 2009-01-27 | 4 | -589/+681 |
* | put the usage() function inline, it was only 1 line and used once; | Luigi Rizzo | 2009-01-27 | 1 | -19/+10 |
* | put all options in a single struct, and document them. | Luigi Rizzo | 2009-01-27 | 1 | -126/+146 |
* | I believe this is safe to build with WARNS=2 now | Luigi Rizzo | 2009-01-27 | 1 | -1/+1 |
* | remove a couple of rarely used #define; | Luigi Rizzo | 2009-01-27 | 1 | -13/+12 |
* | Follow up with previous commit: mention -D, not -C when cg check | Xin LI | 2009-01-27 | 1 | -1/+1 |
* | wrap all malloc/calloc/realloc calls so they exit on failure | Luigi Rizzo | 2009-01-26 | 1 | -23/+33 |
* | Some implementations of getopt() expect that argv[0] is always the | Luigi Rizzo | 2009-01-26 | 1 | -27/+42 |
* | remove some useless #include, | Luigi Rizzo | 2009-01-22 | 1 | -8/+2 |
* | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | Xin LI | 2009-01-20 | 4 | -28/+28 |
* | Fix a number of (innocuous) warnings, and remove a useless test. | Luigi Rizzo | 2009-01-20 | 1 | -18/+18 |