index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_ktrace.c
Age
Commit message (
Expand
)
Author
2001-06-26
Appease gcc by not using void pointers in arithmetic operations; art@ ok
Aaron Campbell
2001-06-22
KNF
Theo de Raadt
2000-11-10
Change the ktrace interface functions from taking the trace vnode to taking the
Artur Grabowski
2000-09-27
replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...
Michael Shalayeff
2000-04-29
ktrace(2) should not follow symbolic links; from FreeBSD
Todd C. Miller
2000-04-21
do not declare and use a local variable which conflicts with a global
Theo de Raadt
2000-04-20
Add a function "ktrsettracevnode", that changes the ktrace vnode for a process
Artur Grabowski
2000-04-19
Unbreak genio (how could I commit that garbage?).
Artur Grabowski
2000-04-19
When logging genio, check if we need to yield in the same way as in uiomove.
Artur Grabowski
2000-04-19
Don't abuse malloc to allocate small fixed-size structs that we can keep on t...
Artur Grabowski
2000-04-18
If the user does a huge I/O split the genio logging into smaller chunks
Artur Grabowski
2000-04-06
Random cleanup.
Artur Grabowski
2000-03-03
Use LIST_ macros instead of internal field names to walk the allproc list.
Artur Grabowski
1999-02-11
do not copyout uninitialized memory; arnej@math.ntnu.no
Theo de Raadt
1998-06-02
Integrated fix from NetBSD kern/5357.
Constantine Sapuntzakis
1998-02-03
bad types; wileyc@sekiya.twics.co.jp
Theo de Raadt
1997-11-14
Fixed up a VOP_UNLOCK call so that it uses the correction proc *
Constantine Sapuntzakis
1997-11-11
uninitialized variable
Niklas Hallqvist
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-12-14
from netbsd; emulation records
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt