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
thorpej
1c95472d01
Add the system call and VFS infrastructure for file system extended
...
attributes. From FreeBSD.
2005-01-02 16:08:28 +00:00
..
ffs_alloc.c
Remove some unnecessary (int32_t) casts that would cause us to screw up the
2004-12-15 07:11:51 +00:00
ffs_appleufs.c
…
ffs_balloc.c
Remove some unnecessary (int32_t) casts that would cause us to screw up the
2004-12-15 07:11:51 +00:00
ffs_bswap.c
…
ffs_extern.h
While creating a snapshot inodes must be freed from the
2004-08-29 10:13:48 +00:00
ffs_inode.c
Don't write out the extra zero pages with PGO_SYNCIO. We start an asynchronous
2004-08-15 19:01:16 +00:00
ffs_snapshot.c
There's no need to pass a proc value when using UIO_SYSSPACE with
2004-09-17 14:11:20 +00:00
ffs_snapshot.stub.c
…
ffs_softdep.c
Remove some unnecessary (int32_t) casts that would cause us to screw up the
2004-12-15 07:11:51 +00:00
ffs_softdep.stub.c
…
ffs_subr.c
…
ffs_tables.c
…
ffs_vfsops.c
Add the system call and VFS infrastructure for file system extended
2005-01-02 16:08:28 +00:00
ffs_vnops.c
…
fs.h
…
Makefile
…
softdep.h
…