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