This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
ufs
/
ffs
History
wrstuden
442d792d00
Fix pasto in previous. We only perform the DIOCCACHESYNC call if
...
FSYNC_CACHE is set, not if FSYNC_WAIT is set.
2005-01-27 02:16:42 +00:00
..
ffs_alloc.c
…
ffs_appleufs.c
…
ffs_balloc.c
…
ffs_bswap.c
…
ffs_extern.h
…
ffs_inode.c
…
ffs_snapshot.c
Protect calls to
ffs_*_swap' with
#ifdef FFS_EI'.
2005-01-18 10:40:21 +00:00
ffs_snapshot.stub.c
…
ffs_softdep.c
Extend fsync_range(2) to support the FDISKSYNC flag, which requests
2005-01-25 23:55:20 +00:00
ffs_softdep.stub.c
…
ffs_subr.c
…
ffs_tables.c
…
ffs_vfsops.c
Rearrange some code slightly to avoid uninitialized variable warnings.
2005-01-11 00:19:36 +00:00
ffs_vnops.c
Fix pasto in previous. We only perform the DIOCCACHESYNC call if
2005-01-27 02:16:42 +00:00
fs.h
…
Makefile
…
softdep.h
…