priv: Use PRIV_VFS_CHFLAGS_DEV
[dragonfly.git] / sys / kern / kern_jail.c
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: