Age | Commit message (Expand) | Author |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-08-30 | Fix profiling (GPROF) build. | Martin Pieuchot |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2012-08-02 | Apply profiling to all threads instead of just the thread that called | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2010-07-09 | need sysctl.h to compile with GPROF; Luis Henriques | Theo de Raadt |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-12-24 | Keep a counter for addupc_intr() invocations, and pass its value, instead of 1, | Miod Vallat |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-14 | rename ticks to nticks to avoid global. ok deraadt@ krw@ | Ted Unangst |
2002-06-10 | Grammar. | Thomas Nordin |
2002-06-07 | Change addupc_intr to not use fuswintr and suswintr to update the profiling | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-17 | Allocate the profiling buffer from kernel_map, not with malloc. | Artur Grabowski |
1996-05-02 | sync syscalls, no sys/cpu.h | Theo de Raadt |
1996-04-28 | First argument to profil(2) should be `char *', not `caddr_t'. | Thorsten Lockert |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-12-14 | profil() args have changed type.. | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |