[Bug 268393] system always reboots once from a powered off state

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393 Mark Linimon changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 272878] hdac driver panics on boot on -CURRENT

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272878 Mark Linimon changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 273414] linuxulator regression in symlinks under zfs

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273414 Kyle Evans changed: What|Removed |Added Assignee|b...@freebsd.org|dcha...@freebsd.org

[Bug 273414] linuxulator regression in symlinks under zfs

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273414 Kyle Evans changed: What|Removed |Added Blocks||271607 Referenced Bugs:

[Bug 271607] 14.0-RELEASE metabug

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271607 Kyle Evans changed: What|Removed |Added Depends on||273414 CC|

[Bug 273373] fails to build in POSIX mode due to namespace pollution

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373 --- Comment #8 from Jake Freeland --- (In reply to Jan Beich from comment #7) Of course:) Does chromium successfully compile with this change? I just tested using this example: #include int main() { timerfd_create(CLOCK_MONOTONIC, 0);

[Bug 273373] fails to build in POSIX mode due to namespace pollution

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373 --- Comment #7 from Jan Beich --- (In reply to Jake Freeland from comment #6) > I am getting successful compilation when including sys/time.h in timerfd.h. Maybe also drop as it's already included by . -- You are receiving this mail

[Bug 273414] linuxulator regression in symlinks under zfs

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273414 Bug ID: 273414 Summary: linuxulator regression in symlinks under zfs Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 273373] fails to build in POSIX mode due to namespace pollution

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373 --- Comment #6 from Jake Freeland --- (In reply to Jake Freeland from comment #5) Oops, I misread your comment. glib/musl includes time.h, not sys/time.h, in timerfd.h. I am getting successful compilation when including sys/time.h in

[Bug 273373] fails to build in POSIX mode due to namespace pollution

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373 --- Comment #5 from Jake Freeland --- (In reply to Jan Beich from comment #4) Based on some simple testing, it looks like we can just follow glib/musl's lead and include sys/time.h? -- You are receiving this mail because: You are the

[Bug 273405] wc /dev/wmistat0 fails with EBADF

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273405 Dag-Erling Smørgrav changed: What|Removed |Added Component|bin |kern

[Bug 273413] erf(3) is missing a STANDARDS section

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273413 Bug ID: 273413 Summary: erf(3) is missing a STANDARDS section Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity:

[Bug 261349] Modernise hier(7)

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261349 --- Comment #48 from Mitchell Horne --- (In reply to Alexander Ziaee from comment #43) Hi Alexander, Thanks for your work and interest in hier(7) improvements. This is the right place to enter the discussion. You seem to be asking why

[Bug 273328] [Security] Array index error in sys/dev/iir/iir.c

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273328 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org

[Bug 271819] FREEBSD 13.0 machine becomes unresponsive after some days.

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271819 Mark Linimon changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 272434] du and disk operations (like mv,cp,shutil.move/rmtree,os.rename) combination issues

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272434 Mark Linimon changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 273402] syslog(3) silently drops message when openlog(3) contains spaces in "ident" text

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273402 Mark Linimon changed: What|Removed |Added Component|bin |kern Keywords|

[Bug 259541] [smartpqi] panic: Segment size is not aligned, in a call to bus_dmamap_load_ccb() from smartpqi_cam_action.

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259541 --- Comment #3 from John Hall --- review D41619 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 273405] wc /dev/wmistat0 fails with EBADF

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273405 --- Comment #1 from John F. Carr --- Driver function acpi_wmi_wmistat_read prohibits reads except by the same process ID that opened the device. The PID check was in the first version of the driver in 2009. This is a very odd

[Bug 273405] wc /dev/wmistat0 fails with EBADF

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273405 Bug ID: 273405 Summary: wc /dev/wmistat0 fails with EBADF Product: Base System Version: 13.2-STABLE Hardware: amd64 OS: Any Status: New Severity:

[Bug 230291] Kernel Panic when tried to create logical volume with Smartpqi storage driver on FreeBSD 12.0 Current

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230291 scott.ben...@microchip.com changed: What|Removed |Added CC|

[Bug 269568] strip(1) creates an executable which crashes in ld-elf.so.1

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269568 --- Comment #5 from Ed Maste --- We plan to (eventually) switch to LLVM binutils for the base system but in the interim ELF Tool Chain strip needs to be fixed to avoid this issue indeed. I have also CC'd Kostik in case there's anything

[Bug 269568] strip(1) creates an executable which crashes in ld-elf.so.1

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269568 Thomas Hurst changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 273402] syslog(3) silently drops message when openlog(3) contains spaces in "ident" text

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273402 Doug Nelson changed: What|Removed |Added Version|Unspecified |13.2-RELEASE Hardware|Any

[Bug 273402] syslog(3) silently drops message when openlog(3) contains spaces in "ident" text

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273402 Bug ID: 273402 Summary: syslog(3) silently drops message when openlog(3) contains spaces in "ident" text Product: Base System Version: Unspecified Hardware: Any

[Bug 273401] strverscmp(3)'s HISTORY claims it was added in 14.0

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273401 Mina Galić changed: What|Removed |Added Status|New |In Progress URL|

[Bug 272878] hdac driver panics on boot on -CURRENT

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272878 John Grafton changed: What|Removed |Added CC||john.graf...@runbox.com ---

[Bug 273401] strverscmp(3)'s HISTORY claims it was added in 14.0

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273401 Bug ID: 273401 Summary: strverscmp(3)'s HISTORY claims it was added in 14.0 Product: Documentation Version: Latest Hardware: Any OS: Any Status: New

[Bug 266270] freebsd-update cron corrupts freebsd-update upgrade's in progress

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266270 --- Comment #6 from John Grafton --- (In reply to Peter Eriksson from comment #5) Correct, I misunderstood your problem. My patch will not correct it. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 272151] panic: use-after-free tty race condition

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272151 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 273399] [patch] Minor improvements to ipsec(4) and enc(4)

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273399 Bug ID: 273399 Summary: [patch] Minor improvements to ipsec(4) and enc(4) Product: Documentation Version: Latest Hardware: Any OS: Any Status: New

[Bug 271819] FREEBSD 13.0 machine becomes unresponsive after some days.

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271819 --- Comment #2 from Anwar --- Hi, Issue has been reproduced on supported versions also like 13.1 and 13.2. Please refer https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272434 Thanks, Anwar -- You are receiving this mail because: You

[Bug 273289] smartpqi: fix panic on removal of SAS drive

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273289 --- Comment #10 from John F. Carr --- I expect powering off an external drive to work the same as removing a hot-swap drive. You may need INVARIANTS on to see the panic. -- You are receiving this mail because: You are the assignee for

[Bug 273373] fails to build in POSIX mode due to namespace pollution

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373 --- Comment #4 from Jan Beich --- Both attachment 244373 and review D41600?id=126574 are not self-sufficient: $ cat a.c #include int main() { timerfd_create(CLOCK_MONOTONIC, 0); return 0; } $ cc a.c a.c:2:29: error: use of undeclared

[Bug 267094] Enable Touchpad on Fujitsu Lifebook (i2c / hid)

2023-08-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267094 Vladimir Kondratyev changed: What|Removed |Added CC||w...@freebsd.org