Fix an inherited bug in ptrace's PT_IO. The wrong thread was being assigned
[dragonfly.git] / sys / kern / kern_subr.c
2003-10-15 Matthew DillonFix an inherited bug in ptrace's PT_IO. The wrong...
2003-10-15 David P. Reese, Jr.I wasn't properly checking for rollover in iovec_copyin...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-08-03 Hiten PandyaMove the backtrace() function from kern_subr.c to ...
2003-07-28 Hiten PandyaDDB updates:
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
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-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: