summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | remove unused argument to print_s0()luigi2009-01-141-11/+8
* | Some small fixes submitted by Christoph Mallon, specifically:luigi2009-01-131-17/+16
* | r187093 failed to keep the lifetime of the pointer suitable for reentrancy.obrien2009-01-131-11/+5
* | Use a dynamically grown buffer for building the argv for the sub-mounts.obrien2009-01-121-11/+16
* | Fix typo.delphij2009-01-121-1/+1
* | - improve readabilitydanger2009-01-111-8/+12
* | Explicitly check each mount argv building assignment for buffer over flowing.obrien2009-01-101-28/+34
* | Add the possibility to specify "-o force" with "mdconfig -du".trasz2009-01-102-1/+12
* | TDMA support for long distance point-to-point links using ath devices:sam2009-01-082-4/+129
* | - rename the RETURN VALUES section to EXIT STATUSdanger2009-01-071-1/+1
* | Minor markup fix for the r186836 update.simon2009-01-061-1/+2
* | Strengthen some of the language concerning attacks on MD5, in light of thecperciva2009-01-061-8/+16
* | Add missing qualifier which was missed in the previous commit.trhodes2009-01-051-1/+1
* | - grammar and language fixesdanger2009-01-041-45/+49
* | Several significant updates:ivoras2009-01-041-49/+105
|/
* - Back out r186038. Rather than changing the intent of the caller, the problemlulf2008-12-271-1/+1
* style(9)obrien2008-12-262-6/+6
* Make the sub-'argc' static to make it harder to overwrite thru a bufferobrien2008-12-261-1/+2
* Apply various fixes:trhodes2008-12-242-5/+6
* Garbage collect 'fflags'.obrien2008-12-241-6/+2
* Note that when shutdown is run without options, it will placetrhodes2008-12-231-1/+7
* Document the "-o large" option.trhodes2008-12-231-1/+6
* Only show the pathname in verbose output as intended in the last commit (r172...thompsa2008-12-221-3/+5
* Update the ipfw man page to reflect last change (-q option with nat option).piso2008-12-181-0/+2
* Honor the quiet (-q) option while adding a nat rule.piso2008-12-181-4/+6
OpenPOWER on IntegriCloud