git: drm: Replace drm_atomic.h by linux/atomic.h from FreeBSD's OFED stack

2013-11-03 Thread Francois Tigeot
commit 367cbdbbafb0b8580bd2a73c5202ea182be046a7 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 13:07:24 2013 +0100 drm: Replace drm_atomic.h by linux/atomic.h from FreeBSD's OFED stack Summary of changes: sys/dev/drm/drm_atomic.h | 85

git: drm: Improve linux/atomic.h

2013-11-03 Thread Francois Tigeot
commit 817355f9e710a328de68af41619258fdfa94a97f Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 13:41:31 2013 +0100 drm: Improve linux/atomic.h * Add an atomic64_t definition * Add back atomic_xchg() * Add atomic64_read() atomic64_xchg() and

git: drm: Import linux/bitops.h from the FreeBSD OFED stack

2013-11-03 Thread Francois Tigeot
commit a7aa8068760efbcac95e32a197808c26ee86762f Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 16:36:15 2013 +0100 drm: Import linux/bitops.h from the FreeBSD OFED stack Summary of changes: sys/dev/drm/include/drm/drmP.h | 1 + sys/dev/drm/include/linux/bitops.h |

git: drm: fix test_and_set_bit() prototype

2013-11-03 Thread Francois Tigeot
commit 81efc3b72bfb474544d3fe5a6cce4b0054b1e006 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 18:58:22 2013 +0100 drm: fix test_and_set_bit() prototype Summary of changes: sys/dev/drm/include/linux/bitops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: drm: Import linux/kernel.h from FreeBSD's OFED stack

2013-11-03 Thread Francois Tigeot
commit c4962bc9917836bb74e41f9b71d3ad279b7e5157 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 15:02:53 2013 +0100 drm: Import linux/kernel.h from FreeBSD's OFED stack Summary of changes: sys/dev/drm/include/drm/drmP.h | 3 +-

git: kref.h: Adapt to Linux 3.8's drm

2013-11-03 Thread Francois Tigeot
commit 32dbd5b5c19b875c943ba11acd45888ebc3c1002 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 15:36:46 2013 +0100 kref.h: Adapt to Linux 3.8's drm * Implement kref_sub() * The internal counter is used by the drm code, rename it to refcount * The

git: drm: Use Linux atomic types and functions

2013-11-03 Thread Francois Tigeot
commit e3b244c9b4374e242017030f7e07437db1921697 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 2 15:47:01 2013 +0100 drm: Use Linux atomic types and functions Opportunistically sync to Linux 3.8 when possible Summary of changes: sys/dev/drm/drm_context.c |

git: Fix two prototypes in stringlist.3 and rpc_svc_reg.3.

2013-11-03 Thread Sascha Wildner
commit e61e94168358636be4af032bf3bb5ab0c6ce206f Author: Sascha Wildner s...@online.de Date: Sun Nov 3 21:50:39 2013 +0100 Fix two prototypes in stringlist.3 and rpc_svc_reg.3. Summary of changes: lib/libc/gen/stringlist.3 | 2 +- lib/libc/rpc/rpc_svc_reg.3 | 2 +- 2 files changed, 2

git: Fix some more prototypes in manual pages.

2013-11-03 Thread Sascha Wildner
commit e74ec36cd5f59d3d4daaa3621feda3735b07ad97 Author: Sascha Wildner s...@online.de Date: Sun Nov 3 22:36:35 2013 +0100 Fix some more prototypes in manual pages. Summary of changes: lib/libc/sys/readlink.2| 6 +++--- share/man/man9/BUS_ADD_CHILD.9 | 4 ++--

git: pthread/sem_timedwait: sem_timedwait()'s timespec argument is const.

2013-11-03 Thread Sascha Wildner
commit a5c6fa83591dbf1e70eb3bd2af4be62e2020812f Author: Sascha Wildner s...@online.de Date: Sun Nov 3 23:00:28 2013 +0100 pthread/sem_timedwait: sem_timedwait()'s timespec argument is const. Summary of changes: lib/libpthread/sem_timedwait.3| 2 +- lib/libthread_xu/thread/thr_sem.c |