OpenBSD CVS

src/sbin/fsck_ext2fs/


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_ext2fs

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   22 years  art   cleanup
[TXT] dir.c  1.14   18 years  dhill   NetBSD Coverity CID 2298: Fix memory leak. NetBSD Coverity CID 2299: Fix memory ...
[TXT] extern.h  1.6   19 years  niallo   Support checking filesystems which have or once had large files (>4 GB) on them....
[TXT] fsck.h  1.9   19 years  niallo   Support checking filesystems which have or once had large files (>4 GB) on them....
[TXT] fsck_ext2fs.8  1.15   16 years  jmc   convert to new .Dd format;
[TXT] inode.c  1.16   18 years  pedro   Use part of the reserved space on the disk inode to scatter 16 more bits for the...
[TXT] main.c  1.15   18 years  deraadt   solve some signal races; from fsck_ffs; ok pedro
[TXT] pass1.c  1.11   19 years  niallo   Support checking filesystems which have or once had large files (>4 GB) on them....
[TXT] pass1b.c  1.7   20 years  deraadt   ansification
[TXT] pass2.c  1.11   19 years  niallo   Support checking filesystems which have or once had large files (>4 GB) on them....
[TXT] pass3.c  1.6   20 years  deraadt   ansification
[TXT] pass4.c  1.7   19 years  niallo   Support checking filesystems which have or once had large files (>4 GB) on them....
[TXT] pass5.c  1.13   18 years  dhill   NetBSD Coverity CID 2298: Fix memory leak. NetBSD Coverity CID 2299: Fix memory ...
[TXT] setup.c  1.15   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] utilities.c  1.17   18 years  deraadt   solve some signal races; from fsck_ffs; ok pedro