git: OpenLIBM math.h: change __XPG_VISIBLE = __XSI_VISIBLE

2015-07-13 Thread John Marino
commit 68c3dbac0e4bdfb2146da07d438edcf7dff1130e Author: John Marino dr...@marino.st Date: Mon Jul 13 14:23:25 2015 +0200 OpenLIBM math.h: change __XPG_VISIBLE = __XSI_VISIBLE OpenBSD uses a different macro definition X/Open portability spec, so rename it (__XPG_VISIBLE) to the

git: OpenLIBM local mod: change another __fpclassify = __fpclassifyd

2015-07-13 Thread John Marino
commit 2fa870f10756de1ef7505e39a4dc51e9ce5be725 Author: John Marino dr...@marino.st Date: Mon Jul 13 12:03:48 2015 +0200 OpenLIBM local mod: change another __fpclassify = __fpclassifyd To avoid creating a new symbol, the original __fpclassifyd name was retained, but I missed

git: ipiq: Add simple IPI latency measure sysctls (2)

2015-07-13 Thread Matthew Dillon
commit 2c08e36088f5b79e1e1998ef59257e5986face0a Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Jul 13 19:26:36 2015 -0700 ipiq: Add simple IPI latency measure sysctls (2) * Add /usr/src/test/sysperf/ipitest test script. * Make adjustments to the sysctl

git: annotated tag v4.2.2 created

2015-07-13 Thread Justin C. Sherrill
at fac046bcbefda31b2112a6da53fb008de5ea834f (tag) tagging 68c3dbac0e4bdfb2146da07d438edcf7dff1130e (commit) replaces v4.3.0 tagged by Justin C. Sherrill on Mon Jul 13 19:55:40 2015 -0400 DragonFly 4.2.2 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: annotated tag v4.2.2 created

2015-07-13 Thread Justin C. Sherrill
at 009b869818b8e8859abe9d36f1831167863288ec (tag) tagging 3d88cc7897f143cdab626afabf155211959e96b5 (commit) replaces v4.2.1 tagged by Justin C. Sherrill on Mon Jul 13 20:02:19 2015 -0400 DragonFly 4.2.2 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: annotated tag v4.2.3 created

2015-07-13 Thread Justin C. Sherrill
at b945b36664dd06eff1a5062f37d9522d70fb5a5b (tag) tagging 3d88cc7897f143cdab626afabf155211959e96b5 (commit) replaces v4.2.1 tagged by Justin C. Sherrill on Mon Jul 13 20:09:47 2015 -0400 DragonFly 4.2.3 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: annotated tag v4.2.2 created

2015-07-13 Thread Justin C. Sherrill
at 009b869818b8e8859abe9d36f1831167863288ec (tag) tagging 3d88cc7897f143cdab626afabf155211959e96b5 (commit) replaces v4.2.1 tagged by Justin C. Sherrill on Mon Jul 13 20:02:19 2015 -0400 DragonFly 4.2.2 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: ipiq: Add simple IPI latency measure sysctls

2015-07-13 Thread Sepherosa Ziehau
commit ceb6fcadc33d5a929d7aa293d073836ddedbce89 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Mon Jul 13 23:29:51 2015 +0800 ipiq: Add simple IPI latency measure sysctls It could be used to measure latency caused by power management stuffs. Summary of changes:

git: xlocale: remove const qualifier from __xlocale_C_ctype

2015-07-13 Thread John Marino
commit 52dc78afb0be840e1cfa89332d99f672d3c54836 Author: John Marino dr...@marino.st Date: Mon Jul 13 08:20:03 2015 +0200 xlocale: remove const qualifier from __xlocale_C_ctype It contains a reference count that is modified by newlocale, duplocale, freelocale.