Commit Graph

106 Commits

Author SHA1 Message Date
rnordier
20e427787e Note that a standard MBR supports booting only from hard drive 0 1999-03-13 01:40:57 +00:00
rnordier
6ee6528d38 Note that nextboot requires the legacy boot code. 1999-02-05 09:58:39 +00:00
rnordier
d9e299cef5 Add a -b option as a simple way to rewrite the mbr code
(eg. replacing a boot manager with a standard mbr)
1999-01-22 11:54:17 +00:00
dt
cf7eaf8c9e Update to match rev. 1.28 of msdosfs_lookup.c. 1999-01-11 18:35:14 +00:00
joerg
9a40a59d01 sd0 -> da0 1998-11-26 12:24:35 +00:00
alex
3434b3a517 Add an entry for the new NetBSD partition id. 1998-11-06 03:43:21 +00:00
jkoshy
39c9b4b99e Add an entry for BSD/OS [23].x partition types.
I don't have access to a BSD/OS machine to check the veracity of the
magic number.  However, no harm will be done by the commit and since
someone was motivated enough to file a PR, I'm committing the change.

PR:		7629
Submitted by:	Jos Backus <jbackus@plex.nl>
1998-11-06 03:25:56 +00:00
obrien
cb5a1c6181 Linux swap and Solaris x86 use the same BIOS partition id. 1998-09-16 19:25:47 +00:00
gpalmer
8f9760990c Split lines into one subdir per line. 1998-08-30 20:28:50 +00:00
charnier
9678b00955 Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unused
#includes. Spelling. Use err(3) and add usage().
1998-07-06 06:44:36 +00:00
charnier
26f501e205 Add rcsid. Remove unused #includes. Use err(3) and check spelling. Reorganize
man page.
1998-06-30 06:28:18 +00:00
charnier
994a34f930 Split usage string. 1998-06-30 06:23:42 +00:00
charnier
3aed0824e9 Document -r flag, document use of TAPE env variable. Add rcsid. Use err(3).
Remove unused vars (-Wall).
1998-06-30 06:22:08 +00:00
charnier
7b48eaad27 Add SYNOPSIS section and change NULL to NUL in man page. Add rcsid, missing
#includes. Use err(3).
1998-06-30 06:12:44 +00:00
charnier
dd60667f41 Add rcsid. Remove unused #includes. Use err(3). 1998-06-30 06:09:37 +00:00
bde
86649af7cb Fixed printf format errors. 1998-06-28 20:48:03 +00:00
bde
2ef4e97d27 Fixed printf format errors. 1998-06-28 20:42:49 +00:00
steve
31e5cafbe9 Fix a spelling error.
PR:		6857
Submitted by:	Josh Gilliam <josh@quick.net>
1998-06-04 21:09:08 +00:00
jraynard
1ea9dc054e Fix typo in prompt. 1998-05-20 22:23:16 +00:00
obrien
e887bc6bac Add NTFS partition type.
Add "." at the end of some sentances.
Also print "flag 80" in English.
Give hint that "sysid" for FreeBSD is 165 decimal.
Ensure active partition specified by user is 1-4.
1998-03-29 23:41:51 +00:00
charnier
d42f10eee1 Use .An/.Aq. 1998-03-19 07:47:10 +00:00
ache
7297d20f4e Add more DOS/Win95 partition types 1998-03-14 21:22:09 +00:00
ache
a8832a2adc Oops, merge back 32bit fat description from -stable.
It was added to -stable but not to -current, strange.
1998-03-07 22:00:31 +00:00
ache
946b6b0c98 Add primary fat-32 1998-03-07 08:45:46 +00:00
ache
6024ab2a70 Add more info about special characters in dos2unix/unix2dos tables 1998-03-01 08:41:05 +00:00
ache
cdbef20215 Add more info about -W option 1998-02-23 17:29:08 +00:00
ache
6e6e7ba043 Note that default local charset assumed as ISO 8859-1 1998-02-23 17:20:07 +00:00
ache
cbd6232416 Implement loadable DOS<->local conversion tables for DOS names
Additionly load toupper table to create DOS names always in uppercase
1998-02-23 16:49:16 +00:00
ache
13936b1468 Implement loadable upper->lower local conversion table
Recently introduced -w renamed to -W
1998-02-23 09:41:02 +00:00
ache
d803c1de47 Add missing DESTDIR 1998-02-23 09:15:01 +00:00
ache
e2ed5f9bce Add loadable local<->Unicode conversion support for Win95 names
Note: DOS names still not work and require similar changes
1998-02-22 15:28:06 +00:00
jkh
2ec40d191b Support for FAT32 partitions.
Submitted by:	Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from:	NetBSD
1998-02-18 09:30:31 +00:00
bde
d194d95de3 Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.
1998-01-20 10:40:18 +00:00
bde
1dfa2f9cb0 Fixed some FUD (don't blame current msdosfs for old msdosfs+vfs_bio bugs). 1997-12-19 23:03:00 +00:00
bde
f552c8432d Don't install mount_msdos setuid root. Lite2's mount(2) handles
permissions centrally and a setuid root mount utility just breaks
its security.  There was no new breakage in practice because
mfdosfs_mount() still checks the ruid.
1997-10-21 07:26:50 +00:00
phk
7d1a30911b Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
bde
917cd0c960 Support all mount flags that are supported in the kernel. 1997-08-25 20:23:16 +00:00
steve
9c6b7d527a Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
brian
d48b3c3974 Number partitions 1-4, not 0-3.
Any existing config files (using the -f option) will need
to be changed although using the old files will usually result
in an error (partition 0 is invalid).
1997-06-03 21:24:39 +00:00
gibbs
7e178af93d Don't overflow when calculating the size in MB of a partition.
No more 241MB 4+ gig partitions for me!
1997-06-02 19:25:48 +00:00
imp
d97edc5e11 OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need
a BIOS-like partition table.  We now detect this correctly and print the
right thing.
Obtained from: Value obtained from OpenBSD sources.
1997-05-02 03:08:04 +00:00
danny
27ba82a6a2 Spelling police. 1997-04-23 04:46:38 +00:00
imp
88b6081b7e compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.
1997-03-29 03:33:12 +00:00
bde
8ef0f3a07a Updated mount_msdos to use the Lite2 getvfsbyname() interface. 1997-03-03 13:23:54 +00:00
peter
4997d39dce Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
jkh
9c0cd3f9df Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
wosch
e902881dbf Sort cross references. 1997-01-13 00:25:51 +00:00
mpp
ecfd30069a Minor mdoc/style fixes. 1996-12-23 02:03:15 +00:00
mpp
366e57f9f4 Convert to mdoc format. 1996-12-23 01:04:46 +00:00
mpp
96b8349ac1 Minor formatting/style fixes.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 08:04:55 +00:00