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