git: igb: Force status register reading in ifmedia status, if iface is not up

2013-07-31 Thread Sepherosa Ziehau
commit 7e8ecb3319b11bd77c3e48a9cc743287ded8fff6 Author: Sepherosa Ziehau Date: Thu Aug 1 11:00:47 2013 +0800 igb: Force status register reading in ifmedia status, if iface is not up Reported-by: dillon@ Summary of changes: sys/dev/netif/igb/if_igb.c | 2 ++ 1 file changed, 2 ins

git: kernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin

2013-07-31 Thread Matthew Dillon
commit a46b4a23d8980802ae39fb00397b19320968c4d6 Author: Matthew Dillon Date: Wed Jul 31 16:34:28 2013 -0700 kernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin * Add globals with machine-specific meanings. This allows us to operate with MONITOR/MWAIT and gain the same power

git: sh: Fix compilation for older DragonFly versions.

2013-07-31 Thread Peter Avalos
commit 39a1ee098a93d3f7b3a91dd03acf16a1883393d5 Author: Peter Avalos Date: Wed Jul 31 14:39:03 2013 -0700 sh: Fix compilation for older DragonFly versions. O_CLOEXEC and F_DUPFD_CLOEXEC were added in the past year, and since sh is a bootstrap tool, older versions of DragonFly

git: drm: consistently use drm_free()

2013-07-31 Thread Johannes Hofmann
commit 05fa4aa69732743b8c39762a8ba0d531859ed86f Author: Johannes Hofmann Date: Wed Jul 31 22:30:56 2013 +0200 drm: consistently use drm_free() Rename the drm specific kfree() wrapper to drm_free(), as free() is confusing. Summary of changes: sys/dev/drm2/drmP.h

git: drm: remove unused size parameter from drm_free

2013-07-31 Thread Johannes Hofmann
commit 9bde8791eebd7a48167988043ac8f3d3414305f6 Author: Johannes Hofmann Date: Wed Jul 31 22:09:37 2013 +0200 drm: remove unused size parameter from drm_free Summary of changes: sys/dev/drm2/drmP.h | 5 +++-- sys/dev/drm2/drm_sman.c | 17 - sys/dev/drm2/i91

git: test

2013-07-31 Thread Johannes Hofmann
commit 98d30a36fae07d8d26f9afcd296acebb6371b687 Author: Johannes Hofmann Date: Wed Jul 31 21:00:34 2013 +0200 test Summary of changes: test/test/test_jh | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/test/test_jh http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/98

git: test: Sync with FreeBSD.

2013-07-31 Thread Peter Avalos
commit d5d041ece235f50adad3e086550555d7201f43b9 Author: Peter Avalos Date: Tue Jul 30 21:07:10 2013 -0700 test: Sync with FreeBSD. * Add examples and non-standard primaries to the manual page. * Reduce code size of ops table. * Put some static keywords in the source code.

git: sh: Sync with FreeBSD

2013-07-31 Thread Peter Avalos
commit b1abb130dc3100539f3e1892b00b670204e945d6 Author: Peter Avalos Date: Tue Jul 30 19:47:45 2013 -0700 sh: Sync with FreeBSD * Recognize "--" and explicitly reject options in wait builtin. * Mention possible ambiguities with $(( and ((. * Write as much into the heredoc

git: kernel/drm2: Some build and warning fixes.

2013-07-31 Thread Sascha Wildner
commit 5f3dc7d423d8818b05d9d2fab81c4e2a429e9c88 Author: Sascha Wildner Date: Wed Jul 31 15:58:28 2013 +0200 kernel/drm2: Some build and warning fixes. Summary of changes: sys/dev/drm2/drm_gem_names.c | 4 ++-- sys/dev/drm2/drm_scatter.c | 7 --- sys/dev/drm2/drm_vm.c |

git: drm: Fix incorrect usage of taskqueue_thread

2013-07-31 Thread Francois Tigeot
commit a3b0d30fb43cea61dacff1be86937ff46fae3d28 Author: François Tigeot Date: Wed Jul 31 13:48:38 2013 +0200 drm: Fix incorrect usage of taskqueue_thread Replace invalid occurences by taskqueue_thread[mycpuid] Summary of changes: sys/dev/drm2/drm_crtc_helper.c | 12 ++--

git: getservent.3: Adjust getservent() prototype.

2013-07-31 Thread Sascha Wildner
commit 0969f1ab8129d32749294b7281da83236a6d93a9 Author: Sascha Wildner Date: Wed Jul 31 11:02:03 2013 +0200 getservent.3: Adjust getservent() prototype. Summary of changes: lib/libc/net/getservent.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) http://gitweb.dragonflybsd.org/d

git: i386: Partially revert 9e5e15787783090b6f8cc9f3dc990820c0d66248

2013-07-31 Thread Francois Tigeot
commit c295d47c1f7ff22be6f1bc543930ceffc1a86bbb Author: François Tigeot Date: Wed Jul 31 10:10:26 2013 +0200 i386: Partially revert 9e5e15787783090b6f8cc9f3dc990820c0d66248 * The new fake page handling changes were breaking assertions in the existing i386 pmap code.