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