Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:30:01 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: get rid of exclude -t
exclude_libs() no longer uses it, so revert exclude() to what it was
before the -t was introduced.
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:30:01 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: get rid of exclude -t
exclude_libs() no longer uses it, so revert exclude() to what it was
before the -t was introduced.
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:14:35 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: simplify exclude_libs
Don't compose a baroque ERE to filter the list of libraries. grep can
match whole lines with -x s
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:14:35 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: simplify exclude_libs
Don't compose a baroque ERE to filter the list of libraries. grep can
match whole lines with -x s
Module Name:src
Committed By: uwe
Date: Thu Oct 10 21:42:24 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: exclude_libs - use find/readlink instead of ls/awk
This doesn't only feels right, but also gets rid of a bogus empty lin
Module Name:src
Committed By: uwe
Date: Thu Oct 10 21:42:24 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: exclude_libs - use find/readlink instead of ls/awk
This doesn't only feels right, but also gets rid of a bogus empty lin
Module Name:src
Committed By: martin
Date: Thu Oct 10 15:01:08 UTC 2024
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
CONFIG_IEEE80211W is no longer optional.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/wpa/bin
Module Name:src
Committed By: martin
Date: Thu Oct 10 15:01:08 UTC 2024
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
CONFIG_IEEE80211W is no longer optional.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/wpa/bin
Module Name:src
Committed By: uwe
Date: Thu Oct 10 13:06:23 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: clarify/simplify awk script in _obsolete_libs
Add comments and rename variables to better reflect their purpose.
Emit pl
Module Name:src
Committed By: uwe
Date: Thu Oct 10 13:06:23 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: clarify/simplify awk script in _obsolete_libs
Add comments and rename variables to better reflect their purpose.
Emit pl
Module Name:src
Committed By: kre
Date: Thu Oct 10 11:14:28 UTC 2024
Modified Files:
src/share/man/man9: ts2timo.9
src/sys/kern: subr_time.c
Log Message:
PR kern/58733 - avoid ts2timo() clobbering its arg
See the PR for the gory details - in the TIMER_ABSTIME case
Module Name:src
Committed By: kre
Date: Thu Oct 10 11:14:28 UTC 2024
Modified Files:
src/share/man/man9: ts2timo.9
src/sys/kern: subr_time.c
Log Message:
PR kern/58733 - avoid ts2timo() clobbering its arg
See the PR for the gory details - in the TIMER_ABSTIME case
Module Name:src
Committed By: martin
Date: Thu Oct 10 09:42:23 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ammend ticket #939 for additional man page fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-1
Module Name:src
Committed By: martin
Date: Thu Oct 10 09:42:23 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ammend ticket #939 for additional man page fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-1
Module Name:src
Committed By: martin
Date: Thu Oct 10 09:40:36 UTC 2024
Modified Files:
src/share/man/man4 [netbsd-10]: acpihed.4 acpivmgenid.4 apei.4
Log Message:
Additionally pull up following revision(s) (requested by rin in ticket #939):
share/man/man4/acpihed
Module Name:src
Committed By: martin
Date: Thu Oct 10 09:40:36 UTC 2024
Modified Files:
src/share/man/man4 [netbsd-10]: acpihed.4 acpivmgenid.4 apei.4
Log Message:
Additionally pull up following revision(s) (requested by rin in ticket #939):
share/man/man4/acpihed
Module Name:src
Committed By: rin
Date: Thu Oct 10 09:05:45 UTC 2024
Modified Files:
src/share/man/man4: acpihed.4 acpivmgenid.4 apei.4
Log Message:
acpi{hed,vmgenid}(4), apei(4): Sync HISTORY with reality
These got successfully back-ported into 10.1 :)
To generate a di
Module Name:src
Committed By: rin
Date: Thu Oct 10 09:05:45 UTC 2024
Modified Files:
src/share/man/man4: acpihed.4 acpivmgenid.4 apei.4
Log Message:
acpi{hed,vmgenid}(4), apei(4): Sync HISTORY with reality
These got successfully back-ported into 10.1 :)
To generate a di
Module Name:src
Committed By: martin
Date: Thu Oct 10 07:45:02 UTC 2024
Modified Files:
src/tests/kernel: t_semtimedop.c
Log Message:
Fix semctl(..., SETVAL, value) calls: you can not pass an integer 0
to a variadic function expecting a union with all ABIs, as they may not
Module Name:src
Committed By: martin
Date: Thu Oct 10 07:45:02 UTC 2024
Modified Files:
src/tests/kernel: t_semtimedop.c
Log Message:
Fix semctl(..., SETVAL, value) calls: you can not pass an integer 0
to a variadic function expecting a union with all ABIs, as they may not
20 matches
Mail list logo