NetBSD/sys/ufs/ext2fs
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
ext2fs_alloc.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs_balloc.c Bump daddr_t to 64 bits. Replace it with int32_t in all places where 2003-01-24 21:55:02 +00:00
ext2fs_bmap.c make is_sequential a callback in order to achieve better lfs write clustering. 2003-05-18 12:59:05 +00:00
ext2fs_bswap.c add RCSID 2001-11-08 02:39:06 +00:00
ext2fs_dinode.h writable, not writeable. 2003-01-06 20:30:28 +00:00
ext2fs_dir.h Add multiple inclusion protection for headers. Fix mismatched 2002-12-01 00:12:06 +00:00
ext2fs_extern.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs_inode.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs_lookup.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs_readwrite.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs_subr.c Use PRId64 instead of hard coding "%lld" to fix build problems under 2003-01-25 18:12:31 +00:00
ext2fs_vfsops.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs_vnops.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ext2fs.h Bump daddr_t to 64 bits. Replace it with int32_t in all places where 2003-01-24 21:55:02 +00:00
Makefile