summaryrefslogtreecommitdiffstats
path: root/sys/hwpmc
Commit message (Collapse)AuthorAgeFilesLines
* Delete stale files post their move to "sys/dev/hwpmc/".jkoshy2005-04-286-7077/+0
|
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-206-12/+5
| | | | | | | | includes the MD header for us. Do not include <machine/specialreg.h> as it is not a header file that can be included from MI files. It is included from <machine/pmc_mdep.h> if so needed and possible. Ok'd: jkoshy@
* Remove dead variable.jkoshy2005-04-201-3/+2
|
* Remove unused variable that was horking up the LINT buildimp2005-04-191-5/+2
|
* Minimal changes to get this to compile with -DDEBUG defined as wellimp2005-04-191-1/+3
| | | | as hack a couple used before set warnings for LINT happiness.
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-196-0/+7086
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
OpenPOWER on IntegriCloud