CVS commit: src/lib/libc/arch/alpha/sys

2020-10-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 21 01:58:30 UTC 2020 Modified Files: src/lib/libc/arch/alpha/sys: __sigtramp2.S Log Message: Fix typo (thanks kamil@ for pointing it out). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch/alpha/sys

2020-10-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 21 01:55:07 UTC 2020 Modified Files: src/lib/libc/arch/alpha/sys: __sigtramp2.S Log Message: Add call frame unwind info to the Alpha signal trampoline. Using kamil@'s test program: Before: Backtrace 2 stack frames.

CVS commit: src/lib/libc/arch/alpha

2020-10-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 21 01:24:05 UTC 2020 Modified Files: src/lib/libc/arch/alpha: genassym.cf src/lib/libc/arch/alpha/gen: __setjmp14.S swapcontext.S src/lib/libc/arch/alpha/sys: __sigtramp2.S getcontext.S Log Message: -

CVS commit: src

2020-10-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 20 23:27:58 UTC 2020 Modified Files: src/share/man/man3: queue.3 src/sys/sys: queue.h Log Message: Remove the CIRCLEQ API from queue(3) It was marked deprecated in NetBSD 7 and already removed from FreeBSD in 2000

CVS commit: src/usr.bin/make

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 23:15:23 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document parameter to Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.578 -r1.579 src/usr.bin/make/var.c Please note that

CVS commit: src/usr.bin/make

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 23:04:35 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): remove strange off-by-one feature in SuffSuffGetSuffix The code worked as intended, yet it was strange to modify cp[1] to temporarily

CVS commit: src/sys

2020-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 20 23:03:30 UTC 2020 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c arm_simplefb.h src/sys/arch/evbarm/fdt: fdt_machdep.c src/sys/dev/fdt: simplefb.c src/sys/dev/pci: pciconf.c pciconf.h

CVS commit: src/usr.bin/make

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 22:50:55 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up parsing code for dependency lines The variable names "line" and "cp" were not appropriate for some of the functions where they

CVS commit: src/sys/kern

2020-10-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 20 22:31:21 UTC 2020 Modified Files: src/sys/kern: sys_process_lwpstatus.c Log Message: Include missing . Hopefully fix build for everyone except vax, for which process_machep.c is missing. To generate a diff of this

CVS commit: src/usr.bin/make

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 21:15:47 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve debug messages for suff.c Especially for the null suffix, the previous message was hard to read. Who would guess that in

CVS commit: src/usr.bin/make

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 20:55:35 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): inline SuffSuffIsPrefix into SuffParseTransform To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 20:51:15 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): untangle SuffParseTransform That function was probably not meant to be a brain-twister, but the convoluted loop combined with

CVS commit: src

2020-10-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 20 20:36:53 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/make: t_make.sh src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests:

CVS commit: src/sys/arch

2020-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 20 20:36:08 UTC 2020 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/alpha/conf: files.alpha src/sys/arch/amd64/conf: files.amd64 src/sys/arch/arm/conf: files.arm

CVS commit: src/sys

2020-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 20 20:28:55 UTC 2020 Modified Files: src/sys/kern: sys_process_lwpstatus.c sys_ptrace_common.c src/sys/sys: ptrace.h Log Message: Basic register read/write functionality and lwp setting are always provided by

CVS commit: src/sys

2020-10-20 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Oct 20 18:17:58 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c src/sys/arch/macppc/dev: am79c950.c src/sys/dev/ic: am7990.c am79900.c Log Message: le(4): add link status change reporting to drivers

CVS commit: src/sys/kern

2020-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 20 13:47:30 UTC 2020 Modified Files: src/sys/kern: kern_core.c Log Message: only define hooks for 32 bit cores if we need them. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_core.c

CVS commit: src/sys/kern

2020-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 20 13:16:26 UTC 2020 Modified Files: src/sys/kern: kern_sig.c Log Message: Fix build for _LP64 machines that don't have COMPAT_NETBSD32 (alpha, ia64) To generate a diff of this commit: cvs rdiff -u -r1.391 -r1.392

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-10-20 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Oct 20 09:53:59 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_atombios_dp.c Log Message: add header file hack to resolve conflict of ALIGN macro. (on __BIG_ENDIAN) To generate a diff of this

CVS commit: src/lib/libossaudio

2020-10-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 20 08:57:45 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: ossaudio(3): Add SNDCTL_AUDIOINFO_EX as an alias of SNDCTL_AUDIOINFO To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/sys/dev/mii

2020-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 20 08:53:34 UTC 2020 Modified Files: src/sys/dev/mii: makphy.c Log Message: Add Intel I347-AT4. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/mii/makphy.c Please note that diffs are not

CVS commit: src/lib/libossaudio

2020-10-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Oct 20 07:52:05 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libossaudio/ossaudio.3 Please note that

CVS commit: src/doc

2020-10-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 20 07:52:46 UTC 2020 Modified Files: src/doc: CHANGES Log Message: doc/CHANGES: Added support for the OSSv4 Mixer API To generate a diff of this commit: cvs rdiff -u -r1.2748 -r1.2749 src/doc/CHANGES Please note that

CVS commit: src/lib/libossaudio

2020-10-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 20 06:53:38 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio(3): Plug a fd leak in the new mixer API To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/lib/libossaudio

2020-10-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 20 06:43:56 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.3 Log Message: ossaudio.3: Bump date To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libossaudio/ossaudio.3 Please note that diffs

CVS commit: src/lib/libossaudio

2020-10-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 20 06:43:34 UTC 2020 Modified Files: src/lib/libossaudio: ossaudio.3 Log Message: ossaudio(3): Turn BUGS section into a list of potential compat issues To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/lib/libossaudio

2020-10-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 20 06:33:52 UTC 2020 Modified Files: src/lib/libossaudio: soundcard.h Log Message: ossaudio(3): Add some endian-specific U16 formats for compatibility with FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.28