summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmccontrol
Commit message (Expand)AuthorAgeFilesLines
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-5/+2
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| | \
| *-. \ Sync from headsjg2012-11-041-11/+2
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / | |/| |
* | | | pmccontrol(8): Replace malloc() + memset() with calloc()pfg2015-02-221-3/+1
* | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
| |/ |/|
* | More -Wmissing-variable-declarations fixes.ed2012-10-191-11/+2
|/
* In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about formatdim2011-12-171-2/+2
* Improve the chances of matching an outputted string with the line of code.obrien2011-11-151-7/+10
* Fix logical_cpus_mask retrieving by using, correctly, cpuset_t.attilio2011-07-151-6/+13
* pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctlavg2011-07-151-21/+1
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* Avoid breaking strict-aliasing.attilio2011-05-101-1/+3
* Fix breakage.attilio2011-05-061-1/+1
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-8/+13
* Add code to print the number and type of the CPU that is present ingnn2010-10-111-0/+4
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* Ignore absent CPUs when listing the current state of PMC hardware.jkoshy2008-11-161-1/+4
* - Document the changed meaning of a '*' argument to option "-c".jkoshy2008-11-091-7/+7
* Change the meaning of a "*" argument to option -c to mean 'alljkoshy2008-11-091-7/+21
* Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode.jkoshy2006-02-271-1/+1
* The 'intr_bufferfull' driver statistic actually counts the numberjkoshy2005-09-291-1/+1
* Tidy up the markup, fixed the HISTORY section (1).ru2005-06-241-28/+23
* Sync the usage message with the code.jkoshy2005-06-241-0/+1
* MFP4:jkoshy2005-06-091-10/+13
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-1/+1
* Remove superfluous CFLAGS lines. Use the conditional '?=' constructjkoshy2005-04-191-3/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-193-0/+625
OpenPOWER on IntegriCloud