[Bug 271826] FreeBSD is disastrously slow on a PowerMac G5, freezing at every command

2024-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826 --- Comment #24 from Sergey Fedorov --- (In reply to Justin Hibbits from comment #20) If someone could build the image to try (or if installing from a FireWire drive works, then I can clone DVD image there and just replace the kernel, but

[Bug 27760] pkg_add -r hangs when fetching via ftp

2024-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=27760 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=600c83f389932163135592b08d80df4a7296eef8 commit 600c83f389932163135592b08d80df4a7296eef8 Author:

[Bug 266480] Panic "sleeping thread" with qlnxe driver

2024-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266480 Zhenlei Huang changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 266480] Panic "sleeping thread" with qlnxe driver

2024-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266480 Kevin Bowling changed: What|Removed |Added CC||kbowl...@freebsd.org --- Comment

[Bug 268354] qlnxe(4) failed to build as kernel component

2024-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268354 Kevin Bowling changed: What|Removed |Added CC||kbowl...@freebsd.org

[Bug 271826] FreeBSD is disastrously slow on a PowerMac G5, freezing at every command

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826 --- Comment #23 from Warner Losh --- (In reply to Mitch from comment #22) You can do something like: git checkout main git checkout -b tracking-branch git revert $HASH make kernel-toolchain TARGET_ARCH=powerpc64 make buildkernel

[Bug 271826] FreeBSD is disastrously slow on a PowerMac G5, freezing at every command

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826 --- Comment #22 from Mitch --- (In reply to Denis Ahrens from comment #21) I can try to cross compile a 14 PPC64 Kernel without c583b02587 on my x86_64 server if I can find instructions on how to achieve this. I also have a functional

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 Oleh Vinichenko changed: What|Removed |Added Resolution|--- |Not A Bug

[Bug 279268] [patch] xdm dies when pressing CTRL-C if pam_xdg.so is used

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279268 Emmanuel Vadot changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 279268] [patch] xdm dies when pressing CTRL-C if pam_xdg.so is used

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279268 --- Comment #1 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=cca0ce62f367d03ed429bf99e41e6aca8cb7f2ac commit cca0ce62f367d03ed429bf99e41e6aca8cb7f2ac Author:

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #11 from Oleh Vinichenko --- i was too early in my conclusions about sound changes are root cause of a problem. in reality, the problem is suspend. when sound card is taken by an application such as musicpd and notebook is then

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 --- Comment #7 from Ed Maste --- There are two possible follow-on changes that could be made: - Add a note in the man page that the flags are case insensitive but by convention are typically uppercase. - Switch the switch statement to

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 --- Comment #6 from Ed Maste --- Thanks for the thorough chase through the rabbit hole! I've merged the patch as it makes sense for the man page to be consistent. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 --- Comment #5 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a8f86ecd6104b1f127b426be278a9031789b4413 commit a8f86ecd6104b1f127b426be278a9031789b4413 Author:

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 --- Comment #4 from Joshua Kinard --- (In reply to Joshua Kinard from comment #3) Why is it always the little things that hide the deepest of rabbit holes? I dug back into FreeBSD's cgit history, and it looks like the 'p'/'P' flag (take

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 --- Comment #3 from Joshua Kinard --- (In reply to Ed Maste from comment #2) The switch statement is changing the flag characters to lower case before it checks them: > for (; q && *q && !isspacech(*q); q++) { > switch

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #2 from

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

2024-05-26 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

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #10 from Christos Margiolis --- (In reply to Oleh Vinichenko from comment #8) So, I have one or two commits after 8771127d75a1295dd32abd0022ff3750bc564706 in mind that could potentially be the culprit, but I want to ask the

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #9 from Oleh Vinichenko --- also, are the commits related, or independent of each other? in latter case it make sense to go through every commit one by one. -- You are receiving this mail because: You are the assignee for the

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #8 from Oleh Vinichenko --- unfortunately, very latest changes did not change the situation. i will start reverting of /usr/src before commit 8771127d75a1295dd32abd0022ff3750bc56470 is there more robust way of doing it? because

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #7 from Oleh Vinichenko --- i will try most recent changes first. and then start reverting back. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279182] man(1) needs to check for .so files not only in the first line

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279182 Wolfram Schneider changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 279182] man(1) needs to check for .so files not only in the first line

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279182 --- Comment #1 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=73eb53813fe3a2245edbeb670902e4bb9d41e288 commit 73eb53813fe3a2245edbeb670902e4bb9d41e288 Author:

[Bug 279308] mdmfs does not work as documented

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308 Bug ID: 279308 Summary: mdmfs does not work as documented Product: Base System Version: 14.0-STABLE Hardware: Any OS: Any Status: New Severity:

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 --- Comment #1 from Joshua Kinard --- Created attachment 250961 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250961=edit Patch to fix the case of the 'P' flag in newsyslog.conf's manpage -- You are receiving this mail

[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303 Bug ID: 279303 Summary: usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage Product: Base System Version: CURRENT Hardware: Any

[Bug 279302] kern: Remove leftover saf1761otg bits

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279302 --- Comment #1 from Joshua Kinard --- Created attachment 250960 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250960=edit Patch to cleanup remaining saf1761 driver references -- You are receiving this mail because: You are

[Bug 279302] kern: Remove leftover saf1761otg bits

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279302 Bug ID: 279302 Summary: kern: Remove leftover saf1761otg bits Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity:

[Bug 275741] sys/modules: Fix processing of WITHOUT_MODULES

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275741 Joshua Kinard changed: What|Removed |Added Attachment #247035|0 |1 is obsolete|

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #6 from Christos Margiolis --- Hello Oleh, In the description you are mentioning things working fine after reverting back to 8771127d75a1295dd32abd0022ff3750bc56470. It would be more helpful if you could start applying the

[Bug 277615] /usr/sbin/mixer -a does not display all mixer devices if /dev/mixer0 happens to not exist.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277615 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=cd254b9243d3d0f4d86b388f919dc744086fb002 commit cd254b9243d3d0f4d86b388f919dc744086fb002

[Bug 277615] /usr/sbin/mixer -a does not display all mixer devices if /dev/mixer0 happens to not exist.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277615 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=ab7c89415462567665c36628137375847fbff590 commit ab7c89415462567665c36628137375847fbff590

[Bug 279201] mptutil(8) use date from the future: May 24, 2024

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279201 Ed Maste changed: What|Removed |Added Assignee|b...@freebsd.org|ema...@freebsd.org CC|

[Bug 279268] [patch] xdm dies when pressing CTRL-C if pam_xdg.so is used

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279268 Mark Linimon changed: What|Removed |Added Keywords||crash -- You are receiving this

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 Oleh Vinichenko changed: What|Removed |Added Version|Unspecified |14.0-STABLE -- You are

[Bug 279054] Compile failure when #include in C++ code

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279054 cnba...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #5 from Oleh Vinichenko --- Created attachment 250944 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250944=edit output of `mixer` command -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #4 from Oleh Vinichenko --- Created attachment 250943 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250943=edit cat /dev/sndstat -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279285] no sound on stable/14 with vchans disabled and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 Oleh Vinichenko changed: What|Removed |Added Summary|no sound on stable/14 with |no sound on stable/14 with

[Bug 279285] no sound on stable/14 with vchans and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #3 from Oleh Vinichenko --- Created attachment 250942 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250942=edit relevant part of sysctl.conf -- You are receiving this mail because: You are the assignee for the

[Bug 279285] no sound on stable/14 with vchans and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #2 from Oleh Vinichenko --- Created attachment 250941 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250941=edit sysctl dev.hdac -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279285] no sound on stable/14 with vchans and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 --- Comment #1 from Oleh Vinichenko --- Created attachment 250940 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250940=edit sysctl dev.pcm -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279285] no sound on stable/14 with vchans and bitperfect setup.

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279285 Bug ID: 279285 Summary: no sound on stable/14 with vchans and bitperfect setup. Product: Base System Version: Unspecified Hardware: amd64 OS: Any

[Bug 272787] Add asmc support for MacBookPro10,1 and MacMini6,2

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272787 --- Comment #1 from James --- Used this patch on a mid-2012 MBP Retina running 14-STABLE to adjust the fan speeds. Quite pleased to find it as the unit runs a bit too warm without the battery. -- You are receiving this mail because: You

[Bug 279122] /boot/kernel/kernel: "not stripped"

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279122 Warner Losh changed: What|Removed |Added CC||i...@freebsd.org --- Comment #1

[Bug 261440] vt newcons breaks suspend/resume for all graphics cards that do not use KMS drivers

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261440 --- Comment #5 from Stefan B. --- (In reply to Ed Maste from comment #4) Not yet, had no time yet, but testing again with 14 and current is on my todo list, as I have read some reports that suspend/resume now works with Nvidia+vt. As I

[Bug 233356] vt(4) doesn't support rc.conf parameters saver= or blanktime=

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233356 Ed Maste changed: What|Removed |Added Summary|12.0-RC1 vt(4) doesn't |vt(4) doesn't support

[Bug 261440] vt newcons breaks suspend/resume for all graphics cards that do not use KMS drivers

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261440 --- Comment #4 from Ed Maste --- (In reply to Stefan B. from comment #3) Any update? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206 Ed Maste changed: What|Removed |Added Assignee|b...@freebsd.org|ema...@freebsd.org

[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206 --- Comment #8 from Ed Maste --- https://reviews.freebsd.org/D45357 for a vt(4) man page update to note this -- You are receiving this mail because: You are the assignee for the bug.

[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #7 from

[Bug 279270] WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279270 Ed Maste changed: What|Removed |Added Assignee|b...@freebsd.org|ema...@freebsd.org

[Bug 279270] WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279270 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=61639bb3fc5abe0bb7b096e643b51c30703ac432 commit 61639bb3fc5abe0bb7b096e643b51c30703ac432 Author:

[Bug 279270] WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279270 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #1 from

[Bug 279225] pfctl(8) displays the name of the anchors incompletely

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279225 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org

[Bug 279270] WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279270 Bug ID: 279270 Summary: WITHOUT_UNDEFINED_VERSION fails with WITHOUT_NIS Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 271826] FreeBSD is disastrously slow on a PowerMac G5, freezing at every command

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826 --- Comment #21 from Denis Ahrens --- If anyone can build a kernel without c583b02587 to test I can try that. Since 12.4 has not even working packages anymore I can't do anything. -- You are receiving this mail because: You are the

[Bug 279203] killpg(): Forking fast leads to livelock

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279203 Michael Gmelin changed: What|Removed |Added Flags|needs_errata? |needs_errata?(secteam@FreeB

[Bug 279268] [patch] xdm dies when pressing CTRL-C if pam_xdg.so is used

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279268 Bug ID: 279268 Summary: [patch] xdm dies when pressing CTRL-C if pam_xdg.so is used Product: Base System Version: 14.0-STABLE Hardware: Any OS: Any

[Bug 262457] "zfs-list -v" duplicates most of the output; lack of "device" property to use with "-o" option

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262457 free...@bitter-almonds.com changed: What|Removed |Added CC|

[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768 --- Comment #10 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=87bf0aaba8f1bd743d4df24ae422dd8075260d45 commit 87bf0aaba8f1bd743d4df24ae422dd8075260d45 Author:

[Bug 279261] i2c -sv reports stack garbage in message

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279261 Bug ID: 279261 Summary: i2c -sv reports stack garbage in message Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New

[Bug 221151] panic: tdsendsignal(): invalid signal 0

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221151 Bob Prohaska changed: What|Removed |Added CC||f...@www.zefox.net --- Comment #11

[Bug 279243] panic: Memory modified after free, Most recently used by solaris

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279243 --- Comment #2 from Andriy Gapon --- (In reply to Vladimir Druzenko from comment #1) nvidia driver is only a victim here, it simply allocates memory and the allocator sees that the memory has been tampered with. -- You are receiving this

[Bug 279249] quotactl(2) out of date w.r.t. ZFS, and missing information

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279249 Bug ID: 279249 Summary: quotactl(2) out of date w.r.t. ZFS, and missing information Product: Documentation Version: Latest Hardware: Any OS: Any

[Bug 279243] panic: Memory modified after free, Most recently used by solaris

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279243 Vladimir Druzenko changed: What|Removed |Added CC||v...@freebsd.org --- Comment

[Bug 279243] panic: Memory modified after free, Most recently used by solaris

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279243 Mark Linimon changed: What|Removed |Added Keywords||crash -- You are receiving this

[Bug 279245] igc(4) I226 (and I225) TX hangups

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279245 Mark Linimon changed: What|Removed |Added Keywords||IntelNetworking

[Bug 279245] igc(4) I226 (and I225) TX hangups

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279245 Dr. Uwe Meyer-Gruhl changed: What|Removed |Added Summary|igc(4) I226 (and I225) |igc(4) I226 (and I225) TX

[Bug 279245] igc(4) I226 (and I225) hangups

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279245 Bug ID: 279245 Summary: igc(4) I226 (and I225) hangups Product: Base System Version: 13.2-RELEASE Hardware: amd64 OS: Any Status: New Severity:

[Bug 279243] panic: Memory modified after free, Most recently used by solaris

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279243 Bug ID: 279243 Summary: panic: Memory modified after free, Most recently used by solaris Product: Base System Version: 14.0-STABLE Hardware: Any OS:

[Bug 277615] /usr/sbin/mixer -a does not display all mixer devices if /dev/mixer0 happens to not exist.

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277615 Christos Margiolis changed: What|Removed |Added Status|New |Closed

[Bug 277615] /usr/sbin/mixer -a does not display all mixer devices if /dev/mixer0 happens to not exist.

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277615 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5d980fadf73df64a1e0eda40a93170ed76ce6f14 commit 5d980fadf73df64a1e0eda40a93170ed76ce6f14 Author:

[Bug 277615] /usr/sbin/mixer -a does not display all mixer devices if /dev/mixer0 happens to not exist.

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277615 --- Comment #1 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0e80798518be673bdad7245b627cb5bd7ec0 commit 0e80798518be673bdad7245b627cb5bd7ec0 Author:

[Bug 278949] sysv IPC sysctl's behave differently for 32-bit on 64bits hosts

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278949 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=07b7dec1fe4296cdf470013087180a80a0d4a2cf commit 07b7dec1fe4296cdf470013087180a80a0d4a2cf

[Bug 265311] silly mount() arguments with MNT_UPDATE and MNT_UNION can cause kernel page-fault

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265311 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2a2f2f59132ad365203c5deb8ed16202a78585c1 commit 2a2f2f59132ad365203c5deb8ed16202a78585c1

[Bug 278949] sysv IPC sysctl's behave differently for 32-bit on 64bits hosts

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278949 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b76674a73988eb708bdb53e11c5c54e8488b33a1 commit b76674a73988eb708bdb53e11c5c54e8488b33a1

[Bug 265311] silly mount() arguments with MNT_UPDATE and MNT_UNION can cause kernel page-fault

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265311 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=625a622cc6511e250470ee3f84a8553c7c734de6 commit 625a622cc6511e250470ee3f84a8553c7c734de6

[Bug 279223] sed - "a\" command displays different results depending on use of -e option (closing new line)

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279223 Eric Vermetten changed: What|Removed |Added CC||ericvermet...@online.nl ---

[Bug 278936] mqueuefs: Crashes when removing queue as user

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278936 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org ---

[Bug 279203] killpg(): Forking fast leads to livelock

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279203 Michael Gmelin changed: What|Removed |Added Severity|Affects Some People |Affects Many People

[Bug 279231] wefwfeweffewwef

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279231 Li-Wen Hsu changed: What|Removed |Added Product|Base System |Other

[Bug 279231] wefwfeweffewwef

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279231 Bug ID: 279231 Summary: wefwfeweffewwef Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me

[Bug 279227] csplit: handlesig is not async-signal-safe

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279227 Dag-Erling Smørgrav changed: What|Removed |Added CC||d...@freebsd.org ---

[Bug 279227] csplit: handlesig is not async-signal-safe

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279227 Bug ID: 279227 Summary: csplit: handlesig is not async-signal-safe Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 279226] sort(1) can deadlock with poorly timed signal

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279226 Bug ID: 279226 Summary: sort(1) can deadlock with poorly timed signal Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 279225] pfctl(8) displays the name of the anchors incompletely

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279225 Bug ID: 279225 Summary: pfctl(8) displays the name of the anchors incompletely Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New

[Bug 241697] i915kms: Kernel panic loading module on custom kernel w/ MAXCPU < 256 (Invalid CPU in callout 256)

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

[Bug 279224] [panic] Loading i915kms from drm-61-kmod crashes if kernel was compiled with VT_MAXWINDOWS or SC_NO_CUTPASTE

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

[Bug 279224] [panic] Loading i915kms from drm-61-kmod crashes if kernel was compiled with VT_MAXWINDOWS or SC_NO_CUTPASTE

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279224 Bug ID: 279224 Summary: [panic] Loading i915kms from drm-61-kmod crashes if kernel was compiled with VT_MAXWINDOWS or SC_NO_CUTPASTE Product: Base System

[Bug 279223] sed - "a\" command displays different results depending on use of -e option (closing new line)

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279223 Eric changed: What|Removed |Added Summary|sed - "a\" comand displays |sed - "a\" command displays

[Bug 279223] sed - "a\" comand displays different results depending on use of -e option

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279223 Eric changed: What|Removed |Added Version|14.0-RELEASE|13.3-RELEASE -- You are receiving this

[Bug 279223] sed - "a\" comand displays different results depending on use of -e option

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279223 --- Comment #1 from Eric --- Using 13.3-RELEASE and "pkg install gsed" (version 4.9). For the a\ command of sed(1), whether or not specifying the -e option, produces different results. sed ' ... ' (without the -e option) seems to be in

[Bug 279223] sed - "a\" comand displays different results depending on use of -e option

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279223 Bug ID: 279223 Summary: sed - "a\" comand displays different results depending on use of -e option Product: Base System Version: 14.0-RELEASE Hardware: amd64

[Bug 146031] [snd_hda] race condition when kldunload snd_hda sound called

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146031 --- Comment #10 from Christos Margiolis --- I am not sure if this recent commit [1] is related to this issue, but I wasn't able to reproduce this bug on 14.0-RELEASE. I think it's better to close this. [1]

[Bug 146031] [snd_hda] race condition when kldunload snd_hda sound called

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146031 Enji Cooper changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 266142] SNDSTIOC_ADD_USER_DEVS ioctl on /dev/sndstat passes unchecked size from user to malloc() -> potential crash

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266142 --- Comment #5 from commit-h...@freebsd.org --- A commit in branch releng/14.1 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=18f80d6d463495703f9eb2ccfd92bae93c7889a3 commit 18f80d6d463495703f9eb2ccfd92bae93c7889a3

[Bug 266144] bug in sndstat_unpack_user_nvlbuf()

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266144 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch releng/14.1 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8d3f96bd85c9519cef76d0727b00082354a2134b commit 8d3f96bd85c9519cef76d0727b00082354a2134b

[Bug 279203] logger: Forking many logger executables at once renders machine unresponsive

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279203 Michael Gmelin changed: What|Removed |Added Flags||mfc-stable13?,

  1   2   3   4   5   6   7   8   9   10   >