kernel - misc MPSAFe work
[dragonfly.git] / sys / kern / kern_resource.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-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-06-18 Michael Neumannpriv: Narrow down privileges
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2007-08-20 Matthew DillonFix another ^T race related to catching a LWP just...
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-05-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-23 Matthew DillonMove all the resource limit handling code into a new...
2006-03-23 David RhodusMark a few more system calls MPSAFE.
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-01-24 Matthew DillonWhen creating a new uidinfo structure, check for an...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-11-05 Matthew DillonCleanup the ui*() API in preparation for the addition...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-08-26 Robert Garrett__P() removal
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
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-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: