summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
AgeCommit message (Expand)Author
2006-12-24Keep a counter for addupc_intr() invocations, and pass its value, instead of 1,Miod Vallat
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2003-09-01match syscallargs comments with realityHenning Brauer
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-14rename ticks to nticks to avoid global. ok deraadt@ krw@Ted Unangst
2002-06-10Grammar.Thomas Nordin
2002-06-07Change addupc_intr to not use fuswintr and suswintr to update the profilingArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-17Allocate the profiling buffer from kernel_map, not with malloc.Artur Grabowski
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-04-28First argument to profil(2) should be `char *', not `caddr_t'.Thorsten Lockert
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-14profil() args have changed type..Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt