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
/
fsck_msdos
/
boot.c
Age
Commit message (
Expand
)
Author
2016-10-10
Rename BIOS parameter block field from bsPBP to bsBPB. This typo
Alexander Bluhm
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-10
Validate file system information which are critical for fsck_msdos operation.
Tobias Stoeckmann
2014-07-10
Validate number of FATs.
Tobias Stoeckmann
2014-06-16
Merge NetBSD commit:
Tobias Stoeckmann
2014-06-14
Fix memory leaks in bootblock handling.
Tobias Stoeckmann
2014-06-14
Fix regression of 1.16: write fsinfo, not block into FSInfo region.
Tobias Stoeckmann
2013-08-12
Add missing \n after a warning.
Raphael Graf
2012-03-31
Make fsck_msdos work with non-512-byte sector devices. Problem noted
Kenneth R Westerback
2010-12-18
add some off_t and ssize_t love; ok stsp millert
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-02-07
Check reads and lseek correctly for unsigned return; ok krw@
Ian Darwin
2006-07-19
Only compare important parts of the boot block with the backup copy,
Tom Cosgrove
2006-05-27
newline fix + s/perror/xperror since we are
Thordur I. Bjornsson
2004-07-17
some ansi; khalek@linuxgamers.net
Theo de Raadt
2003-07-29
spaces
Theo de Raadt
2003-03-11
spelling
David Krause
2002-02-14
Don't divide by zero.
Aaron Campbell
2001-07-03
Put missing \n's in som error messages; consolidate redundant "if" (OK theo@).
Ian Darwin
1999-08-30
Cater to Win95 brokenness (from netbsd)
Marc Espie
1998-01-11
FAT32 support from NetBSD by Wolfgang Solfrank.
Niels Provos
1997-03-02
Update based on latest NetBSD version.
Todd C. Miller
1996-06-23
update rcsid
Theo de Raadt
1996-05-22
add fsck_msdos
Theo de Raadt