CVS commit: src/usr.bin/make

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 08:21:37 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): flatten #ifdef in InitVarMachineArch Without proper indentation, that chain of nested #ifndef directives was really hard to read. To ge

CVS commit: src/external/ofl

2020-11-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Nov 13 08:33:07 UTC 2020 Modified Files: src/external/ofl: Makefile Log Message: add rcsid, make font conditional on MKX11. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/ofl/Makefile Please note tha

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

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 08:35:34 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-else.mk Log Message: make(1): add more tests for parsing .else with argument To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr

CVS commit: src/usr.bin/make

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 09:01:59 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: directive-else.exp directive-else.mk objdir-writable.mk Log Message: make(1): in lint mode, check for ".else "

CVS commit: src/lib/libossaudio

2020-11-13 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Nov 13 09:02:39 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio(3): Clone some useful behaviour from the Solaris kernel Both SNDCTL_DSP_SPEED and SNDCTL_DSP_CHANNELS support a special value 0 to "q

CVS commit: src/external/ofl

2020-11-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Nov 13 09:56:53 UTC 2020 Modified Files: src/external/ofl: Makefile Log Message: Needs bsd.own.mk for MKX11. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/ofl/Makefile Please note that diffs are not

CVS commit: src/distrib/sets/lists/tests

2020-11-13 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Nov 13 17:19:06 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add new make unit-test To generate a diff of this commit: cvs rdiff -u -r1.967 -r1.968 src/distrib/sets/lists/tests/mi Please note that dif

CVS commit: src/usr.sbin/sysinst

2020-11-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 13 17:39:06 UTC 2020 Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: Disable all entropy checks for now untill consensus has been found how to properly deal with it. To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k

2020-11-13 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Fri Nov 13 17:45:05 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: X68kConfig Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/x

CVS commit: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k

2020-11-13 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Fri Nov 13 17:49:57 UTC 2020 Modified Files: xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k: X68kConfig Log Message: Sync with xorg-server: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.

CVS commit: src/usr.bin/make

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Nov 13 19:45:24 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up preprocessor macros in InitVarMachine To generate a diff of this commit: cvs rdiff -u -r1.457 -r1.458 src/usr.bin/make/main.c

CVS commit: src/sys/arch/algor

2020-11-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 14 02:23:04 UTC 2020 Modified Files: src/sys/arch/algor/algor: algor_p4032_intr.c algor_p5064_intr.c algor_p6032_intr.c src/sys/arch/algor/pci: pcib.c Log Message: malloc(9) -> kmem(9) To generate a

CVS commit: src/external/ofl

2020-11-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 14 04:32:44 UTC 2020 Modified Files: src/external/ofl: Makefile Log Message: also check MKX11FONTS before installing fonts. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/ofl/Makefile Please note

CVS commit: src/usr.bin/make

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 06:08:24 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): flatten Dir_InitCur To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/usr.bin/make/dir.c Please note that diffs are no

CVS commit: src/usr.bin/make

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 06:10:28 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c Log Message: make(1): fix typo in comments This typo may have been influenced by all the '$' in the code. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2020-11-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 06:15:11 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): clarify what 'recently' means in the comments in dir.c To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/usr.bin/make/d

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

2020-11-13 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Nov 14 07:36:00 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: objdir-writable.mk Log Message: Remove RO_OBJDIR when done To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/objdir-wri