summaryrefslogtreecommitdiff
path: root/sys/kern/kern_ktrace.c
AgeCommit message (Expand)Author
2001-06-26Appease gcc by not using void pointers in arithmetic operations; art@ okAaron Campbell
2001-06-22KNFTheo de Raadt
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-09-27replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...Michael Shalayeff
2000-04-29ktrace(2) should not follow symbolic links; from FreeBSDTodd C. Miller
2000-04-21do not declare and use a local variable which conflicts with a globalTheo de Raadt
2000-04-20Add a function "ktrsettracevnode", that changes the ktrace vnode for a processArtur Grabowski
2000-04-19Unbreak genio (how could I commit that garbage?).Artur Grabowski
2000-04-19When logging genio, check if we need to yield in the same way as in uiomove.Artur Grabowski
2000-04-19Don't abuse malloc to allocate small fixed-size structs that we can keep on t...Artur Grabowski
2000-04-18If the user does a huge I/O split the genio logging into smaller chunksArtur Grabowski
2000-04-06Random cleanup.Artur Grabowski
2000-03-03Use LIST_ macros instead of internal field names to walk the allproc list.Artur Grabowski
1999-02-11do not copyout uninitialized memory; arnej@math.ntnu.noTheo de Raadt
1998-06-02Integrated fix from NetBSD kern/5357.Constantine Sapuntzakis
1998-02-03bad types; wileyc@sekiya.twics.co.jpTheo de Raadt
1997-11-14Fixed up a VOP_UNLOCK call so that it uses the correction proc *Constantine Sapuntzakis
1997-11-11uninitialized variableNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-14from netbsd; emulation recordsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt