aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-182-2/+1
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-142-2/+2
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().David E. O'Brien2000-11-291-6/+6
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-5/+5
* Make the order of values prompted for with the "-i" option match print_part()David E. O'Brien2000-11-181-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-143-12/+12
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-25/+20
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tJohn Baldwin2000-08-241-46/+94
* 0xA0 = Suspend to disk.Josef Karthauser2000-08-071-0/+1
* Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted inJohn Baldwin2000-07-211-1/+1
* - Don't try to free mboot.bootinst before it has been allocated. If, forJohn Baldwin2000-07-171-2/+2
* Fix memory leak/double free found by phkmallocAndrey A. Chernov2000-07-151-8/+10
* - Always respect cylinder boundaries when creating slices unless the userJohn Baldwin2000-07-121-17/+70
* Catch the usage() function up to the command line changes. Add -I andJohn Baldwin2000-06-271-1/+1
* 0x39 == plan9Brian Somers2000-06-121-0/+1
* Add QNX 4 partitions to fdisk's list.Guy Helmer2000-06-091-1/+4
* Don't try to open the /dev/rXXX device.Mike Smith2000-05-311-1/+1
* Fix nits in previous commit: restore option ordering of the optionSheldon Hearn2000-03-131-2/+5
* -e -> -I change.Warner Losh2000-03-102-9/+36
* Don't use the old raw name for disk devices.David E. O'Brien2000-03-091-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-11/+22
* Add ata(4) support.Ruslan Ermilov2000-02-111-1/+1
* Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are notPeter Wemm2000-01-149-874/+1
* Removed yet another vestige of the ft driver.Bruce Evans2000-01-141-7/+0
* Add Latin2 conversion tableAndrey A. Chernov2000-01-082-1/+59
* Allow #-comments in conversion table fileAndrey A. Chernov2000-01-084-19/+63
* Remove the ft program, the driver is long gone.Poul-Henning Kamp1999-10-094-1103/+0
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-13/+11
* Stuff a variable declaration inside a #if block that is only used for thatBill Fumerola1999-09-251-0/+2
* Remove declaration of getenv(), we get that from stdlib.h already.Bill Fumerola1999-09-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2818-18/+18
* Add -e option to usage().Doug White1999-08-251-2/+2
* Add new option to fdisk: -ePoul-Henning Kamp1999-08-232-13/+40
* Drop the embedded boot code in favour of a -B option which readsRobert Nordier1999-06-273-142/+100
* This lets you specify "gemdosfs", "shortnames", "longnames", andJordan K. Hubbard1999-06-182-4/+21
* Note that a standard MBR supports booting only from hard drive 0Robert Nordier1999-03-131-1/+4
* Note that nextboot requires the legacy boot code.Robert Nordier1999-02-051-1/+3
* Add a -b option as a simple way to rewrite the mbr codeRobert Nordier1999-01-222-4/+27
* Update to match rev. 1.28 of msdosfs_lookup.c.Dmitrij Tejblum1999-01-111-11/+2
* sd0 -> da0Joerg Wunsch1998-11-262-4/+4
* Add an entry for the new NetBSD partition id.Alexander Langer1998-11-061-1/+2
* Add an entry for BSD/OS [23].x partition types.Joseph Koshy1998-11-061-1/+2
* Linux swap and Solaris x86 use the same BIOS partition id.David E. O'Brien1998-09-161-2/+2
* Split lines into one subdir per line.Gary Palmer1998-08-301-2/+6
* Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unusedPhilippe Charnier1998-07-062-119/+109
* Add rcsid. Remove unused #includes. Use err(3) and check spelling. ReorganizePhilippe Charnier1998-06-302-94/+79
* Split usage string.Philippe Charnier1998-06-302-8/+14
* Document -r flag, document use of TAPE env variable. Add rcsid. Use err(3).Philippe Charnier1998-06-303-49/+67
* Add SYNOPSIS section and change NULL to NUL in man page. Add rcsid, missingPhilippe Charnier1998-06-302-74/+58
* Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-302-32/+34