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_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   26 years  deraadt   $OpenBSD$
[TXT] boot.c  1.13   16 years  ian   Check reads and lseek correctly for unsigned return; ok krw@
[TXT] check.c  1.11   17 years  thib   newline fix + s/perror/xperror since we are using a home rolled version. ok ped...
[TXT] dir.c  1.20   17 years  thib   newline fix + s/perror/xperror since we are using a home rolled version. ok ped...
[TXT] dosfs.h  1.5   26 years  provos   FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] ext.h  1.9   16 years  ian   Check reads and lseek correctly for unsigned return; ok krw@
[TXT] fat.c  1.17   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] fsck_msdos.8  1.13   16 years  sobrado   sort flags in both synopsis and usage ok jmc@
[TXT] main.c  1.15   18 years  deraadt   when asking y or n, accept "F" which forces yes from the on. i have wished for ...