git: drm: Define BITS_PER_LONG

2013-10-13 Thread Francois Tigeot
commit 7a246dd9f3285b1955a0c85d9f0e440b001eb941 Author: Jean-Sébastien Pédron jean-sebastien.ped...@dumbbell.fr Date: Sat Sep 7 11:43:36 2013 +0200 drm: Define BITS_PER_LONG At the same time, rename a macro of the same name in drm_atomic.h. They both have the same meaning

git: drm: Add a local implementation of linux/hash.h

2013-10-13 Thread Francois Tigeot
commit 2faa6cdc3a64af67545b28d1d3f15ced1e50fb25 Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 13 16:47:04 2013 +0200 drm: Add a local implementation of linux/hash.h * Implement hash_long() as a wrapper on top of the existing hash32_buf() function Summary of

git: drm: Add a local implementation of linux/export.h

2013-10-13 Thread Francois Tigeot
commit 01b023e3f0af7cfbfd6f9255d51737dcb407b02e Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 13 16:59:38 2013 +0200 drm: Add a local implementation of linux/export.h * The Linux drm files often contain EXPORT_SYMBOL() macros * We don't /need/ them but

git: drm: Replace drm_linux_list.h by linux/list.h ...

2013-10-13 Thread Francois Tigeot
commit 2c13605e1957ab035f8c4b125bf10f4a85bc8d97 Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 13 18:31:44 2013 +0200 drm: Replace drm_linux_list.h by linux/list.h ... ... from FreeBSD's OFED stack * Keep a few missing functions and macros Summary of

git: drm: Add linux/compiler.h from the FreeBSD OFED stack

2013-10-13 Thread Francois Tigeot
commit 630a18546512a7bee34aac3fbc726a7594c22e5a Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 13 18:34:29 2013 +0200 drm: Add linux/compiler.h from the FreeBSD OFED stack Summary of changes: sys/dev/drm/include/linux/{kref.h = compiler.h} | 61 +---

git: drm: Rename DRM_LIST_HEAD to LINUX_LIST_HEAD

2013-10-13 Thread Francois Tigeot
commit 28828b8938bec0a09c6b803e9049459fa1eeac5d Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 13 19:35:51 2013 +0200 drm: Rename DRM_LIST_HEAD to LINUX_LIST_HEAD It is supposed to be the well-known Linux LIST_HEAD() macro after all Summary of changes:

git: drm: Add hlist RCU macros

2013-10-13 Thread Francois Tigeot
commit b6c4d0136acb6b03dc2dad3411b12ba9837bcc55 Author: François Tigeot ftig...@wolfpond.org Date: Sun Oct 13 18:36:42 2013 +0200 drm: Add hlist RCU macros Summary of changes: sys/dev/drm/include/linux/list.h | 9 + 1 file changed, 9 insertions(+)

git: pkill/pwait: tweak manuals

2013-10-13 Thread Franco Fichtner
commit 5f0cb5a00cb1a3fba89c93899a76e9ebd67e867d Author: Franco Fichtner fra...@lastsummer.de Date: Mon Oct 14 01:20:55 2013 +0200 pkill/pwait: tweak manuals Summary of changes: usr.bin/pkill/pkill.1 | 5 +++-- usr.bin/pwait/pwait.1 | 18 +- 2 files changed, 12