CVS commit: src/sys/netipsec

2017-09-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 19 02:44:14 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c Log Message: Share a global dummy SP between PCBs It's never be changed so it can be pre-allocated and shared safely between PCBs. To generate a diff of

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

2017-09-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 19 01:22:14 UTC 2017 Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c Log Message: Remove unused macro To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/acpi/acpi_wakeup.c Please note

CVS commit: src/sys/arch/powerpc/include

2017-09-18 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Sep 18 23:21:15 UTC 2017 Modified Files: src/sys/arch/powerpc/include: fenv.h Log Message: Fixed feholdexcept() by copying the actual contents of FPSCR to the fenv_t instead of a double precision floating point representation of

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

2017-09-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 18 16:58:04 UTC 2017 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Add support for arm,arm1176jzf-s To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/fdt/cpu_fdt.c Please

CVS commit: src/distrib

2017-09-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Sep 18 14:42:16 UTC 2017 Modified Files: src/distrib/amd64/installimage: Makefile src/distrib/amd64/uefi-installimage: Makefile src/distrib/i386/installimage: Makefile Log Message: Bump install image sizes.

CVS commit: src/sys/kern

2017-09-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 18 13:22:56 UTC 2017 Modified Files: src/sys/kern: subr_extent.c Log Message: Initialize ex_lock and ex_cv only in the not-EX_EARLY case. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/lib/libcurses

2017-09-18 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Sep 18 10:18:13 UTC 2017 Modified Files: src/lib/libcurses: newwin.c Log Message: Allow a subwindow to contain another subwindow. This reverts r1.37 and allows wip/rtv to work better. To generate a diff of this commit: cvs

CVS commit: src/lib/libcurses

2017-09-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 18 08:49:20 UTC 2017 Modified Files: src/lib/libcurses: curses_tty.3 Log Message: Use Dv for non-errno return values (instead of Er). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libc/gen

2017-09-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 18 08:48:23 UTC 2017 Modified Files: src/lib/libc/gen: exec.3 Log Message: Remove superfluous Tn. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/exec.3 Please note that diffs are not public