freebsd-dev/sys/compat/linprocfs
Alfred Perlstein 2395531439 Introduce a global lock for the vm subsystem (vm_mtx).
vm_mtx does not recurse and is required for most low level
vm operations.

faults can not be taken without holding Giant.

Memory subsystems can now call the base page allocators safely.

Almost all atomic ops were removed as they are covered under the
vm mutex.

Alpha and ia64 now need to catch up to i386's trap handlers.

FFS and NFS have been tested, other filesystems will need minor
changes (grabbing the vm lock when twiddling page properties).

Reviewed (partially) by: jake, jhb
2001-05-19 01:28:09 +00:00
..
linprocfs_misc.c Introduce a global lock for the vm subsystem (vm_mtx). 2001-05-19 01:28:09 +00:00
linprocfs_subr.c Undo part of the tangle of having sys/lock.h and sys/mutex.h included in 2001-05-01 08:13:21 +00:00
linprocfs_vfsops.c Eliminate global node types and instead use an operations vector for 2001-03-12 03:16:56 +00:00
linprocfs_vnops.c Fix the problem of some directory entries going missing when 2001-05-04 05:19:22 +00:00
linprocfs.c Introduce a global lock for the vm subsystem (vm_mtx). 2001-05-19 01:28:09 +00:00
linprocfs.h Change the pfind() and zpfind() functions to lock the process that they 2001-04-24 00:51:53 +00:00