Fix kernel panic on NULL pointer deref w/ certain ktrace commands, allow -c -f.
[dragonfly.git] / sys / kern / kern_ktrace.c
2009-03-12 Matthew DillonFix kernel panic on NULL pointer deref w/ certain ktrac...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2007-05-07 Matthew DillonAdd fields to the ktrace header to allow kdump to also...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-25 Matthew DillonAdjust pamp_growkernel(), elf_brand_inuse(), and ktrace...
2006-05-17 Matthew DillonOops, last commit was slightly premature. Fix a bug...
2006-05-17 Matthew DillonThe ktracing code was not properly matching up VOP_OPEN...
2006-05-17 Matthew DillonPass the process (p) instead of the vnode (p->p_tracep...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2005-07-28 Matthew DillonIf multiple processes are being traced and some other...
2005-03-29 David RhodusRemove some uses of the SCARG macro.
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-14 Eirik NygaardReplace K&R style functions with ANSI C style functions.
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-26 Robert Garrett__P() removal
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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: