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@
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@
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/
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/
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
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 -
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
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
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
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
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 \
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 \
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
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
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
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 \
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 \
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
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
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
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
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
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
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
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
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/
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/
47 matches
Mail list logo