index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
hwpmc
/
hwpmc_mod.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-14
/
+14
*
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
*
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
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
1
-13
/
+13
*
MFP4:
jkoshy
2005-06-30
1
-17
/
+20
*
MFP4:
jkoshy
2005-06-09
1
-884
/
+1265
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-140
/
+258
*
Return the correct register number in the 'get_msr()' MD function.
jkoshy
2005-04-28
1
-7
/
+24
*
Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header
marcel
2005-04-20
1
-2
/
+0
*
Remove dead variable.
jkoshy
2005-04-20
1
-3
/
+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
1
-0
/
+3671