kernel - misc MPSAFe work
[dragonfly.git] / sys / kern / kern_jail.c
2009-12-20 Matthew Dillonkernel - misc MPSAFe work
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-12 Michael Neumannpriv: Define and use PRIV_PROC_TRESPASS
2009-07-12 Michael Neumannpriv: Define and use PRIV_SETHOSTNAME
2009-07-12 Michael Neumannpriv: Define and use PRIV_VARSYM_SYS
2009-07-12 Michael Neumannpriv: Define and use PRIV_HAMMER_IOCTL
2009-07-12 Michael Neumannpriv: Use PRIV_DEBUG_UNPRIV in procfs
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_SETGID
2009-07-12 Michael Neumannpriv: Refactor UFS quota permissions
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
2009-07-12 Michael Neumannpriv: Use PRIV_NETINET_RESERVEDPORT
2009-07-12 Michael Neumannpriv: Comment PRIV_NETINET_RAW as FreeBSD does
2009-07-12 Michael Neumannpriv: Use PRIV_NETINET_RAW
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_REVOKE
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_CHFLAGS_DEV
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_LINK
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_CHMOD
2009-06-25 Michael Neumannpriv: Reduce some uses of PRISON_ROOT
2009-06-25 Michael Neumannpriv: Introduce prison_priv_check()
2009-06-17 Michael Neumannpriv: Narrow down privileges; new PRIV_JAIL_CREATE
2009-01-01 Michael NeumannRefactor sys_jail() and fix bugs.
2009-01-01 Michael NeumannUse consistent sizeof() style
2009-01-01 Michael NeumannUse kfree() instead of FREE macro
2009-01-01 Michael NeumannCosmetic changes + comments
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2007-02-16 Victor Balada DiazAdd a missing header that prevents detecting the kernel...
2007-01-18 Victor Balada DiazFix a stack reference bug and do a cleanup.
2007-01-01 Victor Balada Diazjail(2) now returns the jail id if successful or -1...
2006-12-31 Matthew DillonFix compilation error when building without INET6....
2006-12-29 Victor Balada DiazMade jails IPv6 aware and support more than one IP...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-10-08 Simon SchubertWhitespace cleanup.
2005-07-20 Matthew DillonSupport disablement of chflags in a jail, part 1/2.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-14 Joerg SonnenbergerInitial jail support for varsyms.
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: