| 06b46652 | 23-Feb-2026 |
Quentin Thébault <quentin.thebault@defenso.fr> |
virtual_oss: use hw.snd.default_unit by default
Reviewed by: christos MFC after: 1 week Signed-off-by: Quentin Thébault <quentin.thebault@defenso.fr> Sponsored by: Defenso PR: 293130 Pull Request
virtual_oss: use hw.snd.default_unit by default
Reviewed by: christos MFC after: 1 week Signed-off-by: Quentin Thébault <quentin.thebault@defenso.fr> Sponsored by: Defenso PR: 293130 Pull Request: https://github.com/freebsd/freebsd-src/pull/2043
show more ...
|
| 90a7728c | 29-Jan-2026 |
Baptiste Daroussin <bapt@FreeBSD.org> |
nuageinit: support fetching configuration on multiple iface
On some environement a VM can be connected to multiple ifaces but only one will respond to dhcp and able to fetch the metadata.
Launch th
nuageinit: support fetching configuration on multiple iface
On some environement a VM can be connected to multiple ifaces but only one will respond to dhcp and able to fetch the metadata.
Launch the early dhclient on all available ifaces and as soon as one dhcp has successfully configured an iface, proceed with fetching the metadata.
MFC After: 1 week Reported by: mateusz.klejn@ovhcloud.com Tested by: mateusz.klejn@ovhcloud.com Sponsored by: OVHcloud
show more ...
|
| ced7f29d | 12-Jan-2026 |
NVSRahul <nvsrahul@hotmail.com> |
rc: Add os-release URL rc.conf variables
Add rc.conf defaults for the os-release URL settings introduced in the os-release rc.d script. This makes it easier for downstream integrators and appliances
rc: Add os-release URL rc.conf variables
Add rc.conf defaults for the os-release URL settings introduced in the os-release rc.d script. This makes it easier for downstream integrators and appliances to override the URLs via rc.conf instead of patching the script.
The following variables are added to libexec/rc/rc.conf: - osrelease_home_url - osrelease_documentation_url - osrelease_support_url - osrelease_bug_report_url
These correspond to HOME_URL, DOCUMENTATION_URL, SUPPORT_URL, and BUG_REPORT_URL in the generated os-release file.
Signed-off-by: NVSRahul <nvsrahul@hotmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1961
show more ...
|
| cc1e4aae | 10-Dec-2025 |
Cy Schubert <cy@FreeBSD.org> |
rc.d/ipfilter: ipfilter must be enabled for options to take
ipfilter options are erased and reset to default when ipfilter is disabled. This results in nullifying options from rc.conf that were prev
rc.d/ipfilter: ipfilter must be enabled for options to take
ipfilter options are erased and reset to default when ipfilter is disabled. This results in nullifying options from rc.conf that were previously set.
8d6feaaaa26f, which added this code, was incorrect as it was for a bug in ipfilter 4.2.28 and no longer applies to ipfilter 5.1.2.
Fixes: 8d6feaaaa26f MFC after: 1 day
show more ...
|