summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Implement the -l and -r options for gpart show.marcel2008-06-131-6/+32
* Remove gpt(8). It's replaced by gpart(8).marcel2008-06-0915-3544/+0
* Use the -n flag to route(8) when calling "route get". Otherwise we hangbrooks2008-06-091-1/+1
* Disconnect gpt(8) from the build. gpt(8) is replaced by gpart(8).marcel2008-06-091-1/+0
* Document the misleading nature of the REQUIRE line. The patch inmtm2008-06-091-1/+20
* - Display '-C' option in usage().stas2008-06-081-1/+1
* Document the new -p and -i options for writing bootstrap code intomarcel2008-06-071-8/+24
* Enhance the bootcode command to also allow bootcode to be writtenmarcel2008-06-061-25/+143
* Add two support functions:marcel2008-06-062-0/+47
* Don't abend if we get ENOMEM from sysctl(3). The data returnedbrian2008-06-061-1/+1
* Update the manpage to reflect reality:marcel2008-06-061-3/+32
* Allow building a static geom(8) for release related crunchedmarcel2008-06-051-1/+1
* Replace checks for RESCUE in sources with checks for STATIC_GEOM_CLASSESmarcel2008-06-044-8/+8
* Fix markup.ru2008-06-031-4/+6
* Add note about a reason to use mount(8) instead of mount_somefs.kib2008-06-031-0/+11
* Change the exit status for 0 and 2 to be the same as with ping(1)bz2008-05-272-4/+9
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-2519-14522/+0
* Expand dump to allow MAX_INT dump levels.mckusick2008-05-243-14/+21
* When using dump to generate level 0 dumps which are then rsync'edmckusick2008-05-234-4/+51
* Fix nits pointed out in PR bin/39905 that have not already beenmckusick2008-05-231-3/+3
* This fixes the "getfile: lost data" panic when restoring dumpsmckusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.mckusick2008-05-221-16/+10
* - Change the meaning of -h flag from giving the output in megabytes topjd2008-05-203-21/+67
* Fix for a bug I introduced when I cleaned up atacontrol: Don't terminatephk2008-05-151-3/+5
* Change two variables to size_t to improve portability.julian2008-05-101-1/+2
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-2/+49
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hcokane2008-05-081-1/+1
* Add "ddb capture print" and "ddb capture status" commands do ddb(8),rwatson2008-04-255-5/+297
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-206-330/+2491
* When sending packets directly to the DHCP server, use a socket and sendbrooks2008-04-151-0/+15
* restore(8) does not check for write failure while building two tempmckusick2008-04-141-24/+68
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-131-3/+47
* I keep taking timemachines to get back in time. Update theremko2008-04-131-1/+1
* Add missing device in tunefs entry.remko2008-04-131-2/+2
* Avoid printing spurious ``Header with wrong dumpdate.'' message.mckusick2008-04-111-1/+1
* Correctly set file group when restore is run by a user other than root.mckusick2008-04-112-2/+9
* Add a new flag, '-C' which enables a special mode that is intended fordelphij2008-04-105-7/+61
* Fix printing of sockaddr prefixes in verbose mode.ru2008-04-101-1/+1
* Add 'zfs' as an alias for the FreeBSD ZFS UUID.jhb2008-04-071-0/+7
* - Normalize usage(), add "ddb pathname" syntax.ru2008-04-042-25/+28
* Add comment about specifying "ro" mount option whenrodrigc2008-04-041-0/+4
* Use safer string handling.imp2008-04-032-11/+8
* Fix handling of create operation together with setting other parameters:sam2008-03-314-9/+42
* Add a new function is_default_interface() which determines if thisbrooks2008-03-301-20/+48
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerru2008-03-291-1/+1
* Remove comment about "-r" flag from readlabel. "-r" is a no-op.rodrigc2008-03-231-1/+0
* Defer state change on disassociate to avoid unnecessarily dropping thesam2008-03-221-15/+31
* correct syslog mask so LOG_DEBUG msgs are not lostsam2008-03-221-1/+1
* In route.c in newroute() there's a call to exit(0) if the command wasremko2008-03-221-1/+1
* No need to be gratuitously style(9) non-compliant here, even thoughimp2008-03-211-1/+1
OpenPOWER on IntegriCloud