Module Name:src
Committed By: kre
Date: Thu Feb 13 02:56:03 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: ipv6.c
Log Message:
Supply a forgotten ';' in conditionally compiled code.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bs
Module Name:src
Committed By: kre
Date: Thu Feb 13 02:56:03 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: ipv6.c
Log Message:
Supply a forgotten ';' in conditionally compiled code.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bs
Module Name:src
Committed By: kre
Date: Thu Feb 13 02:55:20 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcp.c
Log Message:
In dhcp_handledhcp() var 'tmp' is not used #ifndef IPV4LL
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/external
Module Name:src
Committed By: kre
Date: Thu Feb 13 02:55:20 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcp.c
Log Message:
In dhcp_handledhcp() var 'tmp' is not used #ifndef IPV4LL
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/external
Module Name:src
Committed By: kre
Date: Thu Feb 13 02:53:06 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: if-options.c
Log Message:
Conditionally compile more vars not used #ifndef SMALL
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/exter
Module Name:src
Committed By: kre
Date: Thu Feb 13 02:53:06 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: if-options.c
Log Message:
Conditionally compile more vars not used #ifndef SMALL
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/exter
Module Name:src
Committed By: kre
Date: Thu Feb 13 01:54:46 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: if-options.c
Log Message:
The var 'vo' in free_options() is used only #ifndef SMALL, move its
declaration to the appropriate place for that case.
Should
Module Name:src
Committed By: kre
Date: Thu Feb 13 01:54:46 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: if-options.c
Log Message:
The var 'vo' in free_options() is used only #ifndef SMALL, move its
declaration to the appropriate place for that case.
Should
Module Name:src
Committed By: gutteridge
Date: Thu Feb 13 01:33:21 UTC 2025
Modified Files:
src/sys/dev: vndvar.h
Log Message:
vndvar.h: fix grammar in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/vndvar.h
Please note that diffs ar
Module Name:src
Committed By: gutteridge
Date: Thu Feb 13 01:33:21 UTC 2025
Modified Files:
src/sys/dev: vndvar.h
Log Message:
vndvar.h: fix grammar in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/vndvar.h
Please note that diffs ar
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:25:30 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: machdep.c
Log Message:
wii: Early init for DVD support
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/wii/machdep.c
Please
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:25:30 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: machdep.c
Log Message:
wii: Early init for DVD support
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/wii/machdep.c
Please
Module Name:src
Committed By: christos
Date: Wed Feb 12 22:23:34 UTC 2025
Modified Files:
src/external/mpl/dhcp: Makefile.inc
Log Message:
Add commented out memory debugging stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mpl/dhcp/Makefi
Module Name:src
Committed By: christos
Date: Wed Feb 12 22:23:34 UTC 2025
Modified Files:
src/external/mpl/dhcp: Makefile.inc
Log Message:
Add commented out memory debugging stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mpl/dhcp/Makefi
Module Name:src
Committed By: christos
Date: Wed Feb 12 22:17:27 UTC 2025
Modified Files:
src/external/mpl/dhcp/dist/server: mdb6.c
Log Message:
Fix 2 bugs when cleaning old leases:
1. in cleanup_old_expired() call iasubopt_dereference() if the subopt did not
have an ia
Module Name:src
Committed By: christos
Date: Wed Feb 12 22:17:27 UTC 2025
Modified Files:
src/external/mpl/dhcp/dist/server: mdb6.c
Log Message:
Fix 2 bugs when cleaning old leases:
1. in cleanup_old_expired() call iasubopt_dereference() if the subopt did not
have an ia
Module Name:src
Committed By: roy
Date: Wed Feb 12 19:33:15 UTC 2025
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of dhcpcd-10.2.0
To generate a diff of this commit:
cvs rdiff -u -r1.2079 -r1.2080 src/doc/3RDPARTY
cvs rdiff -u -r1.3134 -r1.3135 src/
tBSD 10.0 to NetBSD 11.0:
blocklistd(8): Support multiple configuration files in a
configuration directory like /etc/blocklistd.conf.d,
from hrosenfeld. [christos 20250206]
+ dhcpcd: Import version 10.2.0. [roy 20250212]
Module Name:src
Committed By: roy
Date: Wed Feb 12 19:23:13 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c
if-bsd.c if-options.c ipv6.c ipv6.h ipv6nd.c logerr.c privsep.c
script.c
Log Message:
Sync with dhcp
Module Name:src
Committed By: roy
Date: Wed Feb 12 19:23:13 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c
if-bsd.c if-options.c ipv6.c ipv6.h ipv6nd.c logerr.c privsep.c
script.c
Log Message:
Sync with dhcp
Module Name:src
Committed By: roy
Date: Wed Feb 12 18:57:17 UTC 2025
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29612
Log Message:
Reimport dhcpcd-10.2.0 without the compat entry to break stuff
Status:
Vendor Tag: ROY
Release
Module Name:src
Committed By: roy
Date: Wed Feb 12 18:57:17 UTC 2025
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29612
Log Message:
Reimport dhcpcd-10.2.0 without the compat entry to break stuff
Status:
Vendor Tag: ROY
Release
Module Name:src
Committed By: roy
Date: Wed Feb 12 16:57:12 UTC 2025
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20720
Log Message:
Update to dhcpcd-10.2.0 with the following changes:
dhcp6: start request when advertise received af
Module Name:src
Committed By: roy
Date: Wed Feb 12 16:57:12 UTC 2025
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20720
Log Message:
Update to dhcpcd-10.2.0 with the following changes:
dhcp6: start request when advertise received af
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:33:35 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII files.wii
Added Files:
src/sys/arch/evbppc/wii/dev: di.c
Log Message:
wii: Add support for Wii DVD drive.
This adds a virtual SCSI HBA driver th
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:33:35 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII files.wii
Added Files:
src/sys/arch/evbppc/wii/dev: di.c
Log Message:
wii: Add support for Wii DVD drive.
This adds a virtual SCSI HBA driver th
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:31:04 UTC 2025
Modified Files:
src/sys/arch/evbppc/include: wii.h
Log Message:
wii: Add more register definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/include/wii.h
P
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:31:04 UTC 2025
Modified Files:
src/sys/arch/evbppc/include: wii.h
Log Message:
wii: Add more register definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/include/wii.h
P
28 matches
Mail list logo