git: start adding .Mt to email addresses in man pages

2013-07-21 Thread Sascha Wildner
commit c616d3786462c4bbb32602d276dfb62c4d97ef77 Author: Franco Fichtner fra...@lastsummer.de Date: Thu Jul 18 20:37:34 2013 +0200 start adding .Mt to email addresses in man pages This covers share/man/man[1579]. It also consolidates multiple lines into one, removes spurious

git: add .Mt to man pages in bin/ games/ sys/ tools/

2013-07-21 Thread Sascha Wildner
commit 0240e8a75dcc5b4a4e7f385c696bada2d41320db Author: Franco Fichtner fra...@lastsummer.de Date: Thu Jul 18 22:25:28 2013 +0200 add .Mt to man pages in bin/ games/ sys/ tools/ Summary of changes: bin/chio/chio.1 | 9 +++-- games/bs/bs.6

git: Remove some more unused externs.

2013-07-21 Thread Sascha Wildner
commit 398c074c665daad32e3f583cb34fc15574eb4ee0 Author: Sascha Wildner s...@online.de Date: Sun Jul 21 21:38:40 2013 +0200 Remove some more unused externs. Summary of changes: libexec/ypxfr/ypxfr_extern.h | 2 -- libexec/ypxfr/ypxfr_getmap.c | 2 --

git: kernel: Import unrhdr function family from FreeBSD

2013-07-21 Thread Francois Tigeot
commit c18a5ab76dce92a711349b564806eb7a7b132b25 Author: François Tigeot ftig...@wolfpond.org Date: Sun Jul 21 21:37:03 2013 +0200 kernel: Import unrhdr function family from FreeBSD Summary of changes: sys/conf/files | 1 + sys/kern/subr_unit.c | 783

git: kernel: Add DRIVER_MODULE_ORDERED macro

2013-07-21 Thread Francois Tigeot
commit ccd2b1c7dcf732bf05850343f78d0dad459439d1 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sun Jul 21 21:40:31 2013 +0200 kernel: Add DRIVER_MODULE_ORDERED macro Summary of changes: sys/sys/bus.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-)

git: kernel: add vm_page_unhold_pages()

2013-07-21 Thread Francois Tigeot
commit 3858d883b29c008634394b7bd5b20634572ef71b Author: François Tigeot ftig...@wolfpond.org Date: Sun Jul 21 21:41:28 2013 +0200 kernel: add vm_page_unhold_pages() Summary of changes: sys/vm/vm_page.h | 5 + 1 file changed, 5 insertions(+)

git: kernel: Implement copyin_nofault and copyout_nofault

2013-07-21 Thread Francois Tigeot
commit ad249be922133857c03f43f8107291e0ad4669f1 Author: François Tigeot ftig...@wolfpond.org Date: Sun Jul 7 19:24:55 2013 +0200 kernel: Implement copyin_nofault and copyout_nofault Inspired-from: FreeBSD Summary of changes: sys/kern/kern_subr.c | 24

git: kernel: Add PROC_LOCK and PROC_UNLOCK

2013-07-21 Thread Francois Tigeot
commit e912b9369a5dd45e860a62d8be988e729df23c32 Author: François Tigeot ftig...@wolfpond.org Date: Sun Jul 21 21:22:41 2013 +0200 kernel: Add PROC_LOCK and PROC_UNLOCK Inspired-from: FreeBSD Summary of changes: sys/sys/proc.h | 4 1 file changed, 4 insertions(+)