NetBSD/sbin/fsck_lfs
dholland b1828e0ba3 Hack up dinode usage to be 64 vs. 32 as needed. Part 1.
(This part changes the native lfs code; the ufs-derived code already
has 64 vs. 32 logic, but as aspects of it are unsafe, and don't
entirely interoperate cleanly with the lfs 64/32 stuff, pass 2 will be
rehashing that.)
2015-08-12 18:28:00 +00:00
..
bufcache.c - Fix fallout for recent bread() change (removing cred arg). 2015-03-29 19:35:58 +00:00
bufcache.h - Fix fallout for recent bread() change (removing cred arg). 2015-03-29 19:35:58 +00:00
dir.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
extern.h Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
fsck_lfs.8 Revert version 1.111 of sysinst/disks.c, which caused sysinst to 2014-07-12 16:11:27 +00:00
fsck_vars.h Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
fsck.h Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
inode.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
kernelops.c fix prototypes of function pointers to varargs syscalls 2009-10-13 22:04:31 +00:00
kernelops.h Three changes in a single commit. 2010-02-16 23:20:30 +00:00
lfs_user.h Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
lfs.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
main.c Add a new lfs header file: lfs_accessors.h. 2015-07-28 05:09:34 +00:00
Makefile Redo these changes properly: 2013-06-08 21:13:19 +00:00
pass0.c Add IFILE32 and IFILE64 structures for the on-disk ifile entries. 2015-08-12 18:25:51 +00:00
pass1.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
pass2.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
pass3.c Tidy up the LFS userland build hacks. 2013-06-08 02:16:03 +00:00
pass4.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
pass5.c Use intmax_t to print daddr_t; from sevan@. 2015-08-03 04:16:10 +00:00
pass6.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
segwrite.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
segwrite.h Provide 32-bit and 64-bit versions of FINFO. 2015-08-12 18:27:01 +00:00
setup.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
utilities.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
vars.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
vnode.c Tidy up the LFS userland build hacks. 2013-06-08 02:16:03 +00:00
vnode.h