index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
newfs_msdos
/
newfs_msdos.c
Age
Commit message (
Expand
)
Author
2007-09-28
sort options;
Jason McIntyre
2007-09-26
some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD was
Pierre-Yves Ritschard
2004-10-01
add some missing $, ok djm@ 'That looks fine to me' millert@
Jonathan Gray
2003-06-10
boring cleanups
Theo de Raadt
2002-05-29
more snprintf
Theo de Raadt
2002-02-21
use sizeof w/ defines; niklas@ millert@ ok.
Federico G. Schwindt
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2000-02-06
Upgrade newfs_msdos to latest freebsd version. This one knows how to handle
imp
1999-04-10
ignore -q for now since we are already quiet. Makes "newfs -q -t msdos" does...
Todd C. Miller
1997-04-30
clone boot sector that existed there? bad idea. No idea why though
Theo de Raadt
1997-04-14
if -s not specified, attempt to grok the disklabel
Theo de Raadt
1997-03-29
Use arc4random() not random().
Todd C. Miller
1997-03-22
removed code that was inside #if 0 ... #endif
kstailey
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1997-01-10
use opendev(3) + man page correction
kstailey
1996-12-04
do not freak out if we see a -t argument
Theo de Raadt
1996-06-10
add newfs_msdos (from freebsd); does not know how to make non-floppy filesyst...
Theo de Raadt