summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/lfsv1.c
AgeCommit message (Expand)Author
2015-08-12Hack up dinode usage to be 64 vs. 32 as needed. Part 1.dholland
2015-08-12Add IFILE32 and IFILE64 structures for the on-disk ifile entries.dholland
2015-08-02Add a (draft) 64-bit superblock. Make things build again.dholland
2015-07-24Switch to accessor functions for elements of the LFS on-diskdholland
2015-07-24Rearrange the structures in the lfs bootbollocks slightly.dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-19Rename ambiguous macros:dholland
2013-06-18Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.christos
2013-06-09Build properly against the lfs changes.dholland
2012-05-21Remove the code that tries to load the "ffs" kernel module during boot.dsl
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead
2003-04-11Use common ffs/lfs file ufs.c instead of lfs specific version.dsl
2003-02-23Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 andsimonb