aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* - Make use of the new and g_device_path utility function in libgeom to avoidUlf Lilleengen2008-09-071-49/+30
* Check rule numbers against maximum value to avoid rules cleanup dueRoman Kurakin2008-09-061-0/+24
* Use IPFW_DEFAULT_RULE instead of hardcoded value since now it isRoman Kurakin2008-09-061-8/+9
* Use RUSAGE_SELF for the current process instead of hardcoded valueKevin Lo2008-09-021-2/+2
* Don't return always 0. Return what we get from exec_mountprog orMatteo Riondato2008-08-311-1/+1
* By default backup geli metadata to a file. It is quite critical 512 bytes,Pawel Jakub Dawidek2008-08-292-17/+110
* - Give algorithms recommendation.Pawel Jakub Dawidek2008-08-291-13/+15
* Add support in ifconfig to control the vlan hardware filter feature.Jack F Vogel2008-08-283-5/+10
* Trivial typo fix.Ivan Voras2008-08-271-1/+1
* Implement -R support, similar to ping(8)'s -A.Matteo Riondato2008-08-272-14/+34
* Add -e to usage()Matteo Riondato2008-08-271-1/+1
* Fix typo.Rui Paulo2008-08-271-2/+2
* Implement audible support similar to ping(8) -a option. Since -a was already ...Matteo Riondato2008-08-262-3/+16
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromCraig Rodrigues2008-08-231-2/+3
* Fix channel parsing which was broken in r179958, the channel number may beAndrew Thompson2008-08-141-2/+4
* geli onetime command can take only one GEOM provider at a time.Pawel Jakub Dawidek2008-08-122-3/+3
* Clean up of dead code and possible unassigned variable usage.Ivan Voras2008-08-091-3/+7
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* recognize WPS ie'sSam Leffler2008-08-092-1/+84
* Make atacontrol(8) rebuild work when /usr is not mounted or from /rescueAntoine Brodin2008-08-061-6/+25
* DDB scripting, textdumps, output capture, etc, all will appear inRobert Watson2008-08-031-1/+1
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-033-20/+99
* change list wme to only print the channel parameters; toSam Leffler2008-08-022-38/+57
* don't silently exit if the regdomain.xml file is missingSam Leffler2008-08-021-1/+1
* Slight wordsmithing. prompted by danger@Julian Elischer2008-08-011-2/+5
* Document the use of the tablearg keyword together with the skipto command.Julian Elischer2008-08-011-3/+16
* add missing capability bitsSam Leffler2008-08-011-2/+2
* Add a -q[uiet] flag for scripts.David E. O'Brien2008-07-312-4/+12
* correct description of how to clear a desired channelSam Leffler2008-07-301-6/+4
* Update routed to use the RFC 3678 protocol-independent multicast API. UsePoul-Henning Kamp2008-07-305-118/+66
* Clarify which route property routed(8) looks at.Poul-Henning Kamp2008-07-291-1/+1
* Note that snapshots may cause a panic on the full UFS filesystem.Konstantin Belousov2008-07-261-0/+3
* Note that setfib is not a terminal rule.Julian Elischer2008-07-241-1/+2
* Fix -o mntudp after the conversion to default TCP mountsKris Kennaway2008-07-101-1/+4
* Obsolete bsdlabel(8) on powerpc. Use gpart(8) instead.Marcel Moolenaar2008-07-061-1/+1
* Make sunlabel specific to sparc64. This is mostly for backwardMarcel Moolenaar2008-07-041-1/+5
* Stop building bsdlabel(8) and fdisk(8) on ia64. Both tools areMarcel Moolenaar2008-07-031-2/+5
* Add NO_MAN for the static variant of geom(8). Both the RESCUE and theMarcel Moolenaar2008-07-031-0/+1
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-022-54/+29
* Do not set IFF_DEBUG directly from the driver.Roman Kurakin2008-06-301-1/+21
* Run the privileged dhclient process in its own session.Ed Schouten2008-06-301-0/+1
* Support for filtering on major device number was removed in rev. 1.7 orMike Makonnen2008-06-271-2/+2
* The signature for a pthread function requires that itMike Makonnen2008-06-261-0/+6
* Document spindown constraints as given in the original commitBjoern A. Zeeb2008-06-251-1/+22
* Add a -q flag to swapon(8) to suppress informational messages. Use it inMike Makonnen2008-06-232-9/+24
* The sysctl(8) program exits on some errors and only emits warnings onMike Makonnen2008-06-231-2/+5
* Ensure the channel is a number and not a range, the 'channel' command can beAndrew Thompson2008-06-231-1/+4
* Add exit_delay parameter to control daemon exit delay after signal.Alexander Motin2008-06-223-4/+31
* Use strdup() instead of static buffer allocation to avoid 128 bytes limitAlexander Motin2008-06-221-6/+18
* Add -v (verbose) option to -l command, to show size and backing storeDmitry Morozovsky2008-06-212-7/+17