git: kernel: Add CLOCK_PROCESS_CPUTIME_ID

2013-05-21 Thread Francois Tigeot
commit cc8b3b0f8c3559c0f67d0d8acdd74ca16470167b Author: François Tigeot ftig...@wolfpond.org Date: Tue May 21 10:45:13 2013 +0200 kernel: Add CLOCK_PROCESS_CPUTIME_ID Summary of changes: sys/kern/kern_time.c | 2 ++ sys/sys/time.h | 1 + 2 files changed, 3 insertions(+)

git: kernel: Add CLOCK_PROCESS_CPUTIME_ID (part 2)

2013-05-21 Thread Francois Tigeot
commit 70d9f5104a8cac53fdb0e1618bcc30152efadc80 Author: François Tigeot ftig...@wolfpond.org Date: Tue May 21 11:38:45 2013 +0200 kernel: Add CLOCK_PROCESS_CPUTIME_ID (part 2) Summary of changes: include/time.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

git: sili(4): Maximum I/O size is 256KB

2013-05-21 Thread Francois Tigeot
commit f606d6ecfa910a1fcad9e8a11550b305fd07c974 Author: François Tigeot ftig...@wolfpond.org Date: Sat May 4 11:00:55 2013 +0200 sili(4): Maximum I/O size is 256KB Summary of changes: sys/dev/disk/sili/sili.h | 11 ++- sys/dev/disk/sili/sili_cam.c | 1 + 2 files changed, 7

git: intr: Fix comment

2013-05-21 Thread Sepherosa Ziehau
commit 4b19a4d1bbf81200274d852271b602a376da9018 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Wed May 22 09:24:37 2013 +0800 intr: Fix comment Reported-by: haesba...@haesbaert.org Summary of changes: sys/kern/kern_intr.c | 13 ++--- 1 file changed, 6

git: tpm(4): Fix building with TPM_DEBUG.

2013-05-21 Thread Sascha Wildner
commit c0a87e87a3fcb6a663dd12401bda1954712bc590 Author: Sascha Wildner s...@online.de Date: Wed May 22 04:30:33 2013 +0200 tpm(4): Fix building with TPM_DEBUG. Summary of changes: sys/dev/crypto/tpm/tpm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)

git: sys/cdefs.h: Add compatibility macros for C11's _Noreturn.

2013-05-21 Thread Sascha Wildner
commit c3e32db947bdbd366b7d98cf11a55763834c72d2 Author: Sascha Wildner s...@online.de Date: Wed May 22 06:52:08 2013 +0200 sys/cdefs.h: Add compatibility macros for C11's _Noreturn. Taken-from: FreeBSD Summary of changes: sys/sys/cdefs.h | 14 ++ 1 file changed, 14

git: stdlib.h: Use _Noreturn for C11's quick_exit().

2013-05-21 Thread Sascha Wildner
commit 1e6da6a605b1132cac9be71336d5d836d141c396 Author: Sascha Wildner s...@online.de Date: Wed May 22 06:53:17 2013 +0200 stdlib.h: Use _Noreturn for C11's quick_exit(). Taken-from: FreeBSD Summary of changes: include/stdlib.h | 3 ++- 1 file changed, 2 insertions(+), 1