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
/
ffs_inode.c
Age
Commit message (
Expand
)
Author
2013-06-23
fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()
dholland
2013-06-19
Rename ambiguous macros:
dholland
2013-01-22
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
dholland
2013-01-13
Use static; remove unused global var this uncovered.
dholland
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2006-12-18
Convert a couple of "(void)&" constructs to volatile.
christos
2004-03-27
Don't require ffsv2 fs have FS_FLAGS_UPDATED set
dsl
2004-03-24
After determining whether the filesystem is byte swapped,
ws
2004-03-21
When searching for the superblock, don't pick an ffsv1 superblock from the
dsl
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
2001-12-23
unifdef sunos
lukem
2001-12-22
- use correct type for minTime in findlru() (size_t instead of int)
lukem
2001-11-01
fix -Wshadow warnings
lukem
2001-08-17
remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()
lukem
2001-08-14
s/filesystem/file system/dump.h
lukem
2001-05-28
unifdef !__STDC__ (missed in previous)
lukem
2001-05-27
knf to ansi
lukem
1999-10-01
Working version of aborted dump{,_lfs} join.
perseant
1999-09-30
Back out changes made on the 29th, not at all the changes I intended to commit.
perseant
1999-09-29
Adapt dump(8) to use filestore-independent (but still ufs-specific)
perseant