freebsd-skq/sys/amd64
mike 75859ca578 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
..
acpica - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
amd64 Add support for bounce buffers to _bus_dmamap_load_buffer, which is the 2003-04-07 16:08:32 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf - Move driver to newbus. 2003-03-29 13:36:41 +00:00
ia32 o In struct prison, add an allprison linked list of prisons (protected 2003-04-09 02:55:18 +00:00
include Remove invalid cast to vm_offset_t to avoid truncating a physical address 2003-04-08 18:22:41 +00:00
isa Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
pci Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been 2003-02-18 03:36:49 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00