NetBSD/sys/miscfs
jdolecek b0fb24279c change the lf_advlock() arguments from
int     lf_advlock __P((struct lockf **,
           off_t, caddr_t, int, struct flock *, int));
to

int     lf_advlock __P((struct vop_advlock_args *, struct lockf **, off_t));

This matches common usage and is also compatible with similar change
in FreeBSD (though they use u_quad_t as last arg).
2000-07-22 15:26:11 +00:00
..
deadfs sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
fdesc make vfs_getnewfsid only take one argument and fetch the name of the 2000-06-10 18:27:01 +00:00
fifofs Register, begone! 2000-03-30 12:22:12 +00:00
genfs Stylistic change. 2000-05-29 18:59:51 +00:00
kernfs Sprinkle some const. 2000-07-14 07:21:50 +00:00
nullfs make vfs_getnewfsid only take one argument and fetch the name of the 2000-06-10 18:27:01 +00:00
overlay make vfs_getnewfsid only take one argument and fetch the name of the 2000-06-10 18:27:01 +00:00
portal make vfs_getnewfsid only take one argument and fetch the name of the 2000-06-10 18:27:01 +00:00
procfs <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 02:44:06 +00:00
specfs change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
syncfs When unmounting, make sure to free the syncer vnode so that it can be reused. 2000-07-09 00:59:03 +00:00
umapfs make vfs_getnewfsid only take one argument and fetch the name of the 2000-06-10 18:27:01 +00:00
union <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 02:44:06 +00:00
Makefile Add overlay, a layered file system which overlays itself on 2000-01-20 19:06:13 +00:00