aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmccontrol
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-11/+2
* In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about formatDimitry Andric2011-12-171-2/+2
* Improve the chances of matching an outputted string with the line of code.David E. O'Brien2011-11-151-7/+10
* Fix logical_cpus_mask retrieving by using, correctly, cpuset_t.Attilio Rao2011-07-151-6/+13
* pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctlAndriy Gapon2011-07-151-21/+1
* Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao2011-05-271-1/+1
* Avoid breaking strict-aliasing.Attilio Rao2011-05-101-1/+3
* Fix breakage.Attilio Rao2011-05-061-1/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-8/+13
* Add code to print the number and type of the CPU that is present inGeorge V. Neville-Neil2010-10-111-0/+4
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Ignore absent CPUs when listing the current state of PMC hardware.Joseph Koshy2008-11-161-1/+4
* - Document the changed meaning of a '*' argument to option "-c".Joseph Koshy2008-11-091-7/+7
* Change the meaning of a "*" argument to option -c to mean 'allJoseph Koshy2008-11-091-7/+21
* Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode.Joseph Koshy2006-02-271-1/+1
* The 'intr_bufferfull' driver statistic actually counts the numberJoseph Koshy2005-09-291-1/+1
* Tidy up the markup, fixed the HISTORY section (1).Ruslan Ermilov2005-06-241-28/+23
* Sync the usage message with the code.Joseph Koshy2005-06-241-0/+1
* MFP4:Joseph Koshy2005-06-091-10/+13
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-1/+1
* Remove superfluous CFLAGS lines. Use the conditional '?=' constructJoseph Koshy2005-04-191-3/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-193-0/+625