CVS commit: src/sys/kern

2025-03-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 19 03:46:15 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: More detailed debug messages. Especially for module_load where we now print the load request info before we try anything, rather than only if

CVS commit: src/sys/kern

2025-03-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 19 03:46:15 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: More detailed debug messages. Especially for module_load where we now print the load request info before we try anything, rather than only if

CVS commit: src/tests/net/if_vlan

2025-03-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:58:09 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests, vlan: add a test case for link state sync A vlan interface synchronizes its link state with its parent's one. To generate a diff

CVS commit: src/tests/net/if_vlan

2025-03-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:58:09 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests, vlan: add a test case for link state sync A vlan interface synchronizes its link state with its parent's one. To generate a diff

CVS commit: src/tests/net/if_vlan

2025-03-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:57:34 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: dedup t_vlan.sh like others (NFC) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/net/if_vlan/t_vlan.sh