Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:26:06 UTC 2025
Modified Files:
src/sys/kern: sys_futex.c
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
futex(2): Fix FUTEX_CMP_REQUEUE to always compare even if no waiters.
It must always compare the
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:26:21 UTC 2025
Modified Files:
src/sys/kern: sys_futex.c
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
futex(2): Fix return value of FUTEX_CMP_REQUEUE.
The return value is the number of waiters woken
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:26:21 UTC 2025
Modified Files:
src/sys/kern: sys_futex.c
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
futex(2): Fix return value of FUTEX_CMP_REQUEUE.
The return value is the number of waiters woken
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:26:06 UTC 2025
Modified Files:
src/sys/kern: sys_futex.c
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
futex(2): Fix FUTEX_CMP_REQUEUE to always compare even if no waiters.
It must always compare the
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:05:15 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix another FUTEX_CMP_REQUEUE case.
PR kern/56828: futex calls in Linux emulation sometimes hang
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:05:15 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix another FUTEX_CMP_REQUEUE case.
PR kern/56828: futex calls in Linux emulation sometimes hang
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:56 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix FUTEX_CMP_REQUEUE return values.
The return value is the number of waiters woken _or requeued_
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:56 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix FUTEX_CMP_REQUEUE return values.
The return value is the number of waiters woken _or requeued_
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:35 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Test FUTEX_CMP_REQUEUE edge case.
It must always compare the futex value and fail with EAGAIN on
m
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:35 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Test FUTEX_CMP_REQUEUE edge case.
It must always compare the futex value and fail with EAGAIN on
m
Module Name:src
Committed By: christos
Date: Fri Jan 17 17:43:14 UTC 2025
Modified Files:
src/lib: Makefile
Log Message:
remove userspace rcu from the build for now. Need to add
- non v9 sparc support
- sh3 support
- vax support
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: christos
Date: Fri Jan 17 17:43:14 UTC 2025
Modified Files:
src/lib: Makefile
Log Message:
remove userspace rcu from the build for now. Need to add
- non v9 sparc support
- sh3 support
- vax support
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: wiz
Date: Fri Jan 17 16:13:25 UTC 2025
Modified Files:
src/doc: 3RDPARTY
Log Message:
doc/3RDPARTY: restore mozilla-rootcerts section
To generate a diff of this commit:
cvs rdiff -u -r1.2071 -r1.2072 src/doc/3RDPARTY
Please note that diffs
Module Name:src
Committed By: wiz
Date: Fri Jan 17 16:13:25 UTC 2025
Modified Files:
src/doc: 3RDPARTY
Log Message:
doc/3RDPARTY: restore mozilla-rootcerts section
To generate a diff of this commit:
cvs rdiff -u -r1.2071 -r1.2072 src/doc/3RDPARTY
Please note that diffs
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:09:45 UTC 2025
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Mention userspace-rcu
To generate a diff of this commit:
cvs rdiff -u -r1.2070 -r1.2071 src/doc/3RDPARTY
cvs rdiff -u -r1.3124 -r1.3125 src/do
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:09:45 UTC 2025
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Mention userspace-rcu
To generate a diff of this commit:
cvs rdiff -u -r1.2070 -r1.2071 src/doc/3RDPARTY
cvs rdiff -u -r1.3124 -r1.3125 src/do
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:08:35 UTC 2025
Modified Files:
src/lib: Makefile
Log Message:
Add liburcu to the build and move libuv to the next trench since it is
not needed sooner.
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:08:35 UTC 2025
Modified Files:
src/lib: Makefile
Log Message:
Add liburcu to the build and move libuv to the next trench since it is
not needed sooner.
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:07:28 UTC 2025
Modified Files:
src/external/lgpl2/userspace-rcu/dist/include/urcu: futex.h
syscall-compat.h
src/external/lgpl2/userspace-rcu/dist/tests/common: thread-id.h
Added Files:
sr
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:07:28 UTC 2025
Modified Files:
src/external/lgpl2/userspace-rcu/dist/include/urcu: futex.h
syscall-compat.h
src/external/lgpl2/userspace-rcu/dist/tests/common: thread-id.h
Added Files:
sr
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:00:52 UTC 2025
Update of /cvsroot/src/external/lgpl2/userspace-rcu/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv17955
Log Message:
Import userspace-rcu-0.15.0 from https://liburcu.org/ needed by bind-9.20.4.
This is a
Module Name:src
Committed By: christos
Date: Fri Jan 17 16:00:52 UTC 2025
Update of /cvsroot/src/external/lgpl2/userspace-rcu/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv17955
Log Message:
Import userspace-rcu-0.15.0 from https://liburcu.org/ needed by bind-9.20.4.
This is a
Module Name:src
Committed By: martin
Date: Fri Jan 17 12:28:00 UTC 2025
Modified Files:
src/doc [netbsd-10]: CHANGES-10.2
Log Message:
Ticket #1040
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-10.2
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Fri Jan 17 12:28:00 UTC 2025
Modified Files:
src/doc [netbsd-10]: CHANGES-10.2
Log Message:
Ticket #1040
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-10.2
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Fri Jan 17 12:27:07 UTC 2025
Modified Files:
src/share/man/man5 [netbsd-10]: services.5
src/usr.sbin/services_mkdb [netbsd-10]: services_mkdb.8
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1040):
Module Name:src
Committed By: martin
Date: Fri Jan 17 12:27:07 UTC 2025
Modified Files:
src/share/man/man5 [netbsd-10]: services.5
src/usr.sbin/services_mkdb [netbsd-10]: services_mkdb.8
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1040):
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:13:05 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: wii.conf
Log Message:
wii: update wii.img ffs parameters
Use 4K block/frags and FFSv2 for Wii images.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:13:05 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: wii.conf
Log Message:
wii: update wii.img ffs parameters
Use 4K block/frags and FFSv2 for Wii images.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:11:53 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
mkimage: Allow configs to override fsize/bsize/ffs version
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/distrib
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:11:53 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
mkimage: Allow configs to override fsize/bsize/ffs version
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/distrib
Module Name:src
Committed By: martin
Date: Fri Jan 17 11:59:23 UTC 2025
Modified Files:
src/distrib/sparc64/instfs: Makefile
src/sys/arch/sparc64/conf: INSTALL
Log Message:
PR 59001: bump ramdisk images size slightly for clang builds
To generate a diff of this co
Module Name:src
Committed By: martin
Date: Fri Jan 17 11:59:23 UTC 2025
Modified Files:
src/distrib/sparc64/instfs: Makefile
src/sys/arch/sparc64/conf: INSTALL
Log Message:
PR 59001: bump ramdisk images size slightly for clang builds
To generate a diff of this co
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:56:23 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs.h
Log Message:
sdmmc: regen sdmmcdevs.h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs.h
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:56:23 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs.h
Log Message:
sdmmc: regen sdmmcdevs.h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs.h
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:55:37 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs
Log Message:
sdmmc: Add Nintendo Wii WLAN device ID
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs
Please note
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:55:37 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs
Log Message:
sdmmc: Add Nintendo Wii WLAN device ID
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs
Please note
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:54:50 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmc_cis.c sdmmcvar.h
Log Message:
sdmmc: Capture lan_nid and expose sdmmc_cisptr
LAN NID contains the MAC address for networking adapters.
Device drivers may wa
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:54:50 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmc_cis.c sdmmcvar.h
Log Message:
sdmmc: Capture lan_nid and expose sdmmc_cisptr
LAN NID contains the MAC address for networking adapters.
Device drivers may wa
Module Name:src
Committed By: riastradh
Date: Fri Jan 17 10:40:09 UTC 2025
Modified Files:
src/external/bsd/zstd/lib: Makefile
Log Message:
zstd/Makefile: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: riastradh
Date: Fri Jan 17 10:40:09 UTC 2025
Modified Files:
src/external/bsd/zstd/lib: Makefile
Log Message:
zstd/Makefile: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: riastradh
Date: Fri Jan 17 10:38:48 UTC 2025
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
x86/identcpu.c: Add archive link just in case.
Refill paragraph while here to avoid overlong lines.
To generate a diff of this commit
Module Name:src
Committed By: riastradh
Date: Fri Jan 17 10:38:48 UTC 2025
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
x86/identcpu.c: Add archive link just in case.
Refill paragraph while here to avoid overlong lines.
To generate a diff of this commit
Module Name:src
Committed By: riastradh
Date: Fri Jan 17 10:35:47 UTC 2025
Modified Files:
src/sys/arch/sparc/stand/common: promdev.c
Log Message:
sparc promdev.c: Nix trailing whitespace. Fix intertoken space.
No functional change intended.
To generate a diff of this
Module Name:src
Committed By: riastradh
Date: Fri Jan 17 10:35:47 UTC 2025
Modified Files:
src/sys/arch/sparc/stand/common: promdev.c
Log Message:
sparc promdev.c: Nix trailing whitespace. Fix intertoken space.
No functional change intended.
To generate a diff of this
Module Name:src
Committed By: skrll
Date: Fri Jan 17 08:04:16 UTC 2025
Modified Files:
src/sys/arch/riscv/starfive: jh7110_clkc.c
Log Message:
risc-v: Don't attach the JH7110 ISP clock controller
Something isn't quite right with the ISP clock controller and it causes
prob
Module Name:src
Committed By: skrll
Date: Fri Jan 17 08:04:16 UTC 2025
Modified Files:
src/sys/arch/riscv/starfive: jh7110_clkc.c
Log Message:
risc-v: Don't attach the JH7110 ISP clock controller
Something isn't quite right with the ISP clock controller and it causes
prob
46 matches
Mail list logo