freebsd-dev/sys/amd64/ia32
Mike Barcroft fd7a8150fb o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
  fields (pr_path for reporting and pr_root vnode instance) to store
  the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
  vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
  to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
  struct xprison instances that represent a snapshot of active jails.

Reviewed by:	rwatson, tjr
2003-04-09 02:55:18 +00:00
..
ia32_misc.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ia32_proto.h Regen: swapoff 2002-12-16 00:49:36 +00:00
ia32_syscall.h Regen: swapoff 2002-12-16 00:49:36 +00:00
ia32_sysent.c Regen: swapoff 2002-12-16 00:49:36 +00:00
ia32_sysvec.c Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
ia32_util.h SCARGS removal take II. 2002-12-14 01:56:26 +00:00
ia32.h
Makefile
syscalls.conf
syscalls.master o In struct prison, add an allprison linked list of prisons (protected 2003-04-09 02:55:18 +00:00