kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / emulation / linux / i386 / linux_ptrace.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_process.c (kern_ptrace).
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: