NetBSD/sys/compat/ultrix
ad 25153c3ec9 PR kern/37706 (forced unmount of file systems is unsafe):
- Do reference counting for 'struct mount'. Each vnode associated with a
  mount takes a reference, and in turn the mount takes a reference to the
  vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
  locking inherited from 4.4BSD with a recursable rwlock.
2008-01-30 11:46:59 +00:00
..
files.ultrix
Makefile
syscalls.conf
syscalls.master
ultrix_exec_ecoff.c
ultrix_exec.h
ultrix_flock.h
ultrix_fs.c PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
ultrix_ioctl.c Use FILE_LOCK() and FILE_UNLOCK(). 2008-01-05 19:14:07 +00:00
ultrix_misc.c make this compile again. 2007-12-27 17:18:11 +00:00
ultrix_pathname.c Use FILE_LOCK() and FILE_UNLOCK(). 2008-01-05 19:14:07 +00:00
ultrix_syscall.h regen 2007-12-20 23:07:25 +00:00
ultrix_syscallargs.h make this compile again. 2007-12-27 17:18:11 +00:00
ultrix_syscalls.c regen 2007-12-20 23:07:25 +00:00
ultrix_sysent.c regen 2007-12-20 23:07:25 +00:00
ultrix_tty.h