[Bug 281202] [regression] /usr/sbin/ntpd is broken in 13.4-RC

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281202 Bug ID: 281202 Summary: [regression] /usr/sbin/ntpd is broken in 13.4-RC Product: Base System Version: 13.4-STABLE Hardware: Any OS: Any Status: New

Problem reports for b...@freebsd.org that need special attention

2024-09-01 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 264195] Fix cross-building from macOS for newversh.sh and SDK identification

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264195 Mateusz Piotrowski <0...@freebsd.org> changed: What|Removed |Added Assignee|0...@freebsd.org |b...@freebs

[Bug 281160] [PATCH] mfiutil: Fix unsafe assumptions of snprintf(3) return value in function 'mfi_autolearn_period'

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281160 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #1 f

[Bug 279381] FreeBSD 13.3-RELEASE breaks isp driver with Qlogic QLE2692 16Gb fibre channel cards

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279381 Mark Linimon changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 281177] 13.2 works, 13.3 and 14.x installers panic on older qlogic isp card

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281177 Mark Linimon changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 268436] [libc] syslog() and vsyslog() do not preserve the errno at the time of the call.

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268436 Mark Linimon changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 268436] [libc] syslog() and vsyslog() do not preserve the errno at the time of the call.

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268436 --- Comment #4 from Hodong --- #include #include #include #include #include #include void* c_realloc (void* ptr, size_t size) { if (!size) { free (ptr); return NULL; } void* mem = realloc (ptr, size); if (mem)

[Bug 268436] [libc] syslog() and vsyslog() do not preserve the errno at the time of the call.

2024-09-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268436 --- Comment #3 from Hodong --- (In reply to Mark Johnston from comment #2) Your opinion is also correct. I should explain it well and logically, but I am sorry that I cannot. Instead, I will write an example code to show what the problem i