summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo".cperciva2005-03-261-2/+4
* Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference tobrooks2005-03-251-2/+1
* Revert bogus += -g change. I needed it to debug the problem.imp2005-03-251-1/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2imp2005-03-253-0/+24
* dcvt is unused since the support for converting pre-4.4 tapes wasimp2005-03-252-25/+3
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themimp2005-03-251-0/+2
* Add verbiage to the description of the noexec mount option clarifyingcperciva2005-03-231-0/+5
* Fix use of uninitialized buf[0].pjd2005-03-221-2/+2
* Truncate nextboot.conf file on creation, so existing garbage will be removed.pjd2005-03-211-1/+2
* Xref carp(4) and polling(4).brueffer2005-03-191-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsimp2005-03-181-0/+4
* Typo.phk2005-03-181-1/+1
* Sync usage and man page with reality. There's no '-c' command lineimp2005-03-182-19/+10
* Forgot to change the pointer to the snmp_atm sources after repo-copy.harti2005-03-151-1/+1
* Be sure that class name storaed in 'class_name' is lower case.pjd2005-03-141-0/+3
* Define subcommands' usage inside g_command structure.pjd2005-03-147-141/+109
* - Add gc_usage field to g_command structure. This will allow to definepjd2005-03-142-56/+52
* Instead of documenting every standard subcommand's argument everywhere,pjd2005-03-147-98/+56
* Document subcommands' arguments.pjd2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.pjd2005-03-141-0/+6
* Add '-s' option to 'status' subcommand. It produces script-friendly output:pjd2005-03-141-26/+50
* Use int instead of size_t (%*s needs int).pjd2005-03-141-9/+9
* printf(3) expects that %*s having an int parameter, which generatesdelphij2005-03-141-5/+5
* - Document 'status' subcommand.pjd2005-03-138-17/+68
* Add 'status' command which prints general information about devices.pjd2005-03-131-0/+176
* Update copyrights.pjd2005-03-131-1/+1
* Change function names related to 'list' command from 'show_one_*' topjd2005-03-131-7/+7
* When listing all devices (geoms) from the given class, skip geoms withoutpjd2005-03-131-0/+2
* gbde(8) is also rejndael user.ume2005-03-111-1/+1
* Belatedly update the md5(1) man page to reflect the addition of sha256.cperciva2005-03-101-6/+11
* In light of the recent 2^69 operation collision-finding attack on SHA1,cperciva2005-03-092-4/+24
* Prefer the __printflike() macro to GCC's __attribute__ stuff.stefanf2005-03-091-1/+1
* Make background fsck based summary adjustments actually work bydelphij2005-03-073-5/+24
* Use a signal-safe type for two variables that are used to synchroniseiedowse2005-03-021-2/+2
* We can specify device size in bytes. Document this in usage.pjd2005-03-011-2/+3
* Typos and grammar fixes, wordsmithingbrueffer2005-02-281-6/+6
* - Add md_provsize field to metadata, which will help withpjd2005-02-276-15/+36
* - Add GEOM_LIBRARY_PATH environment variable which allows to specify anpjd2005-02-272-3/+27
* Add SHSEC class to the list of geom(8)-aware classes.pjd2005-02-271-0/+2
* Remove filtering on major device number. These are assigned randomlyphk2005-02-272-13/+2
* style(9).obrien2005-02-261-43/+45
* Add a missing comma.pjd2005-02-251-1/+1
* Allow a forced dump even if the dump header information is inconsistent.obrien2005-02-242-18/+61
* Fix a couple of grammar nits.trhodes2005-02-241-3/+3
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-221-1/+14
* Use afswch->af_other_status for carp_status() and pfsync_status().glebius2005-02-222-6/+6
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-223-0/+346
* Document the terabyte "-s" parameter in the usage string.mr2005-02-211-1/+2
* The recomputation of file system summary at mount time can be adelphij2005-02-202-0/+60
* When creating a new FFS file system, the block size will indirectlydelphij2005-02-201-0/+10
OpenPOWER on IntegriCloud