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

2020-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 3 05:56:26 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/aarch64/aarch64/aarch64_machdep.c Please

CVS commit: src/usr.bin/make

2020-10-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 2 22:20:25 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): use hash table for looking up open directories by name As long as there are less than 20 open directories, it's perfectly fine to use a

CVS commit: src/usr.bin/make/unit-tests

2020-10-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 2 20:48:37 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-l-name-to-value.mk Log Message: make(1): add test for repeating the :L variable modifier To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src

2020-10-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 2 20:34:59 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile varmod-ifelse.mk Added Files: src/usr.bin/make/unit-tests: directive-export-gmake.exp

CVS commit: src/usr.bin/make/unit-tests

2020-10-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 2 18:46:54 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-dot-path.mk Log Message: make(1): add test for the special .PATH target and variable To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/make

2020-10-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 2 17:42:33 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): in ApplyModifier_To, update pp in each branch Before, the parsing position was updated once at the beginning, which didn't make sense.

CVS commit: src/bin/csh

2020-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 2 17:33:14 UTC 2020 Modified Files: src/bin/csh: lex.c Log Message: undo previous for 'r' and 'e' modifiers; they should no go further than the last '/'. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/etc/etc.evbarm

2020-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 2 17:27:12 UTC 2020 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Build arm64.img for aarch64eb with a LE FFS, and include GENERIC64 in release builds. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/fdt

2020-10-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 2 14:59:56 UTC 2020 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: Revert rev 1.5: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/fdt/dw_apb_uart.c#rev1.5 The device is capable to recognize break signal

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2020-10-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Oct 2 14:36:54 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux_libcdep.cc Log Message: Do not assume that _lwp_getprivate() returns unbiased private pointer

CVS commit: xsrc/external/mit

2020-10-02 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Fri Oct 2 13:45:07 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: Slightly nicer default colors for various X11 apps To generate a diff of

CVS commit: src/external/mit/xorg/bin/xterm

2020-10-02 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Oct 2 13:08:07 UTC 2020 Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: xterm: Enable SIXEL graphics support. could also enable REGIS, it will require -lm and i suppose isn't a default upstream yet(?)

CVS commit: xsrc/external/mit/xdm/dist/config

2020-10-02 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Fri Oct 2 07:33:47 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in Log Message: remove redundant $ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xdm/dist/config/Xsession.in