Module Name:src
Committed By: ozaki-r
Date: Mon Dec 16 05:21:24 UTC 2024
Modified Files:
src/sys/net: if_bridge.c
Log Message:
bridge: unify frame discarding paths (NFC)
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/net/if_bridge.c
Please note
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 16 05:21:24 UTC 2024
Modified Files:
src/sys/net: if_bridge.c
Log Message:
bridge: unify frame discarding paths (NFC)
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/net/if_bridge.c
Please note
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 16 05:20:31 UTC 2024
Modified Files:
src/sys/net: if_bridge.c
Log Message:
bridge: remove redundant IFF_RUNNING check
It has been done in bridge_input, so doing in bridge_forward is
redundant and yet racy.
Also it fixes
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 16 05:20:31 UTC 2024
Modified Files:
src/sys/net: if_bridge.c
Log Message:
bridge: remove redundant IFF_RUNNING check
It has been done in bridge_input, so doing in bridge_forward is
redundant and yet racy.
Also it fixes
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 16 05:18:37 UTC 2024
Modified Files:
src/sys/net: if.c
Log Message:
if: add counts of packet drops on if_percpuq to if_iqdrops
So packets dropped on if_percpuq appear in ifconfig -v.
To generate a diff of this commit:
Module Name:src
Committed By: ozaki-r
Date: Mon Dec 16 05:18:37 UTC 2024
Modified Files:
src/sys/net: if.c
Log Message:
if: add counts of packet drops on if_percpuq to if_iqdrops
So packets dropped on if_percpuq appear in ifconfig -v.
To generate a diff of this commit:
Module Name:src
Committed By: nat
Date: Mon Dec 16 03:45:53 UTC 2024
Modified Files:
src/sys/arch/mac68k/dev: ams.c
Log Message:
Fix matching of the PowerBook 500 trackpad.
Addresses PR port-mac68k/58883.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src
Module Name:src
Committed By: nat
Date: Mon Dec 16 03:45:53 UTC 2024
Modified Files:
src/sys/arch/mac68k/dev: ams.c
Log Message:
Fix matching of the PowerBook 500 trackpad.
Addresses PR port-mac68k/58883.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src
Module Name:src
Committed By: andvar
Date: Sun Dec 15 21:40:05 UTC 2024
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
s/partcular/particular/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/fs/autofs/autofs_vnops.c
Pleas
Module Name:src
Committed By: andvar
Date: Sun Dec 15 21:40:05 UTC 2024
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
s/partcular/particular/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/fs/autofs/autofs_vnops.c
Pleas
Module Name:src
Committed By: andvar
Date: Sun Dec 15 21:39:28 UTC 2024
Modified Files:
src/sys/arch/mips/alchemy/dev: aupcmciareg.h
Log Message:
s/particlar/particular/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/alchemy/dev
Module Name:src
Committed By: mrg
Date: Sun Dec 15 20:57:47 UTC 2024
Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/manhtml: mi
src/share/man/man4/man4.sparc64: Makefile
Log Message:
install new pryo(4) manual, as requested in PR#5890
Module Name:src
Committed By: mrg
Date: Sun Dec 15 20:57:47 UTC 2024
Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/manhtml: mi
src/share/man/man4/man4.sparc64: Makefile
Log Message:
install new pryo(4) manual, as requested in PR#5890
Module Name:src
Committed By: christos
Date: Sun Dec 15 17:42:34 UTC 2024
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
PR/58896: Martin Husemann: PT_KILL will not deliver a kill signal to a stopped
process: When the process is stopped, the code resumes it
Module Name:src
Committed By: christos
Date: Sun Dec 15 17:42:34 UTC 2024
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
PR/58896: Martin Husemann: PT_KILL will not deliver a kill signal to a stopped
process: When the process is stopped, the code resumes it
Module Name:src
Committed By: christos
Date: Sun Dec 15 16:26:56 UTC 2024
Modified Files:
src/sys/kern: sys_ptrace_common.c
src/sys/sys: ptrace.h
Log Message:
Complete ptrace strings array and add some more debugging.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Sun Dec 15 16:26:56 UTC 2024
Modified Files:
src/sys/kern: sys_ptrace_common.c
src/sys/sys: ptrace.h
Log Message:
Complete ptrace strings array and add some more debugging.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Sun Dec 15 16:21:57 UTC 2024
Modified Files:
src/external/gpl3/gdb/dist/gdb/tui: tui-winsource.c
Log Message:
PR/58894: Martin Husemann: refresh_window is meant to be called with a NULL
window, but our curses functions don't lik
Module Name:src
Committed By: christos
Date: Sun Dec 15 16:21:57 UTC 2024
Modified Files:
src/external/gpl3/gdb/dist/gdb/tui: tui-winsource.c
Log Message:
PR/58894: Martin Husemann: refresh_window is meant to be called with a NULL
window, but our curses functions don't lik
Module Name:src
Committed By: christos
Date: Sun Dec 15 16:04:06 UTC 2024
Modified Files:
src/external/gpl3/gdb/dist/gdb: netbsd-nat.c
Log Message:
New gdb does not expect the native wait to return THREAD_EXITED, so consume
it internally.
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Sun Dec 15 16:04:06 UTC 2024
Modified Files:
src/external/gpl3/gdb/dist/gdb: netbsd-nat.c
Log Message:
New gdb does not expect the native wait to return THREAD_EXITED, so consume
it internally.
To generate a diff of this commi
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:05:18 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1930
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-9.5
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:05:18 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1930
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-9.5
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:04:53 UTC 2024
Modified Files:
src/lib/libpthread [netbsd-9]: res_state.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1930):
lib/libpthread/res_state.c: revision 1.8
libpth
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:04:53 UTC 2024
Modified Files:
src/lib/libpthread [netbsd-9]: res_state.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1930):
lib/libpthread/res_state.c: revision 1.8
libpth
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:03:44 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #1019, #1022, #1023, #1027 - #1029
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-10.1
P
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:03:44 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #1019, #1022, #1023, #1027 - #1029
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-10.1
P
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:02:17 UTC 2024
Modified Files:
src/lib/libpthread [netbsd-10]: res_state.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1029):
lib/libpthread/res_state.c: revision 1.8
libpt
Module Name:src
Committed By: martin
Date: Sun Dec 15 15:02:17 UTC 2024
Modified Files:
src/lib/libpthread [netbsd-10]: res_state.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1029):
lib/libpthread/res_state.c: revision 1.8
libpt
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:58:45 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: subr_pool.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #1028):
sys/kern/subr_pool.c: revision 1.292
pool: fix pool_sethiw
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:58:45 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: subr_pool.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #1028):
sys/kern/subr_pool.c: revision 1.292
pool: fix pool_sethiw
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:56:53 UTC 2024
Modified Files:
src/sys/uvm [netbsd-10]: uvm_km.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #1027):
sys/uvm/uvm_km.c: revision 1.166
kmem: improve behavior when u
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:56:53 UTC 2024
Modified Files:
src/sys/uvm [netbsd-10]: uvm_km.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #1027):
sys/uvm/uvm_km.c: revision 1.166
kmem: improve behavior when u
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:38:14 UTC 2024
Modified Files:
src/usr.bin/mkubootimage [netbsd-10]: crc32.c mkubootimage.1
mkubootimage.c
Added Files:
src/usr.bin/mkubootimage [netbsd-10]: crc32.h
Log Message:
Pull up following
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:38:14 UTC 2024
Modified Files:
src/usr.bin/mkubootimage [netbsd-10]: crc32.c mkubootimage.1
mkubootimage.c
Added Files:
src/usr.bin/mkubootimage [netbsd-10]: crc32.h
Log Message:
Pull up following
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:32:47 UTC 2024
Modified Files:
src/sys/net [netbsd-10]: if_wg.c
Log Message:
Pull up following revision(s) (requested by alnsn in ticket #1022):
sys/net/if_wg.c: revision 1.133
wg(4): Avoid spurious kassert
Module Name:src
Committed By: martin
Date: Sun Dec 15 14:32:47 UTC 2024
Modified Files:
src/sys/net [netbsd-10]: if_wg.c
Log Message:
Pull up following revision(s) (requested by alnsn in ticket #1022):
sys/net/if_wg.c: revision 1.133
wg(4): Avoid spurious kassert
Module Name:src
Committed By: christos
Date: Sun Dec 15 12:58:38 UTC 2024
Modified Files:
src/lib/libkvm: kvm_proc.c
Log Message:
remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/lib/libkvm/kvm_proc.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Sun Dec 15 12:58:38 UTC 2024
Modified Files:
src/lib/libkvm: kvm_proc.c
Log Message:
remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/lib/libkvm/kvm_proc.c
Please note that diffs are not publi
Module Name:src
Committed By: martin
Date: Sun Dec 15 12:57:33 UTC 2024
Modified Files:
src/sys/arch/hppa/stand/mkboot [netbsd-10]: mkboot.c
src/sys/arch/powerpc/stand/mkbootimage [netbsd-10]: mkbootimage.c
src/usr.bin/elf2aout [netbsd-10]: elf2aout.c
Log M
Module Name:src
Committed By: martin
Date: Sun Dec 15 12:57:33 UTC 2024
Modified Files:
src/sys/arch/hppa/stand/mkboot [netbsd-10]: mkboot.c
src/sys/arch/powerpc/stand/mkbootimage [netbsd-10]: mkbootimage.c
src/usr.bin/elf2aout [netbsd-10]: elf2aout.c
Log M
Module Name:src
Committed By: riastradh
Date: Sun Dec 15 11:34:14 UTC 2024
Modified Files:
src/lib/libpthread: res_state.c
Log Message:
libpthread: Zero-initialize res_state objects.
PR lib/5
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libpth
Module Name:src
Committed By: riastradh
Date: Sun Dec 15 11:34:14 UTC 2024
Modified Files:
src/lib/libpthread: res_state.c
Log Message:
libpthread: Zero-initialize res_state objects.
PR lib/5
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libpth
Module Name:src
Committed By: jmcneill
Date: Sun Dec 15 11:24:14 UTC 2024
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
gicv3: its: Fix regression on LX2K.
Page size probing and device ID width changes broke LX2K, revert these
parts of the last set of
Module Name:src
Committed By: jmcneill
Date: Sun Dec 15 11:24:14 UTC 2024
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
gicv3: its: Fix regression on LX2K.
Page size probing and device ID width changes broke LX2K, revert these
parts of the last set of
Module Name:src
Committed By: skrll
Date: Sun Dec 15 11:07:11 UTC 2024
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 src/sys/kern/uipc_mbuf.c
Please note that diffs are not public domain; they
Module Name:src
Committed By: skrll
Date: Sun Dec 15 11:07:11 UTC 2024
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 src/sys/kern/uipc_mbuf.c
Please note that diffs are not public domain; they
Module Name:src
Committed By: hannken
Date: Sun Dec 15 10:15:55 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c
Log Message:
Add _COMPONENT and ACPI_MODULE_NAME for debug.
Kernels ALL/i386 and ALL/amd64 compile again.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: hannken
Date: Sun Dec 15 10:15:55 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c
Log Message:
Add _COMPONENT and ACPI_MODULE_NAME for debug.
Kernels ALL/i386 and ALL/amd64 compile again.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: mrg
Date: Sun Dec 15 09:22:19 UTC 2024
Added Files:
src/share/man/man4/man4.sparc64: pyro.4
Log Message:
add pyro(4) manual, as requested in PR#58903.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.sparc64/
Module Name:src
Committed By: mrg
Date: Sun Dec 15 09:22:19 UTC 2024
Added Files:
src/share/man/man4/man4.sparc64: pyro.4
Log Message:
add pyro(4) manual, as requested in PR#58903.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.sparc64/
51 matches
Mail list logo