CVS commit: src/tests/lib/libm

2017-09-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 3 13:29:55 UTC 2017 Modified Files: src/tests/lib/libm: t_round.c Log Message: Use a global double to stop GCC from optimizing the test away Better diagnostic messages More familiar test for 'even number' To generate a

CVS commit: src/sys/arch/arm/sunxi

2017-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 3 13:59:17 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: Add 'console=fb' cmdline support. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libm

2017-09-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 3 13:29:55 UTC 2017 Modified Files: src/tests/lib/libm: t_round.c Log Message: Use a global double to stop GCC from optimizing the test away Better diagnostic messages More familiar test for 'even number' To generate a

CVS commit: src/tests/lib/libm

2017-09-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 3 13:41:19 UTC 2017 Modified Files: src/tests/lib/libm: t_round.c Log Message: Fix verb form. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_round.c Please note that diffs are not public

CVS commit: src/tests/lib/libm

2017-09-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 3 13:41:19 UTC 2017 Modified Files: src/tests/lib/libm: t_round.c Log Message: Fix verb form. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_round.c Please note that diffs are not public

CVS commit: src/sys/arch/arm/sunxi

2017-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 3 13:59:17 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: Add 'console=fb' cmdline support. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/x86/x86

2017-09-03 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Sep 3 06:24:49 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Remove redundant static function declaration To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/arch/x86/x86/intr.c

CVS commit: src/sys/arch/x86/x86

2017-09-03 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Sep 3 06:24:49 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Remove redundant static function declaration To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/arch/x86/x86/intr.c

CVS commit: src/sys/arch/amd64

2017-09-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 3 08:52:18 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S trap.c src/sys/arch/amd64/conf: ALL Log Message: Remove useless debug code, and split trap() into smaller functions, easier to understand.

CVS commit: src/sys/arch/amd64

2017-09-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 3 08:52:18 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S trap.c src/sys/arch/amd64/conf: ALL Log Message: Remove useless debug code, and split trap() into smaller functions, easier to understand.

CVS commit: src/sys/arch/amd64/amd64

2017-09-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 3 09:01:03 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Treat page faults from iretq/etc as fatal, otherwise we could hide kernel stack bugs. Note that it would be good to call check_swapgs from

CVS commit: src/sys/arch/amd64/amd64

2017-09-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 3 09:01:03 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Treat page faults from iretq/etc as fatal, otherwise we could hide kernel stack bugs. Note that it would be good to call check_swapgs from

CVS commit: src/sys/arch/amd64/amd64

2017-09-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 3 09:19:51 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Declare onfault_restore, and be stricter with SMEP. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

CVS commit: src/sys/arch/amd64/amd64

2017-09-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 3 09:19:51 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Declare onfault_restore, and be stricter with SMEP. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

CVS commit: src/sys/dev/bluetooth

2017-09-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Sep 3 23:11:19 UTC 2017 Modified Files: src/sys/dev/bluetooth: bth5.c bth5.h Log Message: Remove references to BlueCore. Enable XON/XOFF flowcontrol in SLIP layer depending on config response. Send an acknowlegment packet on

CVS commit: src/usr.sbin/btattach

2017-09-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Sep 3 22:54:12 UTC 2017 Modified Files: src/usr.sbin/btattach: init_bcm43xx.c Log Message: Fix copyright error. Ok plunky@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/btattach/init_bcm43xx.c

CVS commit: src/usr.sbin/btattach

2017-09-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Sep 3 22:54:12 UTC 2017 Modified Files: src/usr.sbin/btattach: init_bcm43xx.c Log Message: Fix copyright error. Ok plunky@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/btattach/init_bcm43xx.c

CVS commit: src/sys/dev/bluetooth

2017-09-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Sep 3 23:11:19 UTC 2017 Modified Files: src/sys/dev/bluetooth: bth5.c bth5.h Log Message: Remove references to BlueCore. Enable XON/XOFF flowcontrol in SLIP layer depending on config response. Send an acknowlegment packet on