CVS commit: src/external/gpl3/gcc/dist/gcc

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 06:42:14 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc: recog.cc Log Message: gcc: vax: add #ifdef NB_FIX_VAX_BACKEND guard clauses OK rin@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 s

CVS commit: src/external/gpl3/gcc/dist/gcc

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 06:42:14 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc: recog.cc Log Message: gcc: vax: add #ifdef NB_FIX_VAX_BACKEND guard clauses OK rin@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 s

CVS commit: src/external/gpl3/gcc/dist/gcc

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 06:17:31 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc: recog.cc Log Message: gcc: vax: subregister offset constraints Constrain offsets within subregister expressions to be a multiple of the size of

CVS commit: src/external/gpl3/gcc/dist/gcc

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 06:17:31 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc: recog.cc Log Message: gcc: vax: subregister offset constraints Constrain offsets within subregister expressions to be a multiple of the size of

CVS commit: src/doc

2024-09-28 Thread Nia Alarie
rors shmif(4) from rump. [roy 20240926] + lint(1): Handle __attribute__((__unused__)) for functions and + variables. [rillig 20240928] + compat_linux(8): Implement renameat2, clone3, sync_file_range, syncfs + system calls (from Shivraj Jamgade). [christos 20240928]

CVS commit: src/doc

2024-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Sep 29 06:14:59 UTC 2024 Modified Files: src/doc: CHANGES Log Message: doc: recent changes To generate a diff of this commit: cvs rdiff -u -r1.3101 -r1.3102 src/doc/CHANGES Please note that diffs are not public domain; they ar

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 04:36:29 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc Log Message: gcc: vax: Reduce expressions specifying an address of a 64 bit quantity to a sequence of assignments to temporar

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 04:36:29 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc Log Message: gcc: vax: Reduce expressions specifying an address of a 64 bit quantity to a sequence of assignments to temporar

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 04:33:07 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc vax.md Log Message: gcc: vax: Add a special case to the zero_extract instruction to handle the case where 32 bits are request

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 04:33:07 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc vax.md Log Message: gcc: vax: Add a special case to the zero_extract instruction to handle the case where 32 bits are request

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 04:25:17 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: elf.h vax.cc vax.md Log Message: gcc: vax: Implement the "eh_return" instruction Save %r2..%r5 in the prologue of functions which call _

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2024-09-28 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Sun Sep 29 04:25:17 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: elf.h vax.cc vax.md Log Message: gcc: vax: Implement the "eh_return" instruction Save %r2..%r5 in the prologue of functions which call _

CVS commit: src/sys/compat/linux/common

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 00:09:52 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_misc.c linux_sched.c Log Message: move clone3 to linux_sched.c and make it compile (need to fix XXX comments) To generate a diff of this commit: c

CVS commit: src/sys/compat/linux/common

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 00:09:52 UTC 2024 Modified Files: src/sys/compat/linux/common: linux_misc.c linux_sched.c Log Message: move clone3 to linux_sched.c and make it compile (need to fix XXX comments) To generate a diff of this commit: c

CVS commit: src/tools/gmp

2024-09-28 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Sep 28 21:18:55 UTC 2024 Modified Files: src/tools/gmp: Makefile Log Message: configure tools/gmp with --disable-assembly on x86_64 macOS 14. works around the assembler routines being compile with 8 byte alignment when 16 byte a

CVS commit: src/tools/gmp

2024-09-28 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Sep 28 21:18:55 UTC 2024 Modified Files: src/tools/gmp: Makefile Log Message: configure tools/gmp with --disable-assembly on x86_64 macOS 14. works around the assembler routines being compile with 8 byte alignment when 16 byte a

CVS commit: src/sys/compat/linux/arch

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 19:36:21 UTC 2024 Modified Files: src/sys/compat/linux/arch/aarch64: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c src/sys/compat/linux/arch/alpha: linux_

CVS commit: src/sys/compat/linux

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 19:35:56 UTC 2024 Modified Files: src/sys/compat/linux/arch/aarch64: syscalls.master src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/amd64: syscalls.master src/sys/com

CVS commit: src/sys/compat/linux

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 19:35:56 UTC 2024 Modified Files: src/sys/compat/linux/arch/aarch64: syscalls.master src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/amd64: syscalls.master src/sys/com

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 19:09:37 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_247.c msg_247_ilp32_ldbl64.c msg_247_lp64_ldbl128.c msg_247_portable.c msg_247_portable_int.c src/usr.bin/xlint/lint1: err.c tree.c

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 16:09:23 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_236.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: treat __attribute__((__constructor__)) functions as used Seen in jemalloc.c. To g

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 16:09:23 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_236.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: treat __attribute__((__constructor__)) functions as used Seen in jemalloc.c. To g

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 15:51:40 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl_arg.c gcc_attribute_var.c msg_192.c msg_231.c src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h Log Message: lin

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 15:51:40 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl_arg.c gcc_attribute_var.c msg_192.c msg_231.c src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h Log Message: lin

CVS commit: src/external/bsd/jemalloc/lib

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 14:25:45 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: compile with gnu11 to avoid struct redefinitions in clang To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/

CVS commit: src/external/bsd/jemalloc/lib

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 14:25:45 UTC 2024 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: compile with gnu11 to avoid struct redefinitions in clang To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/

CVS commit: src/lib/libc/include

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 14:24:59 UTC 2024 Modified Files: src/lib/libc/include: extern.h Log Message: need for __off_t in gnu11 mode. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/include/extern.h Please note

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 14:25:04 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl_arg.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: allow more than one __attribute__ on a parameter declaration To generate a diff o

CVS commit: src/lib/libc/include

2024-09-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 28 14:24:59 UTC 2024 Modified Files: src/lib/libc/include: extern.h Log Message: need for __off_t in gnu11 mode. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/include/extern.h Please note

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 14:25:04 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl_arg.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: allow more than one __attribute__ on a parameter declaration To generate a diff o

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 11:20:29 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_var.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: reduce shift/reduce conflicts in grammar In an anonymous member declarati

CVS commit: src

2024-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 28 11:20:29 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_var.c src/usr.bin/xlint/lint1: cgram.y Log Message: lint: reduce shift/reduce conflicts in grammar In an anonymous member declarati

CVS commit: src/sys/net

2024-09-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 28 09:03:14 UTC 2024 Modified Files: src/sys/net: if_ethersubr.c Log Message: count illegal slow protocol subtype as protocol error instead of generic error. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.3

CVS commit: src/sys/net

2024-09-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 28 09:03:14 UTC 2024 Modified Files: src/sys/net: if_ethersubr.c Log Message: count illegal slow protocol subtype as protocol error instead of generic error. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.3

CVS commit: src/sys/net

2024-09-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 28 09:01:37 UTC 2024 Modified Files: src/sys/net: if_ethersubr.c Log Message: comment, whitespace. To generate a diff of this commit: cvs rdiff -u -r1.327 -r1.328 src/sys/net/if_ethersubr.c Please note that diffs are n

CVS commit: src/sys/net

2024-09-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 28 09:01:37 UTC 2024 Modified Files: src/sys/net: if_ethersubr.c Log Message: comment, whitespace. To generate a diff of this commit: cvs rdiff -u -r1.327 -r1.328 src/sys/net/if_ethersubr.c Please note that diffs are n

CVS commit: src/sys/dev/scsipi

2024-09-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 28 08:57:47 UTC 2024 Modified Files: src/sys/dev/scsipi: sd.c Log Message: Don't artificially limit block size to 4096 bytes, use MAXPHYS. To generate a diff of this commit: cvs rdiff -u -r1.336 -r1.337 src/sys/dev/scsi

CVS commit: src/sys/dev/scsipi

2024-09-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 28 08:57:47 UTC 2024 Modified Files: src/sys/dev/scsipi: sd.c Log Message: Don't artificially limit block size to 4096 bytes, use MAXPHYS. To generate a diff of this commit: cvs rdiff -u -r1.336 -r1.337 src/sys/dev/scsi