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
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
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
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
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]
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
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
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
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
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
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 _
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 _
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
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
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
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
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_
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
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
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
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
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
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
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
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/
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/
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
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
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo