kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / subr_prof.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-04 Sascha Wildnerkernel: Replace some bzero()s with M_ZERO in the preced...
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
1970-01-03 Alex Hornung"Fix" kernel profiling for i386
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2007-01-06 Matthew DillonRemove fuswintr() and suswintr(), they were never imple...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2004-06-01 Matthew DillonANSIfication. No operational changes.
2003-10-12 Hiten PandyaFix compile when GUPROF is defined.
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
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: