kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / kern_prot.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2010-08-27 Venkatesh SrinivasMPSAFE: MPSAFE kern/kern_prot.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-08-10 Nicolas Therycrget(): use M_ZERO instead of bzero()
2009-07-27 Sascha WildnerRemove suser*() functions, manpage and assorted remains.
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-12 Michael Neumannpriv: Finally get completely rid of PRISON_ROOT flag.
2009-07-12 Michael Neumannpriv: Define and use PRIV_PROC_TRESPASS
2009-06-25 Michael Neumannpriv: Reduce some uses of PRISON_ROOT
2009-06-25 Michael Neumannpriv: Introduce prison_priv_check()
2009-06-17 Michael NeumannFix typo
2009-06-17 Michael Neumannpriv: Narrow down privileges
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-12-15 Michael NeumannFix missing include
2008-12-15 Michael NeumannDepreciate suser_*. Instead use priv_check_*.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-15 Michael NeumannImplement priv_check() and priv_check_cred()
2008-02-16 Matthias SchmidtFix two typos
2007-03-12 Simon Schubert1:1 Userland threading stage 4.8/4:
2007-01-08 Simon SchubertFix the obscure at(1) permission problem.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-26 Matthew DillonAdd #include <sys/lock.h> where needed to support get_m...
2006-05-26 Matthew DillonMore MP work.
2006-03-23 David RhodusHold MP lock for getppid(). As noted by Dillon getppid...
2006-03-23 David RhodusMark a few more system calls MPSAFE.
2005-04-20 Chris PresseyStyle(9) cleanup: use ANSI format for function definitions.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-14 Joerg SonnenbergerInitial jail support for varsyms.
2004-05-09 Joerg SonnenbergerFix two bugs in the lockf code. The first one is a...
2004-05-07 Joerg SonnenbergerFix panic due to the way change_ruid handles the userinfo.
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2003-12-20 Matthew DillonMinor syntax cleanup.
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-05 Matthew DillonCleanup the ui*() API in preparation for the addition...
2003-11-04 David Rhodus* Fix a potential race condition in crfree.
2003-08-08 Matthew DillonAdd a few missing cratom() calls. In particular the...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
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: