Sheldon Hearn
7b0070fc20
Fix nits in previous commit: restore option ordering of the option
...
description list; break an overly long line; use the Fx macro instead
of "FreeBSD".
2000-03-13 10:55:21 +00:00
Warner Losh
10b0ee9392
-e -> -I change.
...
-s for sumary
Approved by: jkh
2000-03-10 22:03:00 +00:00
David E. O'Brien
dc6bbfb6f8
Don't use the old raw name for disk devices.
2000-03-09 19:35:32 +00:00
Sheldon Hearn
ef8f7ac935
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:27:47 +00:00
Ruslan Ermilov
cb840fc730
Add ata(4) support.
...
Approved by: jkh
2000-02-11 11:25:23 +00:00
Peter Wemm
e330fda4f8
Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are not
...
i386 specific.
Submitted by: bde
2000-01-14 16:37:03 +00:00
Bruce Evans
ac0fbdc25d
Removed yet another vestige of the ft driver.
2000-01-14 16:01:28 +00:00
Andrey A. Chernov
80b50ed288
Add Latin2 conversion table
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
2000-01-08 17:17:32 +00:00
Andrey A. Chernov
f26775b4f3
Allow #-comments in conversion table file
2000-01-08 16:47:55 +00:00
Poul-Henning Kamp
cc76155d40
Remove the ft program, the driver is long gone.
1999-10-09 23:11:53 +00:00
Poul-Henning Kamp
73dd316734
mount* fixes from Martin Blapp <mb@imp.ch>:
...
Made mount more userfriendly (bad slashes are now filtered out)
and we remove in mount_nfs trailing slashes if there are any.
Fixed mount_xxx binarys to resolve with realpath(3)
the mountpoint.
Translate the deprecated nfs-syntax with '@' to ':' .
The ':' syntax has now precedence, but '@' still works.
Notify the user that the '@' syntax should not be used.
PR: 7846
PR: 13692
Submitted by: Martin Blapp <mb@imp.ch>
Reviewed by: phk
1999-10-09 11:54:14 +00:00
Bill Fumerola
cefdc4ef10
Stuff a variable declaration inside a #if block that is only used for that
...
#if.
1999-09-25 02:11:30 +00:00
Bill Fumerola
e9eda3a1e9
Remove declaration of getenv(), we get that from stdlib.h already.
1999-09-25 02:10:38 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Doug White
f10f160d82
Add -e option to usage().
1999-08-25 21:31:08 +00:00
Poul-Henning Kamp
e6fb3dde93
Add new option to fdisk: -e
...
This wipes the MBR and creates slice 1 as a FreeBSD slice covering the
disk starting from the second track to the cylinder aligned end of the disk.
This is the most compatibly layout we have as far as I know.
1999-08-23 11:06:19 +00:00
Robert Nordier
26721a89ff
Drop the embedded boot code in favour of a -B option which reads
...
the boot code from /boot/mbr, or elsewhere as defined by the revised
"-b bootcode" option; use getopt(3); clarify usage(); partially
revise man page; etc.
1999-06-27 19:29:15 +00:00
Jordan K. Hubbard
458cbc01d2
This lets you specify "gemdosfs", "shortnames", "longnames", and
...
"nowin95" as arguments to the "-o" flag, as alternatives to "-G", "-s",
"-l", and "-9"; when running "mount_msdos" by hand, that doesn't let you
do anything you couldn't already do, but if you're letting "mount" run
it, it lets you specify those options, which is especially useful if,
for example, you have an entry in "/etc/fstab" for some file system,
with "noauto" set, so you can conveniently mount a DOS partition from a
removable drive and force it to treat the file system as VFAT rather
than boring old FAT.
Submitted by: Guy Harris <guy@netapp.com>
1999-06-18 12:05:02 +00:00
Robert Nordier
ef76b8c057
Note that a standard MBR supports booting only from hard drive 0
1999-03-13 01:40:57 +00:00
Robert Nordier
708b27a068
Note that nextboot requires the legacy boot code.
1999-02-05 09:58:39 +00:00
Robert Nordier
12d910e9bb
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
Dmitrij Tejblum
394fd4a653
Update to match rev. 1.28 of msdosfs_lookup.c.
1999-01-11 18:35:14 +00:00
Joerg Wunsch
698b4def3f
sd0 -> da0
1998-11-26 12:24:35 +00:00
Alexander Langer
ef80de33ad
Add an entry for the new NetBSD partition id.
1998-11-06 03:43:21 +00:00
Joseph Koshy
d1b7313fca
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
David E. O'Brien
63ab6f1c55
Linux swap and Solaris x86 use the same BIOS partition id.
1998-09-16 19:25:47 +00:00
Gary Palmer
cb7f1224bb
Split lines into one subdir per line.
1998-08-30 20:28:50 +00:00
Philippe Charnier
d98b16689b
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
Philippe Charnier
61d20ca30f
Add rcsid. Remove unused #includes. Use err(3) and check spelling. Reorganize
...
man page.
1998-06-30 06:28:18 +00:00
Philippe Charnier
750f6fe391
Split usage string.
1998-06-30 06:23:42 +00:00
Philippe Charnier
eec2e675fc
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
Philippe Charnier
9f597f59d5
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
Philippe Charnier
d286dcb026
Add rcsid. Remove unused #includes. Use err(3).
1998-06-30 06:09:37 +00:00
Bruce Evans
ba198492ad
Fixed printf format errors.
1998-06-28 20:48:03 +00:00
Bruce Evans
318f0106d9
Fixed printf format errors.
1998-06-28 20:42:49 +00:00
Steve Price
8588641614
Fix a spelling error.
...
PR: 6857
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:09:08 +00:00
James Raynard
4b3b45a7a2
Fix typo in prompt.
1998-05-20 22:23:16 +00:00
David E. O'Brien
680426be8f
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
Philippe Charnier
db439b3aaa
Use .An/.Aq.
1998-03-19 07:47:10 +00:00
Andrey A. Chernov
26555b64bc
Add more DOS/Win95 partition types
1998-03-14 21:22:09 +00:00
Andrey A. Chernov
8a9f6ff89d
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
Andrey A. Chernov
56b19102ab
Add primary fat-32
1998-03-07 08:45:46 +00:00
Andrey A. Chernov
1cca86f4e8
Add more info about special characters in dos2unix/unix2dos tables
1998-03-01 08:41:05 +00:00
Andrey A. Chernov
cd913a5dca
Add more info about -W option
1998-02-23 17:29:08 +00:00
Andrey A. Chernov
28847281dd
Note that default local charset assumed as ISO 8859-1
1998-02-23 17:20:07 +00:00
Andrey A. Chernov
9934eb16d3
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
Andrey A. Chernov
2183143825
Implement loadable upper->lower local conversion table
...
Recently introduced -w renamed to -W
1998-02-23 09:41:02 +00:00
Andrey A. Chernov
c4040ee87d
Add missing DESTDIR
1998-02-23 09:15:01 +00:00
Andrey A. Chernov
4e3e206ed7
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
Jordan K. Hubbard
a92aaa1aa0
Support for FAT32 partitions.
...
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from: NetBSD
1998-02-18 09:30:31 +00:00