| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix regression introduced in rev. 173124: | mav | 2009-01-18 | 1 | -26/+27 |
* | Bail on ENXIO, you won't get any further any way. | phk | 2009-01-17 | 1 | -1/+4 |
* | Fix 1/2 and 1/4 width channel handling for non-GSM operation: | sam | 2009-01-16 | 1 | -3/+17 |
* | use correct interface name when setting flags; fixes ifconfig ... create ... up | sam | 2009-01-14 | 1 | -2/+2 |
* | Reword some entries for NTFS and DOS. | luigi | 2009-01-14 | 1 | -2/+4 |
* | Another change from Christoph: | luigi | 2009-01-14 | 1 | -110/+101 |
* | more changes from Christoph: | luigi | 2009-01-14 | 1 | -15/+14 |
* | remove unused argument to print_s0() | luigi | 2009-01-14 | 1 | -11/+8 |
* | Some small fixes submitted by Christoph Mallon, specifically: | luigi | 2009-01-13 | 1 | -17/+16 |
* | r187093 failed to keep the lifetime of the pointer suitable for reentrancy. | obrien | 2009-01-13 | 1 | -11/+5 |
* | Use a dynamically grown buffer for building the argv for the sub-mounts. | obrien | 2009-01-12 | 1 | -11/+16 |
* | Fix typo. | delphij | 2009-01-12 | 1 | -1/+1 |
* | - improve readability | danger | 2009-01-11 | 1 | -8/+12 |
* | Explicitly check each mount argv building assignment for buffer over flowing. | obrien | 2009-01-10 | 1 | -28/+34 |
* | Add the possibility to specify "-o force" with "mdconfig -du". | trasz | 2009-01-10 | 2 | -1/+12 |
* | TDMA support for long distance point-to-point links using ath devices: | sam | 2009-01-08 | 2 | -4/+129 |
* | - rename the RETURN VALUES section to EXIT STATUS | danger | 2009-01-07 | 1 | -1/+1 |