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

2013-07-31 Thread Sascha Wildner
commit 0969f1ab8129d32749294b7281da83236a6d93a9 Author: Sascha Wildner s...@online.de 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(-)

git: drm: Fix incorrect usage of taskqueue_thread

2013-07-31 Thread Francois Tigeot
commit a3b0d30fb43cea61dacff1be86937ff46fae3d28 Author: François Tigeot ftig...@wolfpond.org 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:

git: sh: Sync with FreeBSD

2013-07-31 Thread Peter Avalos
commit b1abb130dc3100539f3e1892b00b670204e945d6 Author: Peter Avalos pava...@dragonflybsd.org 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

git: test: Sync with FreeBSD.

2013-07-31 Thread Peter Avalos
commit d5d041ece235f50adad3e086550555d7201f43b9 Author: Peter Avalos pava...@dragonflybsd.org 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

git: test

2013-07-31 Thread Johannes Hofmann
commit 98d30a36fae07d8d26f9afcd296acebb6371b687 Author: Johannes Hofmann johannes.hofm...@gmx.de 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

git: drm: remove unused size parameter from drm_free

2013-07-31 Thread Johannes Hofmann
commit 9bde8791eebd7a48167988043ac8f3d3414305f6 Author: Johannes Hofmann johannes.hofm...@gmx.de 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

git: sh: Fix compilation for older DragonFly versions.

2013-07-31 Thread Peter Avalos
commit 39a1ee098a93d3f7b3a91dd03acf16a1883393d5 Author: Peter Avalos pava...@dragonflybsd.org 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,

git: kernel - Add hw.cpu_mwait_haltand hw.cpu_mwait_spin

2013-07-31 Thread Matthew Dillon
commit a46b4a23d8980802ae39fb00397b19320968c4d6 Author: Matthew Dillon dil...@apollo.backplane.com 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

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 se...@dragonflybsd.org 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 ++