CVS commit: src/sys/dev/pci

2023-01-25 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Jan 26 01:24:19 UTC 2023 Modified Files: src/sys/dev/pci: if_aq.c Log Message: - Don't discard a packet even if the TX descriptor is temporarily not enough, and error messages are not output. - The argument to

CVS commit: src/sys/dev/pci

2023-01-25 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Jan 26 01:24:19 UTC 2023 Modified Files: src/sys/dev/pci: if_aq.c Log Message: - Don't discard a packet even if the TX descriptor is temporarily not enough, and error messages are not output. - The argument to

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

2023-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 26 00:15:48 UTC 2023 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: do some cleanup the gm driver has been commented out for 20 years, time to remove it while there, remove ofb and the old ADB code which

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

2023-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 26 00:15:48 UTC 2023 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: do some cleanup the gm driver has been commented out for 20 years, time to remove it while there, remove ofb and the old ADB code which

CVS commit: src/share/mk

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 22:36:56 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: add mipsel and m68k to binutils 2.39 To generate a diff of this commit: cvs rdiff -u -r1.1301 -r1.1302 src/share/mk/bsd.own.mk Please note

CVS commit: src/share/mk

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 22:36:56 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: add mipsel and m68k to binutils 2.39 To generate a diff of this commit: cvs rdiff -u -r1.1301 -r1.1302 src/share/mk/bsd.own.mk Please note

CVS commit: src/external/mit/xorg/lib/fontconfig/src

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 22:35:06 UTC 2023 Modified Files: src/external/mit/xorg/lib/fontconfig/src: Makefile Log Message: fix clang build To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/external/mit/xorg/lib/fontconfig/src

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 22:35:06 UTC 2023 Modified Files: src/external/mit/xorg/lib/fontconfig/src: Makefile Log Message: fix clang build To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/doc

2023-01-25 Thread Christos Zoulas
change made to the NetBSD source tree. @@ -46,3 +46,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0: piixpm(4): Add support new AMD chipsets that do not have indirect access I/O ports. [msaitoh 20230110] aq(4): add support for AQC113-116 [ryo 20230114] + bind: Import version 9.16.37. [christos 20230125] +

CVS commit: src/doc

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 21:45:37 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new bind To generate a diff of this commit: cvs rdiff -u -r1.1908 -r1.1909 src/doc/3RDPARTY cvs rdiff -u -r1.2948 -r1.2949 src/doc/CHANGES

CVS commit: src/external/mpl/bind

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 21:43:33 UTC 2023 Modified Files: src/external/mpl/bind/dist: config.h.in configure src/external/mpl/bind/dist/bin/check: check-tool.c named-checkconf.c named-checkzone.c

CVS commit: src/usr.bin/shar

2023-01-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jan 25 19:52:14 UTC 2023 Modified Files: src/usr.bin/shar: shar.1 Log Message: shar.1: remove false security claim It's easy to embed arbitrary shell code in a line starting with 'X', which the suggested egrep command would

CVS commit: src/usr.bin/shar

2023-01-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jan 25 19:52:14 UTC 2023 Modified Files: src/usr.bin/shar: shar.1 Log Message: shar.1: remove false security claim It's easy to embed arbitrary shell code in a line starting with 'X', which the suggested egrep command would

CVS commit: src/external/gpl3/binutils/dist/gas/config

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 19:08:41 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/gas/config: obj-elf.c Log Message: disable no ifuncs no mips error for now. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/external/gpl3/binutils/dist/gas/config

2023-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 25 19:08:41 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/gas/config: obj-elf.c Log Message: disable no ifuncs no mips error for now. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/sys/arch/x86

2023-01-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 25 15:54:53 UTC 2023 Modified Files: src/sys/arch/x86/isa: clock.c src/sys/arch/x86/x86: intr.c Added Files: src/sys/arch/x86/include: intr_private.h Log Message: x86/intr: Work around sleazy clockintr

CVS commit: src/sys/arch/x86

2023-01-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 25 15:54:53 UTC 2023 Modified Files: src/sys/arch/x86/isa: clock.c src/sys/arch/x86/x86: intr.c Added Files: src/sys/arch/x86/include: intr_private.h Log Message: x86/intr: Work around sleazy clockintr

CVS commit: src/usr.bin/calendar/calendars

2023-01-25 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jan 25 13:37:31 UTC 2023 Modified Files: src/usr.bin/calendar/calendars: calendar.history Log Message: spell "Chamonix" properly To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/usr.bin/calendar/calendars

2023-01-25 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jan 25 13:37:31 UTC 2023 Modified Files: src/usr.bin/calendar/calendars: calendar.history Log Message: spell "Chamonix" properly To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37