christos
7d40b7b07f
Coverity CID 830: Fix dead code issue
2006-05-25 15:32:17 +00:00
christos
e73d73289c
Coverity CID 3287: Comment out dead code.
2006-05-23 01:03:16 +00:00
tsutsui
0eb69997b3
Add a tweak to default value settings for a number of drive heads
...
and a number of sectors per track.
According to sys/fs/msdosfs/msdosfs_vfsops.c:msdosfs_mountfs(),
the kernel doesn't accept BPB with spt (sector per track) > 63
or hds (drive heads) > 255, so if values taken from disklabel
don't match these restrictions, use popular BIOS default values
(255/63) instead.
2005-04-16 14:40:36 +00:00
dsl
9ab983c04a
Add (unsigned char) cast to ctype function
2004-10-29 19:04:39 +00:00
thorpej
6e82649d8e
Change the default volume label from "NO NAME" to "NO_NAME". Note the
...
default in the manual page.
2004-09-22 23:52:38 +00:00
thorpej
3af81aff5a
Default the OEM ID to "NetBSD" rather than "BSD 4.4". (Geez, did 4.4BSD
...
even have a newfs_msdos command?)
2004-09-22 23:46:38 +00:00
christos
6bd1d6d4db
Replace the statfs() family of system calls with statvfs().
...
Retain binary compatibility.
2004-04-21 01:05:31 +00:00
jmmv
b635f565e7
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
...
to be the most common practice in our tree.
2004-01-05 23:23:32 +00:00
lukem
c93539067a
Determine the MBR partition type relevant for the resulting partition,
...
and display that.
2003-11-23 23:16:40 +00:00
lukem
04a16dcc66
add some more detail to an error message
2003-10-08 03:56:21 +00:00
itojun
658b0219c1
snprintf
2003-07-13 07:38:12 +00:00
dbj
2e6348f3d8
add a SIGINFO handler progress indicator
2003-04-21 07:58:55 +00:00
toshii
04f91a6594
Uncomment-out part of FreeBSD code so that we can calculate partition
...
index from a filename.
2001-09-17 16:26:56 +00:00
pooka
db8658a3b8
* expand device name to raw device, not block device (eg. wd0a -> /dev/rwd0a)
...
* #ifdef non-relevant FreeBSD slice consistency check
2001-09-10 19:25:35 +00:00
christos
de3ce7e7b1
- Remove old files.
...
- Port to NetBSD
XXX: *untested*
2001-09-10 18:27:41 +00:00
cgd
8a986b2e96
convert to use getprogname()
2001-02-19 22:48:57 +00:00
christos
df49c4a876
fix nested extern
2001-02-04 21:53:39 +00:00
cgd
6b8e92147e
after determining the size of a file being used as a msdosfs, seek back to
...
its start so subsequent writes go to the right places.
1999-07-26 00:28:57 +00:00
drochner
7a262cc07e
make it compile again after msdosfs changes
1997-10-17 17:47:41 +00:00
lukem
8dee301bb9
* cleanup for WARNS=1
1997-09-15 06:31:54 +00:00
christos
d5fff03ed1
From FreeBSD's mkdosfs:
...
- KNF
- cleaned up a few typos.
- use the msdosfs header files.
- separated Makefile and Makefile.boot, since we cannot build
bootcode.h (yet)
ToDo:
- Make it work on hard disks; only works on floppies
- Make it accept an msdos.sys io.sys and a command.com, to make
a real dos bootable disk.
1997-03-01 19:42:54 +00:00