| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | MFC r199972: | Ed Maste | 2010-09-02 | 1 | -1/+1 |
| * | MFC r208861: | Fabien Thomas | 2010-08-03 | 1 | -8/+5 |
| * | MFC r207484: | Ryan Stone | 2010-05-24 | 1 | -9/+9 |
| * | MFC r205998: | Fabien Thomas | 2010-04-03 | 1 | -3/+5 |
| * | MFC 201151: | Fabien Thomas | 2010-01-10 | 1 | -0/+6 |
| * | MFC 201021: | Fabien Thomas | 2010-01-10 | 1 | -3/+161 |
| * | MFC 198343: | Fabien Thomas | 2009-12-01 | 1 | -4/+4 |
| * | Fix a LOR between pmc_sx and proctree/allproc when creating a new thread | Attilio Rao | 2009-06-25 | 1 | -7/+12 |
| * | - Bug fix: prevent a thread from migrating between CPUs between the | Joseph Koshy | 2008-12-13 | 1 | -16/+60 |
| * | - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo | Joseph Koshy | 2008-11-27 | 1 | -6/+5 |
| * | Print PMC widths in the initialization announcement. | Joseph Koshy | 2008-11-16 | 1 | -1/+2 |
| * | Correct an oversight: call the MD finalize hook at module unload | Joseph Koshy | 2008-11-15 | 1 | -0/+3 |
| * | - Separate PMC class dependent code from other kinds of machine | Joseph Koshy | 2008-11-09 | 1 | -122/+230 |
| * | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | John Baldwin | 2008-11-04 | 1 | -2/+0 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -12/+10 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -41/+37 |
| * | Support sparsely numbered CPUs. | Joseph Koshy | 2008-09-22 | 1 | -38/+43 |
| * | - Provide kernelname as the name for process with P_KTHREAD set as | Jeff Roberson | 2008-07-25 | 1 | -1/+5 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -4/+2 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Kernel and hwpmc(4) support for callchain capture. | Joseph Koshy | 2007-12-07 | 1 | -63/+284 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -6/+6 |
| * | Fix witness(4) warnings about mutex use. | Joseph Koshy | 2007-04-19 | 1 | -17/+26 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 1 | -4/+4 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -7/+12 |
| * | Declare security and security.bsd sysctl hierarchies in sysctl.h along | Robert Watson | 2006-09-17 | 1 | -2/+0 |
| * | Change msleep() and tsleep() to not alter the calling thread's priority | John Baldwin | 2006-04-17 | 1 | -8/+1 |
| * | Fix a cut-n-paste bug that crept in. | Joseph Koshy | 2006-04-11 | 1 | -2/+2 |
| * | MFP4: Support for profiling dynamically loaded objects. | Joseph Koshy | 2006-03-26 | 1 | -5/+165 |
| * | When deconfiguring a log, only stop PMCs that are in the RUNNING | Joseph Koshy | 2006-03-18 | 1 | -1/+2 |
| * | When compiled with -DDEBUG, only print the old value of a PMC in a | Joseph Koshy | 2006-03-16 | 1 | -1/+1 |
| * | When a process is de-configuring a log file, also stop all of its | Joseph Koshy | 2006-03-09 | 1 | -1/+6 |
| * | Fix a memory leak. | Joseph Koshy | 2006-01-17 | 1 | -5/+7 |
| * | - Plug a memory leak: free up per-cpu sample buffers at module unload time. | Joseph Koshy | 2005-12-26 | 1 | -3/+14 |
| * | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 1 | -14/+14 |
| * | Return EOPNOTSUPP instead of EINVAL if a PMC allocation request | Joseph Koshy | 2005-08-22 | 1 | -1/+15 |
| * | Print PMC capabilities at module load time. | Joseph Koshy | 2005-08-22 | 1 | -3/+9 |
| * | Fail the module loading process if the currently executing kernel | Joseph Koshy | 2005-07-30 | 1 | -0/+12 |
| * | Use LK_CANRECURSE since when a PMC-owning process performs an exec, | Joseph Koshy | 2005-07-17 | 1 | -1/+1 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -1/+2 |
| * | sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c: | Joseph Koshy | 2005-07-09 | 1 | -13/+13 |
| * | MFP4: | Joseph Koshy | 2005-06-30 | 1 | -17/+20 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -884/+1265 |
| * | Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. | Joseph Koshy | 2005-05-01 | 1 | -140/+258 |
| * | Return the correct register number in the 'get_msr()' MD function. | Joseph Koshy | 2005-04-28 | 1 | -7/+24 |
| * | Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header | Marcel Moolenaar | 2005-04-20 | 1 | -2/+0 |
| * | Remove dead variable. | Joseph Koshy | 2005-04-20 | 1 | -3/+2 |
| * | Minimal changes to get this to compile with -DDEBUG defined as well | Warner Losh | 2005-04-19 | 1 | -1/+3 |
| * | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 1 | -0/+3671 |