CVS commit: src/sys/arch/mips/mips

2021-05-24 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon May 24 07:27:39 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Whitespace alignment nit. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/mips/fp.S Please note that diffs a

CVS commit: src/sys/dev/raidframe

2021-05-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 07:43:15 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: make various things static, and minor KNF clean up. ignore spiflash as a raid device. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/sys

2021-05-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon May 24 10:44:06 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: On mips, avoid deliberately executing an illegal instruction for now because it causes GXemul to exit rather than generating a trap.

CVS commit: src/sys/arch/macppc/stand/ofwboot

2021-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 24 11:13:44 UTC 2021 Modified Files: src/sys/arch/macppc/stand/ofwboot: ofdev.c Log Message: PR 56205: make the 64bit build work To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/macppc/stand/ofw

CVS commit: src/sys/net/lagg

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 13:42:58 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Move __KERNEL_RCSID() to the traditional location. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/net/lagg/if_lagg.c Pl

CVS commit: src/sys/net/lagg

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 13:43:21 UTC 2021 Modified Files: src/sys/net/lagg: if_laggproto.c Log Message: Remove leading blank line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/lagg/if_laggproto.c Please note that

CVS commit: src/sys/arch/alpha

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 24 21:00:12 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/alpha/include: mcontext.h Log Message: Add _UC_SETSTACK / _UC_CLRSTACK handling. Fixes the t_sigaltstack test on alpha. To g

CVS commit: src/distrib/utils/libhack

2021-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 24 21:34:07 UTC 2021 Modified Files: src/distrib/utils/libhack: wrap.c Log Message: refuse should exit(3). Noted by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/libhack/wrap.c P

CVS commit: src/distrib/acorn32/stand

2021-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 24 22:40:44 UTC 2021 Modified Files: src/distrib/acorn32/stand: Makefile Log Message: PR/56207: Jan-Benedict Glaw: Handle error from find when removing CVS directories on a git repo. To generate a diff of this commit:

CVS commit: src/tools/compat

2021-05-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon May 24 23:07:41 UTC 2021 Modified Files: src/tools/compat: compat_defs.h Log Message: Fix typo in pathname in a comment. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/tools/compat/compat_defs.h Please not

CVS commit: src/lib/libc/gen

2021-05-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 24 23:59:59 UTC 2021 Modified Files: src/lib/libc/gen: setjmp.3 Log Message: Clarify what happens when you longjmp(..., 0). Derived from C99 7.13.2.1 `The longjmp function'. To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libc

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 25 00:14:41 UTC 2021 Modified Files: src/lib/libc/arch/alpha/gen: __longjmp14.c src/lib/libc/compat/arch/alpha/gen: compat__setjmp.S compat_setjmp.S Log Message: POSIX sez: The longjmp() function shall not cau

CVS commit: src/tests/net/if_lagg

2021-05-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 25 00:38:30 UTC 2021 Modified Files: src/tests/net/if_lagg: t_lagg.sh Log Message: Added missing cleanup option Fixes PR/56206 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_lagg/t_lagg.