Re: CVS commit: src/sys/net

2022-10-24 Thread Masanobu SAITOH
On 2022/10/25 14:51, matthew green wrote: > "SAITOH Masanobu" writes: >> Module Name: src >> Committed By:msaitoh >> Date:Mon Oct 24 07:45:44 UTC 2022 >> >> Modified Files: >> src/sys/net: if_dl.h >> >> Log Message: >> Increase sdl_data so that more then IFNAMSIZ

re: CVS commit: src/sys/net

2022-10-24 Thread matthew green
"SAITOH Masanobu" writes: > Module Name: src > Committed By: msaitoh > Date: Mon Oct 24 07:45:44 UTC 2022 > > Modified Files: > src/sys/net: if_dl.h > > Log Message: > Increase sdl_data so that more then IFNAMSIZ bytes are available. > > - Increase the size of dl_data[] from 12 to

CVS commit: src/share/man/man9

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 25 00:20:36 UTC 2022 Modified Files: src/share/man/man9: altq.9 Log Message: ifq_drops was changed to use uint64_t. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/altq.9 Please note

CVS commit: src/share/man/man9

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 25 00:20:36 UTC 2022 Modified Files: src/share/man/man9: altq.9 Log Message: ifq_drops was changed to use uint64_t. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/altq.9 Please note

CVS commit: src/lib/libc/time

2022-10-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 24 23:18:31 UTC 2022 Modified Files: src/lib/libc/time: strptime.3 Log Message: strptime(3): make the fact that %z is an extension more prominent Mention it near the format itself, not on the next screen (with an awkward

CVS commit: src/lib/libc/time

2022-10-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 24 23:18:31 UTC 2022 Modified Files: src/lib/libc/time: strptime.3 Log Message: strptime(3): make the fact that %z is an extension more prominent Mention it near the format itself, not on the next screen (with an awkward

Re: CVS commit: src/lib/libc/time

2022-10-24 Thread Steffen Nurpmeso
Taylor R Campbell wrote in <20221023170035.2542f60...@jupiter.mumble.net>: ... |If you use a monotonic timer to sample the POSIX clock before and |after a leap second, the POSIX clock will appear to have taken twice |as long as it should to pass the leap second. Just to note that the next

CVS commit: src/external/cddl/osnet/dist/cmd/zpool

2022-10-24 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 24 14:22:53 UTC 2022 Modified Files: src/external/cddl/osnet/dist/cmd/zpool: zpool_vdev.c Log Message: Remove references to GEOM from zpool(8). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/cddl/osnet/dist/cmd/zpool

2022-10-24 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 24 14:22:53 UTC 2022 Modified Files: src/external/cddl/osnet/dist/cmd/zpool: zpool_vdev.c Log Message: Remove references to GEOM from zpool(8). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/netinet6

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 14:15:19 UTC 2022 Modified Files: src/sys/netinet6: in6.c Log Message: Clear saved_flags to avoid compile error on some archs. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/sys/netinet6/in6.c

CVS commit: src/sys/netinet6

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 14:15:19 UTC 2022 Modified Files: src/sys/netinet6: in6.c Log Message: Clear saved_flags to avoid compile error on some archs. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/sys/netinet6/in6.c

CVS commit: src/tests/lib/libutil

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 13:42:55 UTC 2022 Modified Files: src/tests/lib/libutil: t_sockaddr_snprintf.c Log Message: Sync with if_dl.h rev. 1.29's change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libutil

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 13:42:55 UTC 2022 Modified Files: src/tests/lib/libutil: t_sockaddr_snprintf.c Log Message: Sync with if_dl.h rev. 1.29's change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

Re: CVS commit: src/lib/libc/time

2022-10-24 Thread Robert Elz
Date:Sun, 23 Oct 2022 13:53:01 -0400 From:Jan Schaumann Message-ID: | Hmm, maybe something like this? I think there is still too much there, you don't have to explain everything (or almost anything), but it is in the right direction I think. | For example,

CVS commit: src/sys/dev/i2c

2022-10-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 24 10:17:40 UTC 2022 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic(4): Use config_detach_children to simplify. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/i2c/i2c.c Please

CVS commit: src/sys/dev/i2c

2022-10-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 24 10:17:40 UTC 2022 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic(4): Use config_detach_children to simplify. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/i2c/i2c.c Please

CVS commit: src/sys/dev

2022-10-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 24 10:17:27 UTC 2022 Modified Files: src/sys/dev/acpi: smbus_acpi.c src/sys/dev/i2c: i2c.c i2c_exec.c i2cvar.h Log Message: i2c(9): Nix smbus intr API. It was introduced in 2007 for some Xbox thing which was

CVS commit: src/sys/dev

2022-10-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 24 10:17:27 UTC 2022 Modified Files: src/sys/dev/acpi: smbus_acpi.c src/sys/dev/i2c: i2c.c i2c_exec.c i2cvar.h Log Message: i2c(9): Nix smbus intr API. It was introduced in 2007 for some Xbox thing which was

CVS commit: src/sys/sys

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 08:14:11 UTC 2022 Modified Files: src/sys/sys: param.h Log Message: Welcome to 9.99.102 - Increase the size of dl_data[] from 12 to 24. - Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. To generate a

CVS commit: src/sys/sys

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 08:14:11 UTC 2022 Modified Files: src/sys/sys: param.h Log Message: Welcome to 9.99.102 - Increase the size of dl_data[] from 12 to 24. - Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. To generate a

CVS commit: src

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 08:11:25 UTC 2022 Modified Files: src/sys/altq: if_altq.h src/sys/net: if.c if.h src/sys/net80211: ieee80211_output.c src/usr.bin/netstat: if.c main.c Log Message: Make ifq_drops in struct

CVS commit: src

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 08:11:25 UTC 2022 Modified Files: src/sys/altq: if_altq.h src/sys/net: if.c if.h src/sys/net80211: ieee80211_output.c src/usr.bin/netstat: if.c main.c Log Message: Make ifq_drops in struct

CVS commit: src/sys/net

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 07:45:44 UTC 2022 Modified Files: src/sys/net: if_dl.h Log Message: Increase sdl_data so that more then IFNAMSIZ bytes are available. - Increase the size of dl_data[] from 12 to 24. - Same as OpenBSD. To generate

CVS commit: src/sys/net

2022-10-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 24 07:45:44 UTC 2022 Modified Files: src/sys/net: if_dl.h Log Message: Increase sdl_data so that more then IFNAMSIZ bytes are available. - Increase the size of dl_data[] from 12 to 24. - Same as OpenBSD. To generate