git: Clean up some more signal handlers in various places.

2015-05-09 Thread Sascha Wildner
commit a8718c1450be85caa410b3a4cb3d98706d04f20c Author: Sascha Wildner Date: Sun May 10 07:07:12 2015 +0200 Clean up some more signal handlers in various places. Summary of changes: games/atc/extern.h | 6 +-- games/atc/graphics.c | 3 +- games/atc

git: sail(6): Clean up some signal handlers.

2015-05-09 Thread Sascha Wildner
commit 3d8e6759bec92edc4aec22c5d43f24fd77a58fef Author: Sascha Wildner Date: Sun May 10 05:29:17 2015 +0200 sail(6): Clean up some signal handlers. Summary of changes: games/sail/externs.h | 4 ++-- games/sail/pl_1.c| 6 +++--- games/sail/pl_main.c | 7 +++ 3 files changed, 8 ins

git: Stop using 'union wait' for the status of wait*() in a few places.

2015-05-09 Thread Sascha Wildner
commit 5d3406f7f83f388514bb8e68b60656e0e42dcb7d Author: Sascha Wildner Date: Sun May 10 04:21:02 2015 +0200 Stop using 'union wait' for the status of wait*() in a few places. It is deprecated old 4.3BSD compatibility stuff and will soon go away. Summary of changes: games/cribbag

git: drm: less verbose prints with DRM_DEBUG option

2015-05-09 Thread Francois Tigeot
commit 64fe151614e2ac70e6bb0461ff92198cbb1e90f8 Author: zrj Date: Sat May 9 13:07:07 2015 +0300 drm: less verbose prints with DRM_DEBUG option Old behaviour can be used with 'options DRM_DEBUG=2' Summary of changes: sys/dev/drm/drm_drv.c | 15 ++- sys/dev/dr

git: drm: Start using kcalloc()

2015-05-09 Thread Francois Tigeot
commit 22ee5efbe5a1b65e768cc7694e1a4687024becc8 Author: François Tigeot Date: Sat May 9 10:54:30 2015 +0200 drm: Start using kcalloc() Reducing differences with Linux and fixing a few bugs where allocated memory was not properly zeroed. Summary of changes: sys/dev/drm/drm_e

git: drm: Implement kcalloc()

2015-05-09 Thread Francois Tigeot
commit 29f241cf967b9e4a92438cff1d5e8a78248da2f9 Author: François Tigeot Date: Sat May 9 10:26:29 2015 +0200 drm: Implement kcalloc() Summary of changes: sys/dev/drm/include/linux/slab.h | 3 +++ sys/dev/drm/include/linux/types.h | 3 +++ 2 files changed, 6 insertions(+) http://gitweb.