git: kernel: Revert the callout_stop_sync() changes in the wlan stack.

2014-02-08 Thread Sascha Wildner
commit 6adf176927a50b532bad182693be9d9945f96202 Author: Sascha Wildner s...@online.de Date: Sat Feb 8 09:32:24 2014 +0100 kernel: Revert the callout_stop_sync() changes in the wlan stack. Our locking is quite different here and it could cause a deadlock with

git: perfbias: Implement Intel performance-energy hint support

2014-02-08 Thread Sepherosa Ziehau
commit 73e10c03da7b1b0364d1889cf2ac2231f26ee9a8 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Feb 7 21:16:59 2014 +0800 perfbias: Implement Intel performance-energy hint support This hint is set on per-logical CPU. 0 delivers highest performance; 15 maximizes

git: drm/drm_bufs.c: Reduce differences with Linux

2014-02-08 Thread Francois Tigeot
commit df4baf3d69dedad22d8e33bb9e3c391e5917e64e Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 7 10:56:02 2014 +0100 drm/drm_bufs.c: Reduce differences with Linux Make sure functions have the same prototypes and top of body comments as their corresponding

git: drm: Move drm_open() and drm_firstopen() to drm_fops.c

2014-02-08 Thread Francois Tigeot
commit 3260c0679bd705a22fab52c0a33baf7e75618f02 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 7 19:15:33 2014 +0100 drm: Move drm_open() and drm_firstopen() to drm_fops.c * That's where they are located on Linux * Also rename drm_firstopen() to drm_setup()

git: drm: Implement mutex_is_locked()

2014-02-08 Thread Francois Tigeot
commit 2581d4aac1e12423eb999d72469b5431d44e83b7 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 8 10:06:54 2014 +0100 drm: Implement mutex_is_locked() Summary of changes: sys/dev/drm/include/linux/{i2c.h = mutex.h} | 12 ++-- 1 file changed, 6 insertions(+), 6

git: drm: Implement and use drm_send_vblank_event()

2014-02-08 Thread Francois Tigeot
commit 23e16760863c3e898132f395027b352fb4d128b1 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 8 11:37:10 2014 +0100 drm: Implement and use drm_send_vblank_event() Summary of changes: sys/dev/drm/drm_irq.c| 79

git: fetch.1: Use .Mt for email address.

2014-02-08 Thread Sascha Wildner
commit bb94fedab1d53316fabcd0935caa5b4381991ada Author: Sascha Wildner s...@online.de Date: Sat Feb 8 16:56:24 2014 +0100 fetch.1: Use .Mt for email address. Summary of changes: usr.bin/fetch/fetch.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: Add missing newlines at EOF in a couple of files.

2014-02-08 Thread Sascha Wildner
commit 04da36b5dc855c37898f5d2a419b6b246ab3e8ce Author: Sascha Wildner s...@online.de Date: Sat Feb 8 17:38:54 2014 +0100 Add missing newlines at EOF in a couple of files. Summary of changes: contrib/flex/README.DRAGONFLY | 2 +- gnu/usr.bin/texinfo/Makefile.inc| 2 +-

git: vendor/EE created Import ee 1.5.2

2014-02-08 Thread Sascha Wildner
at 7556134a19529e5b109946b8af96e40268175518 (commit) -- DragonFly BSD source repository

git: ee(1): Switch over to ee 1.5.2

2014-02-08 Thread Sascha Wildner
commit db8e7f1815de79613e72683cf0644f846e6c0b7e Author: Sascha Wildner s...@online.de Date: Sun Feb 9 06:27:41 2014 +0100 ee(1): Switch over to ee 1.5.2 Taken-from: FreeBSD Summary of changes: contrib/ee/ee.1 |6 +- contrib/ee/ee.c

git: tools/diag: Remove FreeBSD specific 'ac' script.

2014-02-08 Thread Sascha Wildner
commit 851cd9177b7eb09921c387702983d3200f0cc718 Author: Sascha Wildner s...@online.de Date: Sun Feb 9 06:44:09 2014 +0100 tools/diag: Remove FreeBSD specific 'ac' script. Summary of changes: tools/diag/README | 2 -- tools/diag/ac/ac | 26 -- 2 files changed, 28