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
838d34e828
NetBSD
/
sys
/
ufs
History
gmcgarry
838d34e828
fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison.
2008-06-24 10:47:32 +00:00
..
ext2fs
Make sure all cached buffers with valid, not yet written data have been
2008-05-16 09:21:59 +00:00
ffs
Mark a buffer
busy
in getnewbuf() when it came from the pool_cache since
2008-06-17 14:53:10 +00:00
lfs
fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison.
2008-06-24 10:47:32 +00:00
mfs
Revert to using specfs_fsync(); using a do-nothing mfs_fsync() does not work
2008-06-02 00:24:28 +00:00
ufs
Add some locking, runs with DIAGNOSTIC.
2008-06-16 02:36:27 +00:00
files.ufs
defflag LFS_KERNEL_RFW (in opt_lfs.h).
2007-12-12 02:56:03 +00:00
Makefile
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
2002-11-26 23:30:07 +00:00