CVS commit: src/sbin/wsconsctl

2018-11-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Nov 23 06:31:57 UTC 2018 Modified Files: src/sbin/wsconsctl: keyboard.c util.c wsconsctl.c wsconsctl.h Log Message: When merging entries with the keyboard map, print only the resulting changes. While here, replace bcopy

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 23:37:31 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: Drop a few redundant casts of a variable to its own type. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 23:29:09 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: Move getattrs() and wcolor_set() so that they are with their peers and so that wide and non-wide functions are in the same order. While here,

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 22:16:45 UTC 2018 Modified Files: src/lib/libcurses: add_wch.c add_wchstr.c addwstr.c cchar.c echo_wchar.c get_wch.c get_wstr.c in_wch.c in_wchstr.c ins_wch.c ins_wstr.c inwstr.c Log Message: Drop

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 22:00:49 UTC 2018 Modified Files: src/lib/libcurses: Makefile Log Message: We need insstr.c for !HAVE_WCHAR too. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/lib/libcurses/Makefile Please note that

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

2018-11-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 22 21:28:21 UTC 2018 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/arm/arm32/cpuswitch.S Please note that

CVS commit: src/distrib/utils/embedded

2018-11-22 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Thu Nov 22 21:11:37 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: armv7.conf src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Make armv7.img boot on the DE0 Nano SoC. Requires u-boot from

CVS commit: src/sys/arch

2018-11-22 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Thu Nov 22 21:08:19 UTC 2018 Modified Files: src/sys/arch/arm/altera: files.altera src/sys/arch/arm/cortex: a9tmr.c src/sys/arch/evbarm/conf: GENERIC files.generic Removed Files: src/sys/arch/evbarm/conf:

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

2018-11-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 22 20:47:38 UTC 2018 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: use correct interrupt index fixes intrctl list from jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libpthread/arch/arm

2018-11-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 22 20:38:59 UTC 2018 Modified Files: src/lib/libpthread/arch/arm: pthread_md.h Log Message: G/C __APCS_26__ support To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libpthread/arch/arm/pthread_md.h

CVS commit: src/libexec/httpd

2018-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Nov 22 18:42:06 UTC 2018 Modified Files: src/libexec/httpd: cgi-bozo.c Log Message: add an assert() check on array bounds. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/libexec/httpd/cgi-bozo.c Please note

CVS commit: src/libexec/httpd

2018-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Nov 22 18:21:59 UTC 2018 Modified Files: src/libexec/httpd: main.c Log Message: alpha sort the option switch. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/libexec/httpd/main.c Please note that diffs are

CVS commit: src/sys/dev

2018-11-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 22 15:09:46 UTC 2018 Modified Files: src/sys/dev/mii: inbmphyreg.h src/sys/dev/pci: if_wm.c Log Message: - Add wm_k1_workaround_lv() from FreeBSD. It's PCH2 specifc: Workaround to set the K1 beacon duration

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

2018-11-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 22 15:06:00 UTC 2018 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: Apply MADT interrupt source overrides to interrupts established via acpi_md_intr_establish. To generate a diff of this commit:

CVS commit: src/sys/arch/evbarm/conf

2018-11-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 22 13:47:37 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: std.tegra Log Message: build fix until someone is brave enough to remove this kernel To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/libexec/httpd

2018-11-22 Thread matthew green
t; #endif #ifndef SERVER_SOFTWARE -#define SERVER_SOFTWARE "bozohttpd/20181121" +#define SERVER_SOFTWARE "bozohttpd/20181122" #endif #ifndef PUBLIC_HTML @@ -169,6 +169,21 @@ #define LOG_FTP LOG_DAEMON #endif +/* + * List of special file that we should never serve. + *

CVS commit: src/lib/libc/arch/aarch64/sys

2018-11-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Nov 22 08:30:58 UTC 2018 Modified Files: src/lib/libc/arch/aarch64/sys: __clone.S Log Message: fix condition code. x1==0 is parent. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2