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
/
sbin
/
dump_lfs
/
lfs_inode.c
Age
Commit message (
Expand
)
Author
2015-10-15
Make dump recognize lfs64.
dholland
2015-09-21
Fix some assorted 32-bit assumptions not yet otherwise handled.
dholland
2015-09-01
The ifile's inode number is constant. (it is always 1)
dholland
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-08-02
Use accessor functions for the version field of the lfs superblock.
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-19
Make this build again. hi christos
dholland
2013-06-15
fix compilation
christos
2013-06-08
Add unsafe hacks to make this build going forward.
dholland
2013-01-22
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
dholland
2011-08-14
use a union to eliminate strict alias warnings.
christos
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2006-09-28
Call fcntl on the file descriptor *before* closing it.
perseant
2006-06-24
Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in
perseant
2005-06-18
be consistent in XXXGCC -Wuninitialized fixes ...
lukem
2005-06-16
Mark an sh3 gcc unitialized variable w. XXGCC
jmc
2005-02-06
ANSIfy a function declaration, remove obsolete "register" declaration.
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-02
Add support for UFS2. UFS2 is an enhanced FFS, adding support for
fvdl
2003-01-24
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
fvdl
2002-05-25
__STDC__ is always defined on NetBSD.
wiz
2001-11-02
fix -Wshadow warnings
lukem
2001-07-13
Merge the short-lived perseant-lfsv2 branch into the trunk.
perseant
1999-10-01
Working version of aborted dump{,_lfs} join.
perseant
1999-09-29
Adapt dump(8) to use filestore-independent (but still ufs-specific)
perseant