summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't call print_pdu() when we are not debugging. This would resultharti2003-07-181-1/+2
* Since checkmntlist() and getmntentry() return a struct statfs thatiedowse2003-07-181-24/+17
* When the file system to unmount is specified by device name insteadiedowse2003-07-181-45/+7
* Userland side of:luigi2003-07-152-14/+22
* Make sure that comments are printed at the end of a rule.luigi2003-07-151-2/+4
* Fix one typo in help() string, remove whitespace at end of line andluigi2003-07-141-24/+23
* o Rename local variables, do not shadow global declarations.maxim2003-07-141-7/+7
* o Kill MINICMPLEN, there is ICMP_MINLEN already.maxim2003-07-141-7/+6
* o Be ready to get a reply with length up to IP_MAXPACKET.maxim2003-07-141-11/+18
* ccept of empty lines when reading from a file (this fixes a bugluigi2003-07-141-25/+52
* Remove reference to max block size. dump no longer limits the block size.grog2003-07-141-13/+1
* Add a '-T' flag to print the timestamp as numeric value insteadluigi2003-07-122-5/+14
* Document the existence of comments in ipfw rules,luigi2003-07-121-4/+11
* In random order:luigi2003-07-121-218/+277
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-112-5/+5
* Correct to match reality regarding interface names.dannyboy2003-07-081-3/+7
* * introduce a section on SYNTAX to document the handlingluigi2003-07-081-44/+77
* A bunch of changes (mostly syntactic sugar, all backward compatible):luigi2003-07-081-251/+383
* Drop the pid file after we call the final daemon call. w/o -n wouldimp2003-07-051-2/+4
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.luigi2003-07-042-0/+22
* Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbingordon2003-07-0217-2370/+0
* Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin.gordon2003-07-021-4/+1
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-70/+71
* Remove pathnames.h.gordon2003-06-291-2/+0
* Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-292-2/+8
* Move path definitions to include/paths.h. This makes it easier to overridegordon2003-06-292-14/+5
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.gordon2003-06-294-89/+13
* o update for new 802.11 supportsam2003-06-281-2/+6
* remove extra whitespace and blank linesluigi2003-06-271-5/+2
* o correct mode request handlingsam2003-06-251-3/+6
* The current recommended default time to live (TTL) for the Internetru2003-06-251-3/+3
* remove unused file (RELENG_5 and above use ipfw2, the old ipfw1luigi2003-06-241-2667/+0
* Split some long lines to fit 80 columns (the code in RELENG_4luigi2003-06-231-5/+10
* syntactic sugar: support range notation such asluigi2003-06-231-5/+32
* o Fix sets of rules usage example.maxim2003-06-231-4/+4
* Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-222-29/+91
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-221-3/+1
* Remove another reference to ffsinfo.8brueffer2003-06-171-3/+1
* Remove references to ffsinfo(8) for now. It was disconnected frombrueffer2003-06-172-2/+0
* Xref police: chmod(8) -> chmod(1).sobomax2003-06-171-1/+1
* Compile sunlabel on all archs.phk2003-06-171-4/+1
* o Pass a correct argument to printf(3).maxim2003-06-161-3/+4
* Tighten up the string->integer conversion in sysctl(8):rwatson2003-06-151-5/+25
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamken2003-06-141-2/+0
* If the -proxy_only option is used, the -alias_address/-interfaceru2003-06-132-4/+9
* Remove label command. It has been deprecated since December 1998, andgrog2003-06-121-37/+1
* Remove "label" keyword.grog2003-06-121-2/+1
* style clean.obrien2003-06-112-11/+9
* Add "-n" argument, which causes mdconfig to simply print the unitrwatson2003-06-112-5/+16
* Be consistent about module names.phk2003-06-091-2/+2
OpenPOWER on IntegriCloud