tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
fsck_msdos
/
at
master
9 files
Makefile
Switch fsck_msdos(8) to opendev(3) so that it can handle disklabel UIDs.
15 years ago
boot.c
Rename BIOS parameter block field from bsPBP to bsBPB. This typo has been fixed in FreeBSD in 2002. No binary change. From Alexander von Gernler; OK krw@
9 years ago
check.c
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
dir.c
Avoid the possibility of accessing an array out of bounds. Found with cppcheck. ok krw@
8 years ago
dosfs.h
Merge NetBSD commit: Move to 2 clause license, approved by Wolfgang Solfrank.
11 years ago
ext.h
Mark ask() as printf-like; split up a pwarn() with variable number of specifiers
10 years ago
fat.c
Remove NULL-checks before free(). ok tb@
10 years ago
fsck_msdos.8
Only accept one filesystem/device as argument for checking. Few people will be calling these directly, and not for the multiple filesystem case. fsck(8) is generally the parent and will handle things. ok semarie; this change will also help a goal jsing has
10 years ago
main.c
Use unveil(2). These programs fit together in various strange ways, so if a problem is encountered with this the whole set needs backout and study.
7 years ago