aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ISO C does not allow unnamed union members.Stefan Farfeleder2005-04-082-6/+6
* Fix typo in comment.Stefan Farfeleder2005-04-081-1/+1
* Grammatical improvement.Ceri Davies2005-04-081-1/+1
* When accessing the sysctl vfs.nfs.iodmax, don't report errors as beingBrooks Davis2005-04-071-1/+1
* Allow classes to specify local source files.Pawel Jakub Dawidek2005-04-071-2/+2
* Empty error buffer is not an error.Pawel Jakub Dawidek2005-04-071-1/+1
* Document the configuration files used.Jesus R. Camou2005-04-051-0/+3
* Be more specific when complaining about bit masks.Brooks Davis2005-04-051-2/+2
* Remove debug from last commitWarner Losh2005-04-031-2/+0
* /*-Warner Losh2005-04-031-1/+1
* Don't define FS_DEBUG by default, as this causes growfs to write debuggingRobert Watson2005-03-311-1/+0
* Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), sinceRobert Watson2005-03-312-8/+8
* Fix grammar error caused by my previous edit.Joerg Wunsch2005-03-301-2/+2
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-14/+34
* Support VTOC volume names. This can be useful to distinguish multipleJoerg Wunsch2005-03-302-6/+59
* Initialize iovlen variable to 0 before passing it by reference to theAlexander Kabaev2005-03-281-0/+1
* Add "report only" functionality to 'camcontrol format', so users can get aKenneth D. Merry2005-03-262-5/+20
* When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".Colin Percival2005-03-261-2/+4
* Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference toBrooks Davis2005-03-251-2/+1
* Revert bogus += -g change. I needed it to debug the problem.Warner Losh2005-03-251-1/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2Warner Losh2005-03-253-0/+24
* dcvt is unused since the support for converting pre-4.4 tapes wasWarner Losh2005-03-252-25/+3
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themWarner Losh2005-03-251-0/+2
* Add verbiage to the description of the noexec mount option clarifyingColin Percival2005-03-231-0/+5
* Fix use of uninitialized buf[0].Pawel Jakub Dawidek2005-03-221-2/+2
* Truncate nextboot.conf file on creation, so existing garbage will be removed.Pawel Jakub Dawidek2005-03-211-1/+2
* Xref carp(4) and polling(4).Christian Brueffer2005-03-191-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsWarner Losh2005-03-181-0/+4
* Typo.Poul-Henning Kamp2005-03-181-1/+1
* Sync usage and man page with reality. There's no '-c' command lineWarner Losh2005-03-182-19/+10
* Forgot to change the pointer to the snmp_atm sources after repo-copy.Hartmut Brandt2005-03-151-1/+1
* Be sure that class name storaed in 'class_name' is lower case.Pawel Jakub Dawidek2005-03-141-0/+3
* Define subcommands' usage inside g_command structure.Pawel Jakub Dawidek2005-03-147-141/+109
* - Add gc_usage field to g_command structure. This will allow to definePawel Jakub Dawidek2005-03-142-56/+52
* Instead of documenting every standard subcommand's argument everywhere,Pawel Jakub Dawidek2005-03-147-98/+56
* Document subcommands' arguments.Pawel Jakub Dawidek2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.Pawel Jakub Dawidek2005-03-141-0/+6
* Add '-s' option to 'status' subcommand. It produces script-friendly output:Pawel Jakub Dawidek2005-03-141-26/+50
* Use int instead of size_t (%*s needs int).Pawel Jakub Dawidek2005-03-141-9/+9
* printf(3) expects that %*s having an int parameter, which generatesXin LI2005-03-141-5/+5
* - Document 'status' subcommand.Pawel Jakub Dawidek2005-03-138-17/+68
* Add 'status' command which prints general information about devices.Pawel Jakub Dawidek2005-03-131-0/+176
* Update copyrights.Pawel Jakub Dawidek2005-03-131-1/+1
* Change function names related to 'list' command from 'show_one_*' toPawel Jakub Dawidek2005-03-131-7/+7
* When listing all devices (geoms) from the given class, skip geoms withoutPawel Jakub Dawidek2005-03-131-0/+2
* gbde(8) is also rejndael user.Hajimu UMEMOTO2005-03-111-1/+1
* Belatedly update the md5(1) man page to reflect the addition of sha256.Colin Percival2005-03-101-6/+11
* In light of the recent 2^69 operation collision-finding attack on SHA1,Colin Percival2005-03-092-4/+24
* Prefer the __printflike() macro to GCC's __attribute__ stuff.Stefan Farfeleder2005-03-091-1/+1
* Make background fsck based summary adjustments actually work byXin LI2005-03-073-5/+24