git: drm2: add a drm_find_file_by_proc() implementation

2013-07-24 Thread Francois Tigeot
commit 7469e6c8ff7bfae995d3dfec12b0883d9da26fd6 Author: François Tigeot ftig...@wolfpond.org Date: Wed Jul 24 09:08:14 2013 +0200 drm2: add a drm_find_file_by_proc() implementation * Taken from the existing drm code in sys/dev/drm/ Summary of changes: sys/dev/drm2/drmP.h |

git: kernel: Document new taskqueue functions

2013-07-24 Thread Francois Tigeot
commit ba36e67453be7306660d4adb8561710b8138df69 Author: François Tigeot ftig...@wolfpond.org Date: Wed Jul 24 10:35:57 2013 +0200 kernel: Document new taskqueue functions Summary of changes: share/man/man9/Makefile| 4 +++ share/man/man9/taskqueue.9 | 63

git: resolve mandoc(1) warnings in bin/

2013-07-24 Thread Sascha Wildner
commit cd27fdd2a34fa9444921d7cd16693036071b5ed1 Author: Franco Fichtner fra...@lastsummer.de Date: Tue Jul 23 22:42:42 2013 +0200 resolve mandoc(1) warnings in bin/ Summary of changes: bin/expr/expr.1 | 2 +- bin/stty/stty.1 | 44

git: man4: use .Mt for emails (1/2)

2013-07-24 Thread Sascha Wildner
commit e18a87e3e42a0303e48a8cf40af7f21e606277f2 Author: Franco Fichtner fra...@lastsummer.de Date: Wed Jul 24 17:54:54 2013 +0200 man4: use .Mt for emails (1/2) Summary of changes: share/man/man4/ng_l2tp.4 | 3 +-- share/man/man4/ng_lmi.4| 3 +-- share/man/man4/ng_mppc.4

git: man4: use .Mt for emails (2/2)

2013-07-24 Thread Sascha Wildner
commit b2a6f486d003bab74d4d1f092305b989b004d42f Author: Franco Fichtner fra...@lastsummer.de Date: Wed Jul 24 22:00:40 2013 +0200 man4: use .Mt for emails (2/2) This concludes the efforts to consistently use .Mt for email addresses. It also sneaks in a couple of subtle

git: kernel: Remove some unused kmalloc types in drm/drm2 code.

2013-07-24 Thread Sascha Wildner
commit 6d6a80766ccb6c27388c1d0d0db443b0ecd0f2f2 Author: Sascha Wildner s...@online.de Date: Wed Jul 24 22:28:49 2013 +0200 kernel: Remove some unused kmalloc types in drm/drm2 code. OK'd: ftigeot Summary of changes: sys/dev/drm/drmP.h| 4 sys/dev/drm/drm_memory.c |