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