| Commit message (Expand) | Author | Age | Files | Lines |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -7/+12 |
* | Declare security and security.bsd sysctl hierarchies in sysctl.h along | rwatson | 2006-09-17 | 1 | -2/+0 |
* | First pass at removing Alpha kernel support. | jhb | 2006-05-11 | 1 | -40/+0 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 1 | -8/+1 |
* | Fix a cut-n-paste bug that crept in. | jkoshy | 2006-04-11 | 1 | -2/+2 |
* | Add support for Intel cpu model's 5 & 6. | ps | 2006-04-04 | 1 | -1/+1 |
* | Forcibly turn off all PMCs at module unload time. | jkoshy | 2006-03-28 | 1 | -0/+6 |
* | MFP4: Support for profiling dynamically loaded objects. | jkoshy | 2006-03-26 | 2 | -16/+189 |
* | When deconfiguring a log, only stop PMCs that are in the RUNNING | jkoshy | 2006-03-18 | 1 | -1/+2 |
* | When compiled with -DDEBUG, only print the old value of a PMC in a | jkoshy | 2006-03-16 | 1 | -1/+1 |
* | When a process is de-configuring a log file, also stop all of its | jkoshy | 2006-03-09 | 2 | -5/+8 |
* | Fix a memory leak. | jkoshy | 2006-01-17 | 1 | -5/+7 |
* | - Plug a memory leak: free up per-cpu sample buffers at module unload time. | jkoshy | 2005-12-26 | 1 | -3/+14 |
* | Wrap comment lines to be under 80 characters wide. | jkoshy | 2005-12-26 | 1 | -2/+3 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 4 | -27/+27 |
* | Add support for a new/unreleased Pentium-M. | ps | 2005-11-18 | 1 | -1/+1 |
* | Bug fix initialization on multi-core HTT CPUs. | jkoshy | 2005-10-10 | 1 | -46/+59 |
* | Process one NMI interrupt per handler invocation as the processor | jkoshy | 2005-09-12 | 1 | -4/+9 |
* | Re-enable sampling on the AMD64. | jkoshy | 2005-08-27 | 1 | -5/+0 |
* | On x86 processors, turn off any 'INTERRUPT' capabilities on PMCs | jkoshy | 2005-08-22 | 1 | -3/+13 |
* | Return EOPNOTSUPP instead of EINVAL if a PMC allocation request | jkoshy | 2005-08-22 | 1 | -1/+15 |
* | Print PMC capabilities at module load time. | jkoshy | 2005-08-22 | 1 | -3/+9 |
* | Turn off sampling modes on the AMD64 till the time I can track down | jkoshy | 2005-08-22 | 1 | -0/+5 |
* | Fail the module loading process if the currently executing kernel | jkoshy | 2005-07-30 | 1 | -0/+12 |
* | Use LK_CANRECURSE since when a PMC-owning process performs an exec, | jkoshy | 2005-07-17 | 1 | -1/+1 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -1/+2 |
* | Fix breakage introduced in rev 1.7. | jkoshy | 2005-07-14 | 1 | -1/+1 |
* | sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c: | jkoshy | 2005-07-09 | 5 | -34/+44 |
* | - Update the CPU version check to recognize P4/EMT64 CPUs. [1] | jkoshy | 2005-07-03 | 1 | -1/+1 |
* | MFP4: | jkoshy | 2005-06-30 | 2 | -24/+30 |
* | Fix a -Wuninitialized warning reported by rwatson. | jkoshy | 2005-06-21 | 1 | -1/+2 |
* | MFP4: | jkoshy | 2005-06-09 | 17 | -1196/+3896 |
* | Kernel hooks to support PMC sampling modes. | jkoshy | 2005-05-30 | 3 | -3/+6 |
* | Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. | jkoshy | 2005-05-01 | 5 | -296/+625 |
* | Return the correct register number in the 'get_msr()' MD function. | jkoshy | 2005-04-28 | 4 | -21/+78 |
* | Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header | marcel | 2005-04-20 | 6 | -12/+5 |
* | Remove dead variable. | jkoshy | 2005-04-20 | 1 | -3/+2 |
* | Remove unused variable that was horking up the LINT build | imp | 2005-04-19 | 1 | -5/+2 |
* | Minimal changes to get this to compile with -DDEBUG defined as well | imp | 2005-04-19 | 1 | -1/+3 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | jkoshy | 2005-04-19 | 6 | -0/+7086 |