aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed printf format errors.Bruce Evans1998-06-281-8/+8
* Fixed printf format errors.Bruce Evans1998-06-281-1/+1
* Fix a spelling error.Steve Price1998-06-041-1/+1
* Fix typo in prompt.James Raynard1998-05-201-1/+1
* Add NTFS partition type.David E. O'Brien1998-03-291-8/+16
* Use .An/.Aq.Philippe Charnier1998-03-192-5/+5
* Add more DOS/Win95 partition typesAndrey A. Chernov1998-03-141-2/+5
* Oops, merge back 32bit fat description from -stable.Andrey A. Chernov1998-03-071-1/+1
* Add primary fat-32Andrey A. Chernov1998-03-071-0/+1
* Add more info about special characters in dos2unix/unix2dos tablesAndrey A. Chernov1998-03-011-3/+11
* Add more info about -W optionAndrey A. Chernov1998-02-231-2/+4
* Note that default local charset assumed as ISO 8859-1Andrey A. Chernov1998-02-231-1/+3
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-235-37/+92
* Implement loadable upper->lower local conversion tableAndrey A. Chernov1998-02-232-7/+30
* Add missing DESTDIRAndrey A. Chernov1998-02-231-2/+2
* Add loadable local<->Unicode conversion support for Win95 namesAndrey A. Chernov1998-02-224-5/+75
* Support for FAT32 partitions.Jordan K. Hubbard1998-02-182-26/+86