aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add partition type for IBM's JFS.Greg Lehey2002-04-281-0/+1
* Rename the file used to specify the nextboot to make it clear that thisWes Peters2002-04-261-1/+1
* Add a -k option to reboot to specify the kernel to boot next timeWes Peters2002-04-262-5/+34
* vinum_start: examine storage array devices, not just disks.Greg Lehey2002-04-261-3/+4
* Remove the -v option, it is now default behaviour.Poul-Henning Kamp2002-04-242-17/+5
* Continue the cleanup preparations for UFS2 (& GEOM):Poul-Henning Kamp2002-04-243-168/+116
* Unbreak NFS mounts when mount(8) is invoked as : mount path@server.Maxime Henrion2002-04-231-1/+5
* Do our best to determine if the user is attempting an NFS mount whenMaxime Henrion2002-04-221-6/+19
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-228-19/+19
* Add mount_udf and mount_smbfs to crossrefs.David Malone2002-04-211-0/+2
* Add FBSDID. Start errx(3) messages with lowercase. Remove a ')' with no '('.Philippe Charnier2002-04-211-14/+15
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+5
* Add character translation table between Unix and NetWare accordingBoris Popov2002-04-201-9/+9
* Use `The .Nm utility'Philippe Charnier2002-04-192-8/+10
* Push the .info file contents out when we're done so people canPoul-Henning Kamp2002-04-191-0/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-192-1/+61
* De-__P, use ansi function definitionsWarner Losh2002-04-184-268/+117
* Fix the fdisk(8) manual page.Tom Rhodes2002-04-182-112/+115
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-182-2/+2
* dump(8)'s manual page is confusing in its use of records, blocks,Tom Rhodes2002-04-171-13/+26
* Expand the reserved space section. Explain how the amount of reservedGiorgos Keramidas2002-04-161-4/+12
* Change reference URLs.Jun Kuriyama2002-04-161-2/+2
* disklabel(8) manual page:Tom Rhodes2002-04-152-54/+50
* Sync with UDF p4 tree: Properly initialize part of the mntopts.Jeroen Ruigrok van der Werven2002-04-152-2/+2
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)Poul-Henning Kamp2002-04-151-2/+2
* Actually add the UDF files!Scott Long2002-04-143-0/+225
* Add a filesystem driver for the Universal Disk Format. For more info,Scott Long2002-04-141-0/+1
* Do not use perl where sed is more than adequate.David E. O'Brien2002-04-131-1/+4
* High-level changes (user visible):Marcel Moolenaar2002-04-131-56/+137
* I don't know what the MAINTAINER means in src/ part of FreeBSD.Ruslan Ermilov2002-04-121-2/+0
* restore(8) manual page does not explain rrestore.Tom Rhodes2002-04-121-0/+4
* Removed the cruft that became cruft after rev. 1.4.Ruslan Ermilov2002-04-121-5/+1
* Update dumpon manual page to explain single/multi-user usabilityTom Rhodes2002-04-091-6/+4
* GC kget(1), userconfig is long dead.Poul-Henning Kamp2002-04-094-199/+0
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-082-2/+2
* Don't set WARNS to 2, we're default compatible now.Poul-Henning Kamp2002-04-082-2/+0
* Add the possibility to use a no_rip_out configuration option in orderJeroen Ruigrok van der Werven2002-04-072-0/+5
* bbsize and sbsize cannot ever be trusted from the disklabel, inPoul-Henning Kamp2002-04-073-53/+4
* Add code to try the nmount(2) syscall when mount(2) failed withMaxime Henrion2002-04-071-1/+22
* Get us to WARNS=2 with a bit of constification and some printf fiddling.Poul-Henning Kamp2002-04-074-52/+38
* Nuke a totally pointless optional debug optionPoul-Henning Kamp2002-04-072-30/+0
* When checking the alternate superblock, we used to copy any fieldsKirk McKusick2002-04-071-61/+25
* Sync with the new endianness in ata.hSøren Schmidt2002-04-051-7/+19
* Be able to print ATA133 mode.Søren Schmidt2002-04-051-1/+1
* Remove remaining traces of d_boot[01]Poul-Henning Kamp2002-04-044-42/+2
* Fixed some style bugs in axings. Whitespace before __P was not axed whenBruce Evans2002-04-041-6/+6
* Fixed some English errors in previous commit.Bruce Evans2002-04-041-14/+15
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.Poul-Henning Kamp2002-04-031-15/+17
* Unifdef -DCOMPATPoul-Henning Kamp2002-04-031-22/+0