| Age | Commit message (Expand) | Author |
| 2023-01-24 | Work on swapped-endian FFS. | mlelstv |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-01-20 | O_CLOEXEC is not a mode :-) | christos |
| 2022-01-20 | - use /dev/tty instead of stderr for SIGINFO messages | christos |
| 2022-01-19 | add SIGINFO support. now you can know how far along the scan is. | mrg |
| 2020-09-07 | remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds | mrg |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2015-10-15 | Teach scan_ffs about lfs64. | dholland |
| 2015-08-02 | Add a (draft) 64-bit superblock. Make things build again. | dholland |
| 2015-08-02 | Use accessor functions for the version field of the lfs superblock. | dholland |
| 2015-08-02 | Fix assorted 64 -> 32 truncations in lfs. Also, some minor tidyups and | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-07-24 | More lfs superblock accessors. | dholland |
| 2015-07-24 | Switch to accessor functions for elements of the LFS on-disk | dholland |
| 2013-06-23 | Stick ffs_ in front of the following macros: | dholland |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-10-06 | Use a two clause license for all the code I contributed. | xtraeme |
| 2007-05-01 | Add -b flag into usage(). | xtraeme |
| 2007-05-01 | Bump date. | xtraeme |
| 2007-05-01 | Add a "-b" option to search a partition for valid alternate superblocks, | perseant |
| 2007-02-16 | * There's no need to use an int to store the returned value of | xtraeme |
| 2006-10-17 | Improve English. | wiz |
| 2006-10-15 | Use O_DIRECT (aka Direct I/O) when -F is used. | xtraeme |
| 2006-10-14 | Detect FFSv1 partitions with fragsize/blocksize greater than | xtraeme |
| 2006-09-10 | Sort options in usage and SYNOPSIS. | wiz |
| 2006-09-08 | - Change the cast of st_size to uint64_t to avoid future problems | xtraeme |
| 2006-09-07 | Change -f to -F, per mrg's suggestion. | xtraeme |
| 2006-09-07 | Add -f file support. Useful to search for partitions on disk images. | xtraeme |
| 2006-08-12 | scan_ffs(8) has been pulled up into netbsd-3 and thus will have | ghen |
| 2005-09-10 | Specify the scan_ffs manpage, otherwise it will use scan_ffs.1. | xtraeme |
| 2005-09-10 | Fold scan_lfs.8 into scan_ffs.8. It's the same program, after all. | wiz |
| 2005-09-09 | Improve wording and comma usage. | wiz |
| 2005-09-02 | Remove an extra conditional while searching for LFS superblocks, | xtraeme |
| 2005-08-09 | Undefine the 17 macros commonly defined by <ufs/ffs/fs.h> and | he |
| 2005-08-09 | * Replace lseek() and read() calls with one single pread() | xtraeme |
| 2005-07-31 | Pass lint and get/setprogname. | christos |
| 2005-07-31 | typo | xtraeme |
| 2005-07-31 | Add scan_lfs(8), utility to find LFS partitions on disk, useful | xtraeme |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-23 | Add missing '\n' into usage(). | xtraeme |
| 2005-06-19 | Remove superfluous .El; a slight wording change. | wiz |
| 2005-06-19 | Incorporate my review comments. | wiz |
| 2005-06-15 | WARNS=4, misc cleanups. | christos |
| 2005-06-15 | fix the date, use .An for names, correct the name (scanffs -> scan_ffs), | peter |
| 2005-06-15 | Use EXIT_{SUCCESS,FAILURE}. | kleink |
| 2005-06-15 | No need to define SRCS here. | kleink |