CVS commit: src/sys/arch/atari/stand/installboot

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:27:45 UTC 2022 Modified Files: src/sys/arch/atari/stand/installboot: installboot.c Log Message: Refactor install_[sw]d() into install_hd(). Shave off ~0.5KB from install floppy, and dedup codes a lot. Thanks tsutsui@

CVS commit: src/sys/arch/atari/stand/installboot

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:27:45 UTC 2022 Modified Files: src/sys/arch/atari/stand/installboot: installboot.c Log Message: Refactor install_[sw]d() into install_hd(). Shave off ~0.5KB from install floppy, and dedup codes a lot. Thanks tsutsui@

CVS commit: src/sys/arch/atari/stand/installboot

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:31:12 UTC 2022 Modified Files: src/sys/arch/atari/stand/installboot: installboot.c Log Message: Make FD support optional (intended for install media). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/

CVS commit: src/sys/arch/atari/stand/installboot

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:31:12 UTC 2022 Modified Files: src/sys/arch/atari/stand/installboot: installboot.c Log Message: Make FD support optional (intended for install media). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/

CVS commit: src

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:36:53 UTC 2022 Modified Files: src/distrib/atari/floppies/install: list src/sys/arch/atari/stand/installboot: Makefile Log Message: For atari install disk: - Drop FD support from installboot(8). Reduce ~0.5KB.

CVS commit: src

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:36:53 UTC 2022 Modified Files: src/distrib/atari/floppies/install: list src/sys/arch/atari/stand/installboot: Makefile Log Message: For atari install disk: - Drop FD support from installboot(8). Reduce ~0.5KB.

CVS commit: src/distrib

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:45:48 UTC 2022 Modified Files: src/distrib/common: Makefile.crunch src/distrib/utils/x_ifconfig: Makefile Log Message: Introduce NOIEEE80211 option, by which IEEE 802.11 support is dropped from ifconfig(8) in cr

CVS commit: src/distrib

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:45:48 UTC 2022 Modified Files: src/distrib/common: Makefile.crunch src/distrib/utils/x_ifconfig: Makefile Log Message: Introduce NOIEEE80211 option, by which IEEE 802.11 support is dropped from ifconfig(8) in cr

CVS commit: src/distrib/atari/floppies/install

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:47:10 UTC 2022 Modified Files: src/distrib/atari/floppies/install: Makefile Log Message: Drop IEEE 802.11 support from ifconfig(8). Reduce ~9KB, and atari builds again for me. To generate a diff of this commit: cvs r

CVS commit: src/distrib/atari/floppies/install

2022-05-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed May 11 10:47:10 UTC 2022 Modified Files: src/distrib/atari/floppies/install: Makefile Log Message: Drop IEEE 802.11 support from ifconfig(8). Reduce ~9KB, and atari builds again for me. To generate a diff of this commit: cvs r

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

2022-05-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 11 13:58:43 UTC 2022 Modified Files: src/sys/arch/powerpc/include: vmparam.h Log Message: s/varible/variable/ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/powerpc/include/vmparam.h Please n

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

2022-05-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 11 13:58:43 UTC 2022 Modified Files: src/sys/arch/powerpc/include: vmparam.h Log Message: s/varible/variable/ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/powerpc/include/vmparam.h Please n

CVS commit: src

2022-05-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 11 14:58:01 UTC 2022 Modified Files: src/lib/libterminfo: term.h src/sys/arch/aarch64/aarch64: fault.c src/sys/arch/i386/stand/bootxx: pbr.S src/sys/arch/powerpc/include/booke: etsecreg.h src

CVS commit: src

2022-05-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 11 14:58:01 UTC 2022 Modified Files: src/lib/libterminfo: term.h src/sys/arch/aarch64/aarch64: fault.c src/sys/arch/i386/stand/bootxx: pbr.S src/sys/arch/powerpc/include/booke: etsecreg.h src

CVS commit: src/sys/dev/ic

2022-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 11 15:20:54 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h Log Message: KNF. s/u_quad_t/uint64_t/. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/mfireg.h Please n

CVS commit: src/sys/dev/ic

2022-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 11 15:20:54 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h Log Message: KNF. s/u_quad_t/uint64_t/. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/mfireg.h Please n

CVS commit: src/sys/dev/pci

2022-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 11 15:24:45 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: mfii(4): Set stripe size correctly for BIOCVOL. Same as mfi.c rev. 1.75. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/de

CVS commit: src/sys/dev/pci

2022-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 11 15:24:45 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: mfii(4): Set stripe size correctly for BIOCVOL. Same as mfi.c rev. 1.75. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/de

CVS commit: src/sys/dev

2022-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 11 15:30:34 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add support for iBBU-09 to show BBU voltage, current and temp correctly. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2022-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 11 15:30:34 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add support for iBBU-09 to show BBU voltage, current and temp correctly. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/xlint/lint1

2022-05-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 11 15:46:25 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: gcc also allows __alignof To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/xlint/lint1/lex.c Please note that

CVS commit: src/usr.bin/xlint/lint1

2022-05-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 11 15:46:25 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: gcc also allows __alignof To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/xlint/lint1/lex.c Please note that

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

2022-05-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed May 11 16:22:46 UTC 2022 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: In bootstrap, after switching to a new page table make sure that now-unused memory is unmapped. To generate a diff of this commit: cvs r

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

2022-05-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed May 11 16:22:46 UTC 2022 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: In bootstrap, after switching to a new page table make sure that now-unused memory is unmapped. To generate a diff of this commit: cvs r

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 17:13:04 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c Log Message: consistently use SX_RENDER_DEBUG, hide some more debug goop To generate a diff of this commit: cvs rdiff -

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 17:13:04 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c Log Message: consistently use SX_RENDER_DEBUG, hide some more debug goop To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/dev/pci/ixgbe

2022-05-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed May 11 17:22:20 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: bus_dmamem_unmap() before bus_dmamem_free(), otherwise we may give back meomry which is still (and will stay) mapped. Fixes one instance o

CVS commit: src/sys/dev/pci/ixgbe

2022-05-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed May 11 17:22:20 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: bus_dmamem_unmap() before bus_dmamem_free(), otherwise we may give back meomry which is still (and will stay) mapped. Fixes one instance o

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 19:35:06 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: don't pretend to support PictOpSrc - those can be quite a bit more complicated than simple copy ops With this

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 19:35:06 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: don't pretend to support PictOpSrc - those can be quite a bit more complicated than simple copy ops With this

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 19:37:53 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c Log Message: make debug output a bit more manageable To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 19:37:53 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c Log Message: make debug output a bit more manageable To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \

CVS commit: src/sys/dev/pci

2022-05-11 Thread Mark Davies
Module Name:src Committed By: markd Date: Wed May 11 20:44:05 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Broadcom / LSI RAID cards. To generate a diff of this commit: cvs rdiff -u -r1.1456 -r1.1457 src/sys/dev/pci/pcidevs Please note that di

CVS commit: src/sys/dev/pci

2022-05-11 Thread Mark Davies
Module Name:src Committed By: markd Date: Wed May 11 20:44:05 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Broadcom / LSI RAID cards. To generate a diff of this commit: cvs rdiff -u -r1.1456 -r1.1457 src/sys/dev/pci/pcidevs Please note that di

CVS commit: src/sys/dev/pci

2022-05-11 Thread Mark Davies
Module Name:src Committed By: markd Date: Wed May 11 20:46:48 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.1439 -r1.1440 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1438 -r1.1439

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 21:10:37 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: disable accidentally committed debug goop To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 \

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 21:10:37 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: disable accidentally committed debug goop To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 \

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 21:13:13 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: treat PictOpOver with a solid source and an empty mask as simple fill somewhat less glitchiness in gtk3 but w

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 21:13:13 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: treat PictOpOver with a solid source and an empty mask as simple fill somewhat less glitchiness in gtk3 but w

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 22:46:51 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c Log Message: fix tpyo thanks rin@ To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ xsrc/external/mit

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2022-05-11 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed May 11 22:46:51 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c Log Message: fix tpyo thanks rin@ To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ xsrc/external/mit

CVS commit: src

2022-05-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 12 00:09:44 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile d_alignof.c msg_014.c msg_014.exp Added Files: src/tests/usr.bin/xlint/lint1: d_align

CVS commit: src

2022-05-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 12 00:09:44 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile d_alignof.c msg_014.c msg_014.exp Added Files: src/tests/usr.bin/xlint/lint1: d_align

CVS commit: src

2022-05-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 12 00:18:35 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_alignof.c d_alignof.exp msg_014.c msg_014.exp src/usr.bin/xlint/lint1: lex.c Log Message: lint: fix support for __alignof__, add sup

CVS commit: src

2022-05-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 12 00:18:35 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_alignof.c d_alignof.exp msg_014.c msg_014.exp src/usr.bin/xlint/lint1: lex.c Log Message: lint: fix support for __alignof__, add sup

CVS commit: src

2022-05-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 12 00:28:01 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_alignof.c d_alignof.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: add support for __alignof__ expr, a GCC extension Seen in lib/libc/

CVS commit: src

2022-05-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 12 00:28:01 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_alignof.c d_alignof.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: add support for __alignof__ expr, a GCC extension Seen in lib/libc/