kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / sys_process.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-03-10 YONETANI Tomokazukernel - missing PRELE() in ptrace(PT_DETACH).
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-26 Venkatesh SrinivasMPSAFE: MPSAFE kern/sys_process.c (kern_ptrace).
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize vm/vm_map.c
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2009-12-29 Matthew Dillonkernel - Fix improper vgone() in procfs and races in...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-06-06 Matthew DillonGet rid of an unused variable due to the last commit.
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2003-10-15 Matthew DillonFix an inherited bug in ptrace's PT_IO. The wrong...
2003-10-02 Hiten PandyaRename:
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-11 David RhodusFix for insufficient range checking of signal numbers.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
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-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
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: