OpenBSD CVS

src/sbin/fsck_msdos/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / fsck_msdos

Current tag: OPENBSD_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   13 years  jsing   Switch fsck_msdos(8) to opendev(3) so that it can handle disklabel UIDs.
[TXT] boot.c  1.23   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] check.c  1.18   8 years  deraadt   Since the fsck_* programs now only handle one filesystem, this creates a point w...
[TXT] dir.c  1.30   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] dosfs.h  1.6   9 years  tobias   Merge NetBSD commit: Move to 2 clause license, approved by Wolfgang Solfrank. o...
[TXT] ext.h  1.13   8 years  guenther   Mark ask() as printf-like; split up a pwarn() with variable number of specifiers...
[TXT] fat.c  1.27   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] fsck_msdos.8  1.16   8 years  deraadt   Only accept one filesystem/device as argument for checking. Few people will be ...
[TXT] main.c  1.23   8 years  tb   Another misplaced pledge disklabel that needs to be removed because of a DIOCGPD...