CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 9 23:26:53 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: pcai2cmux.c Log Message: Don't include fdtvar.h directly here. To generate a diff of this commit: cvs rdiff -u -r1.8.4.1 -r1.8.4.2 src/sys/dev

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 9 23:19:10 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf]: i2cmuxvar.h Log Message: Revert most of previous -- some consumers of this file still have ACPI-specific requirements. To generate a diff of t

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 9 22:36:35 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: deq.c lmu.c psoc.c smusat.c Log Message: ia->ia_cookie -> devhandle_to_of(device_handle(self)) To generate a diff of this

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev

2021-05-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 9 22:29:54 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: smusat.c Log Message: No need to include smuiicvar.h. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.4.1 src/sys/arch/mac

CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc

2021-05-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 9 21:37:04 UTC 2021 Modified Files: src/sys/arch/macppc/conf [thorpej-i2c-spi-conf]: POWERMAC_G5 POWERMAC_G5_11_2 files.macppc src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: smu.c Removed Files:

CVS commit: xsrc/external/mit/libXaw/dist/src

2021-05-09 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun May 9 16:58:57 UTC 2021 Modified Files: xsrc/external/mit/libXaw/dist/src: TextAction.c Log Message: fix casts and types to make it compile with clang To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.2 xsrc/

CVS commit: xsrc/external/mit/libXaw/dist/src

2021-05-09 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun May 9 16:58:19 UTC 2021 Modified Files: xsrc/external/mit/libXaw/dist/src: Pixmap.c Log Message: make this compile again under clang: - factor out duplicated code - add casts - plug memory leak To generate a diff of this

CVS commit: xsrc/external/mit/xterm/dist

2021-05-09 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun May 9 16:55:36 UTC 2021 Modified Files: xsrc/external/mit/xterm/dist: misc.c Log Message: make xt_error() dead for the benefit of clang To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 xsrc/external/mit/xter

CVS commit: xsrc/external/mit/xorgproto/dist/include/X11

2021-05-09 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun May 9 16:13:39 UTC 2021 Modified Files: xsrc/external/mit/xorgproto/dist/include/X11: Xfuncproto.h Log Message: Use __noreturn__ instead of noreturn because #defines noreturn _Noreturn and this gives clang a heartache.

CVS commit: src/usr.bin/aiomixer

2021-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 9 15:40:27 UTC 2021 Modified Files: src/usr.bin/aiomixer: main.c Log Message: fix clang build (on_signal is dead) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/main.c Please note th

CVS commit: src/lib/libossaudio

2021-05-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 9 12:51:45 UTC 2021 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio: Set handle on OSSv4 mixer devices To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/lib/libossaudio/ossaudio.c Ple

CVS commit: src/lib/libossaudio

2021-05-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 9 11:28:25 UTC 2021 Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: libossaudio: Various OSSv4 fixes to allow reference programs to compile - Define various new AFMT_*. These are not returned as sup

CVS commit: src/usr.sbin/sysinst

2021-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 9 11:06:20 UTC 2021 Modified Files: src/usr.sbin/sysinst: label.c Log Message: Do not allow editing of start/size/fs-type for partitions that are already carved in stone (e.g. defined in an outer MBR while we are editing

CVS commit: src/usr.sbin/sysinst/arch/evbarm

2021-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 9 10:39:01 UTC 2021 Modified Files: src/usr.sbin/sysinst/arch/evbarm: md.c Log Message: Keep MSDOS partition size and subtype consistent - some u-boot are picky. To generate a diff of this commit: cvs rdiff -u -r1.20 -r

CVS commit: src/usr.sbin/sysinst

2021-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 9 10:37:49 UTC 2021 Modified Files: src/usr.sbin/sysinst: mbr.c Log Message: For FS_MSDOS report the MBR type as fs_sub_type. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/sysinst/mbr.c Ple

CVS commit: [netbsd-9] src/doc

2021-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 9 07:10:09 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1270 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-9.2 Please note that diffs are not pub

CVS commit: [netbsd-9] src/sys/dev/pci

2021-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 9 07:09:27 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: siisata_pci.c Log Message: Pull up following revision(s) (requested by dolecek in ticket #1270): sys/dev/pci/siisata_pci.c: revision 1.21 disable M