CVS commit: src/sys/dev/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:47:01 UTC 2023 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Obtain the number of general counters from CPUID 0xa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:47:01 UTC 2023 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Obtain the number of general counters from CPUID 0xa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:44:06 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:44:06 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:42:15 UTC 2023 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add Intel lam and AMD vnmi. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/procfs_machdep.c

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:42:15 UTC 2023 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add Intel lam and AMD vnmi. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/procfs_machdep.c

CVS commit: src

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 11 00:03:42 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_142.c src/usr.bin/xlint/lint1: lex.c tree.c Log Message: lint: don't wrongly warn about overflow in complex constants Seen in lib/libm. To

CVS commit: src

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 11 00:03:42 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_142.c src/usr.bin/xlint/lint1: lex.c tree.c Log Message: lint: don't wrongly warn about overflow in complex constants Seen in lib/libm. To

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

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 10 23:56:30 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: add debug logging for values that differ between trad and C90 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 10 23:56:30 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: add debug logging for values that differ between trad and C90 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 10 23:52:49 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_142.c t_integration.sh Log Message: tests/lint: demonstrate wrong warning with complex numbers To generate a diff of this commit: cvs rdiff -u

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

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 10 23:52:49 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_142.c t_integration.sh Log Message: tests/lint: demonstrate wrong warning with complex numbers To generate a diff of this commit: cvs rdiff -u

Re: dtoa, etc, and changes in that area (and PR lib/56937)

2023-04-10 Thread Robert Elz
Date:Mon, 10 Apr 2023 19:15:34 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | 50% done of an 8K line diff. Great, thanks ... there's no huge urgency, the issues have been there for a long time, it would just be nice to have it ready (and

CVS commit: src/lib/libm

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 10 19:23:02 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: suppress lint warning about '>>' on signed integer GCC has implementation-defined behavior for that case. To generate a diff of this

CVS commit: src/lib/libm

2023-04-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 10 19:23:02 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: suppress lint warning about '>>' on signed integer GCC has implementation-defined behavior for that case. To generate a diff of this

Re: dtoa, etc, and changes in that area (and PR lib/56937)

2023-04-10 Thread Christos Zoulas
In article <64e755ab1eec6ad6326521f0639eb...@zoulas.com>, Christos Zoulas wrote: >On 2023-04-04 8:20 pm, Robert Elz wrote: >> While you are working in this area, and before you forget >> everything you have discovered, could you take a look at >> PR lib/56937 and see if you can find the cause

CVS commit: src/sys/dev/usb

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:27:51 UTC 2023 Modified Files: src/sys/dev/usb: uvideo.c Log Message: Reduce excessive settle delay. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/usb/uvideo.c Please note that diffs

CVS commit: src/sys/dev/usb

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:27:51 UTC 2023 Modified Files: src/sys/dev/usb: uvideo.c Log Message: Reduce excessive settle delay. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/usb/uvideo.c Please note that diffs

CVS commit: src/sys/dev/usb

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:26:57 UTC 2023 Modified Files: src/sys/dev/usb: uvideo.c uvideoreg.h Log Message: Better descriptor parsing. Add sanity check if no default format is found. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/dev/usb

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:26:57 UTC 2023 Modified Files: src/sys/dev/usb: uvideo.c uvideoreg.h Log Message: Better descriptor parsing. Add sanity check if no default format is found. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/dev/usb

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:14:51 UTC 2023 Modified Files: src/sys/dev/usb: uaudio.c uaudioreg.h Log Message: Handle more UAC2 descriptors and add debug output. Fix handling of clock sources (mix.wIndex wasn't set). UAC2 can use separate

CVS commit: src/sys/dev/usb

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:14:51 UTC 2023 Modified Files: src/sys/dev/usb: uaudio.c uaudioreg.h Log Message: Handle more UAC2 descriptors and add debug output. Fix handling of clock sources (mix.wIndex wasn't set). UAC2 can use separate

CVS commit: src/sys/dev/pad

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:04:49 UTC 2023 Modified Files: src/sys/dev/pad: pad.c Log Message: Write slinear_le 16bit samples, independent from platform and AUDIO_INTERNAL_BITS. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/sys/dev/pad

2023-04-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 10 15:04:49 UTC 2023 Modified Files: src/sys/dev/pad: pad.c Log Message: Write slinear_le 16bit samples, independent from platform and AUDIO_INTERNAL_BITS. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/usr.sbin/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 10 06:08:56 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Add Cometlake support. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/usr.sbin/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 10 06:08:56 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Add Cometlake support. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25