summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Regulatory fixups:sam2009-02-073-66/+140
* Set NFSMNT_ACDIRMAX flag in fallback_mount() function.rodrigc2009-02-061-0/+1
* Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flagsrodrigc2009-02-061-0/+9
* add support for max antenna gain (not used at the moment)sam2009-02-052-0/+5
* Update the actions previously attempted by the -D option to make themmckusick2009-02-046-76/+205
* Use %u instead of %zu when we intend to print integer constant.delphij2009-02-031-3/+3
* - Use a separate pointer to the allocated memory for freeing, as strsep maylulf2009-02-021-3/+3
* Explain that we assume AF_INET and only use the addr and port fieldluigi2009-02-021-1/+4
* remove duplicate #includeluigi2009-02-021-1/+0
* put the altq-related functions into a separate file.luigi2009-02-016-122/+167
* Remove and unused variable.bz2009-01-311-2/+1
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileobrien2009-01-307-15/+37
* include the channel list in list caps when -v is set; ieee channelsam2009-01-281-2/+9
* pritize the channel we display with list chans so that, among othersam2009-01-281-1/+28
* simplify display of 1/2 and 1/4 width channelssam2009-01-281-16/+9
* improve debug msgs for regdomain operations; print channel flagssam2009-01-281-12/+25
* Fix 1/2 and 1/4 width channel handling:sam2009-01-281-30/+38
* Restore necessary NUL termination of locname.imp2009-01-281-0/+1
* Print disk offets as %jd rather than %lld; I fixed one before committingrwatson2009-01-281-1/+1
* Avoid the use of duplicated typedefs -- see the comment for details.luigi2009-01-281-15/+21
* Bump doc date for recent change.trhodes2009-01-281-1/+1
* Add a new flag to dumpfs(8), -f, which causes dumpfs to list all freerwatson2009-01-282-7/+82
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsrodrigc2009-01-281-4/+4
* Remove assumptions about the max # channels in ioctl's:sam2009-01-271-85/+132
* remove %b msg bit defines now publicsam2009-01-271-7/+0
* fix printing of uint64_t values, so we can use WARNS=2luigi2009-01-274-11/+27
* fix wrong variable usage...luigi2009-01-271-2/+1
* Put nat and ipv6 support in their own files.luigi2009-01-275-1320/+1436
* Put dummynet-related code in a separate file.luigi2009-01-273-785/+853
* never mind, for the time being let's stick with WARNS=0 untilluigi2009-01-271-2/+2
* Start splitting the monster file in smaller blocks.luigi2009-01-274-589/+681
* put the usage() function inline, it was only 1 line and used once;luigi2009-01-271-19/+10
* put all options in a single struct, and document them.luigi2009-01-271-126/+146
* I believe this is safe to build with WARNS=2 nowluigi2009-01-271-1/+1
* remove a couple of rarely used #define;luigi2009-01-271-13/+12
* Follow up with previous commit: mention -D, not -C when cg checkdelphij2009-01-271-1/+1
* wrap all malloc/calloc/realloc calls so they exit on failureluigi2009-01-261-23/+33
* Some implementations of getopt() expect that argv[0] is always theluigi2009-01-261-27/+42
* remove some useless #include,luigi2009-01-221-8/+2
* Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcomingdelphij2009-01-204-28/+28
* Fix a number of (innocuous) warnings, and remove a useless test.luigi2009-01-201-18/+18
* Tone down warning about the quality of the NTFS VFS module. It appears thatsobomax2009-01-201-5/+2
* In the CAVEATS section mention the fact that the NTFS kernel support isn'tsobomax2009-01-191-0/+6
* Fix regression introduced in rev. 173124:mav2009-01-181-26/+27
* Bail on ENXIO, you won't get any further any way.phk2009-01-171-1/+4
* Fix 1/2 and 1/4 width channel handling for non-GSM operation:sam2009-01-161-3/+17
* use correct interface name when setting flags; fixes ifconfig ... create ... upsam2009-01-141-2/+2
* Reword some entries for NTFS and DOS.luigi2009-01-141-2/+4
* Another change from Christoph:luigi2009-01-141-110/+101
* more changes from Christoph:luigi2009-01-141-15/+14
OpenPOWER on IntegriCloud