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
/
libexec
/
lfs_cleanerd
/
cleaner.h
Age
Commit message (
Expand
)
Author
2015-09-01
Add new accessors for the d_type and d_namlen fields of struct lfs_direct.
dholland
2015-09-01
Add byteswapping to the dinode accessors.
dholland
2015-08-12
Make 32-bit and 64-bit versions of CLEANERINFO.
dholland
2015-08-12
Fix assorted 64->32 truncations related to BLOCK_INFO.
dholland
2015-08-02
Add a (draft) 64-bit superblock. Make things build again.
dholland
2015-08-02
Second batch of 64 -> 32 truncations in lfs, along with more minor
dholland
2015-07-28
Use lfs_accessors.h in conjunction with the cleaner's struct clfs.
dholland
2015-07-28
Add a new lfs header file: lfs_accessors.h.
dholland
2015-07-24
More lfs superblock accessors.
dholland
2015-07-24
Switch to accessor functions for elements of the LFS on-disk
dholland
2009-03-16
fix WARNS=3 issues;
lukem
2006-07-31
Make filehandles opaque to userland
martin
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-05-12
Be more careful about checking return value of {m,re}alloc().
perseant
2006-03-30
A new version of the cleaner. In general, works about as well as the old
perseant