dragonfly.git
2003-06-22 Matthew Dillonminor code optimization.
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-22 Matthew DillonAdd parens for code readability (no functional change)
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-21 Matthew Dillonrename td_token to td_xtoken to deal with conflict...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-19 Matthew DillonAdd missing prototype (fixes warning).
2003-06-19 Matthew DillonFix an argument mismatch in a debugging printf
2003-06-19 Matthew Dillonget rid of (incorrect) gcc warning.
2003-06-19 Matthew Dillonremove unused variable.
2003-06-18 Matthew DillonOops commit the thread.h file.
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonRetarget makesyscalls.sh from FreeBSD to TurtleBSD
2003-06-17 Matthew DillonRemove UUCP support. Note: /usr/src/gnu/libexec/uucp...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: