aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spellingOleksandr Tymoshenko2008-06-201-2/+2
* Add support for the optional key in the GRE header.Andrew Thompson2008-06-202-1/+31
* Implement the set and unset verbs. While here, have the manpageMarcel Moolenaar2008-06-182-11/+84
* Implement the -l and -r options for gpart show.Marcel Moolenaar2008-06-131-6/+32
* Remove gpt(8). It's replaced by gpart(8).Marcel Moolenaar2008-06-0915-3544/+0
* Use the -n flag to route(8) when calling "route get". Otherwise we hangBrooks Davis2008-06-091-1/+1
* Disconnect gpt(8) from the build. gpt(8) is replaced by gpart(8).Marcel Moolenaar2008-06-091-1/+0
* Document the misleading nature of the REQUIRE line. The patch inMike Makonnen2008-06-091-1/+20
* - Display '-C' option in usage().Stanislav Sedov2008-06-081-1/+1
* Document the new -p and -i options for writing bootstrap code intoMarcel Moolenaar2008-06-071-8/+24
* Enhance the bootcode command to also allow bootcode to be writtenMarcel Moolenaar2008-06-061-25/+143
* Add two support functions:Marcel Moolenaar2008-06-062-0/+47
* Don't abend if we get ENOMEM from sysctl(3). The data returnedBrian Somers2008-06-061-1/+1
* Update the manpage to reflect reality:Marcel Moolenaar2008-06-061-3/+32
* Allow building a static geom(8) for release related crunchedMarcel Moolenaar2008-06-051-1/+1
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESMarcel Moolenaar2008-06-044-8/+8
* Fix markup.Ruslan Ermilov2008-06-031-4/+6
* Add note about a reason to use mount(8) instead of mount_somefs.Konstantin Belousov2008-06-031-0/+11
* Change the exit status for 0 and 2 to be the same as with ping(1)Bjoern A. Zeeb2008-05-272-4/+9
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-2519-14522/+0
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-243-14/+21
* When using dump to generate level 0 dumps which are then rsync'edKirk McKusick2008-05-234-4/+51
* Fix nits pointed out in PR bin/39905 that have not already beenKirk McKusick2008-05-231-3/+3
* This fixes the "getfile: lost data" panic when restoring dumpsKirk McKusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.Kirk McKusick2008-05-221-16/+10
* - Change the meaning of -h flag from giving the output in megabytes toPawel Jakub Dawidek2008-05-203-21/+67
* Fix for a bug I introduced when I cleaned up atacontrol: Don't terminatePoul-Henning Kamp2008-05-151-3/+5
* Change two variables to size_t to improve portability.Julian Elischer2008-05-101-1/+2
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-092-2/+49
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hColeman Kane2008-05-081-1/+1
* Add "ddb capture print" and "ddb capture status" commands do ddb(8),Robert Watson2008-04-255-5/+297
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-206-330/+2491
* When sending packets directly to the DHCP server, use a socket and sendBrooks Davis2008-04-151-0/+15