Module Name:src
Committed By: wiz
Date: Fri Mar 28 06:40:09 UTC 2025
Modified Files:
src/doc: 3RDPARTY
Log Message:
expat-2.7.1 is out
To generate a diff of this commit:
cvs rdiff -u -r1.2091 -r1.2092 src/doc/3RDPARTY
Please note that diffs are not public domain; they a
Module Name:src
Committed By: wiz
Date: Fri Mar 28 06:40:09 UTC 2025
Modified Files:
src/doc: 3RDPARTY
Log Message:
expat-2.7.1 is out
To generate a diff of this commit:
cvs rdiff -u -r1.2091 -r1.2092 src/doc/3RDPARTY
Please note that diffs are not public domain; they a
Module Name:src
Committed By: imil
Date: Fri Mar 28 05:54:49 UTC 2025
Modified Files:
src/sys/arch/amd64/conf: MICROVM
src/sys/arch/i386/conf: MICROVM
Added Files:
src/sys/arch/x86/conf: MICROVM.common
Log Message:
x86: consolidate MICROVM kernel configurat
Module Name:src
Committed By: imil
Date: Fri Mar 28 05:54:49 UTC 2025
Modified Files:
src/sys/arch/amd64/conf: MICROVM
src/sys/arch/i386/conf: MICROVM
Added Files:
src/sys/arch/x86/conf: MICROVM.common
Log Message:
x86: consolidate MICROVM kernel configurat
Module Name:src
Committed By: joe
Date: Sun Mar 23 18:38:49 UTC 2025
Modified Files:
src/sys/dev/pci: if_iavf.c
Log Message:
avoid NULL pointer dereference on failed memory allocation for sc_ihs
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pc
Module Name:src
Committed By: pgoyette
Date: Thu Mar 27 20:10:29 UTC 2025
Modified Files:
src/sys/dev/wsfont: Comic_Mono_16x34.h
Log Message:
Include fontsize info in the larger font to differentiate it
from the smaller font in case both are selected. Similar to
what is d
Module Name:src
Committed By: pgoyette
Date: Thu Mar 27 20:10:29 UTC 2025
Modified Files:
src/sys/dev/wsfont: Comic_Mono_16x34.h
Log Message:
Include fontsize info in the larger font to differentiate it
from the smaller font in case both are selected. Similar to
what is d
Module Name:src
Committed By: martin
Date: Thu Mar 27 19:00:14 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1073):
sys/arch/evbppc/wii/pic_pi.c: revision 1.4
wi
Module Name:src
Committed By: martin
Date: Thu Mar 27 19:00:14 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1073):
sys/arch/evbppc/wii/pic_pi.c: revision 1.4
wi
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 12:23:00 UTC 2025
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
x86: Enable vio9p(4) out of the box.
PR kern/59211: vio9p(4): missing from various GENERICs and
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 12:22:44 UTC 2025
Modified Files:
src/sys/arch/alpha/conf: GENERIC.QEMU
src/sys/arch/amd64/conf: ALL GENERIC MICROVM
src/sys/arch/evbarm/conf: GENERIC GENERIC64
src/sys/arch/evbmips/conf: MIPSS
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 12:23:00 UTC 2025
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
x86: Enable vio9p(4) out of the box.
PR kern/59211: vio9p(4): missing from various GENERICs and
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 12:22:44 UTC 2025
Modified Files:
src/sys/arch/alpha/conf: GENERIC.QEMU
src/sys/arch/amd64/conf: ALL GENERIC MICROVM
src/sys/arch/evbarm/conf: GENERIC GENERIC64
src/sys/arch/evbmips/conf: MIPSS
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 11:01:07 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Test LOCAL_CONNWAIT.
PR kern/59220: accept(2): null pointer deref
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 sr
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 11:01:07 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Test LOCAL_CONNWAIT.
PR kern/59220: accept(2): null pointer deref
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 sr
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 11:00:50 UTC 2025
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
unp_accept: Fix assertion in SS_ISCONNECTING case.
This null test matches the assertion inside soisconnected.
In this context, so2 must als
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 11:00:50 UTC 2025
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
unp_accept: Fix assertion in SS_ISCONNECTING case.
This null test matches the assertion inside soisconnected.
In this context, so2 must als
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:30 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Make existing tests more reliable by exiting in child.
Returning into atf in the child is not helpful.
Preparation for adding a tes
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:30 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Make existing tests more reliable by exiting in child.
Returning into atf in the child is not helpful.
Preparation for adding a tes
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:10 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Sort includes.
No functional change intended.
Preparation for:
PR kern/59220: accept(2): null pointer deref
To generate a diff o
Module Name:src
Committed By: riastradh
Date: Thu Mar 27 10:57:10 UTC 2025
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
t_unix: Sort includes.
No functional change intended.
Preparation for:
PR kern/59220: accept(2): null pointer deref
To generate a diff o
21 matches
Mail list logo