[Bug 196511] [Patch] Bring back ALT_BREAK_TO_DEBUGGER functionality to vt(4)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196511 Brooks Davis changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|ema...@freebsd.org CC||bro...@freebsd.org Status|New |Open --- Comment #1 from Brooks Davis --- It looks like Ed committed this to head in r276282 but it was never merged. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202288] kern.vt.splash_cpu does not enteirly disappear after boot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202288 Bug ID: 202288 Summary: kern.vt.splash_cpu does not enteirly disappear after boot Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ja...@alvermark.net Created attachment 159835 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159835&action=edit After boot Setting kern.vt.splash_cpu=1 in loader.conf, when finished booting a litte piece remains on top of the screen, see attached image. It also does not give back "its space" on other vt's, image attached. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202288] kern.vt.splash_cpu does not enteirly disappear after boot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202288 --- Comment #1 from Jakob Alvermark --- Created attachment 159836 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159836&action=edit ttyv1 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202288] kern.vt.splash_cpu image does not enteirly disappear after boot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202288 Jakob Alvermark changed: What|Removed |Added Summary|kern.vt.splash_cpu does not |kern.vt.splash_cpu image |enteirly disappear after|does not enteirly disappear |boot|after boot -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202288] kern.vt.splash_cpu image does not entierly disappear after boot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202288 Jakob Alvermark changed: What|Removed |Added Summary|kern.vt.splash_cpu image|kern.vt.splash_cpu image |does not enteirly disappear |does not entierly disappear |after boot |after boot -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202289] mdconfig -l outputs nothing if filename of vnode backed disk has unsafe characters
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202289 Bug ID: 202289 Summary: mdconfig -l outputs nothing if filename of vnode backed disk has unsafe characters Product: Base System Version: 10.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: mmam...@mail.ru "mdconfig -l" outputs nothing when there are vnode disks with '&' in filenames. I suppose this occurs because g_md_dumpconf() doesn't escapse unsafe characters in filenames: ... if (mp->type == MD_VNODE && mp->vnode != NULL) sbuf_printf(sb, "%s%s\n", indent, mp->file); -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202289] mdconfig -l outputs nothing if filename of vnode backed disk has unsafe characters
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202289 Andrey V. Elsukov changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|a...@freebsd.org CC||a...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202290] /usr/bin/vi conversion error on valid character
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202290 Bug ID: 202290 Summary: /usr/bin/vi conversion error on valid character Product: Base System Version: 10.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: la...@fit.vutbr.cz uname -a FreeBSD 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #8 r286147: export LANG=cs_CZ.ISO8859-2 echo "á " >/tmp/x # a acute (0xE1) and space /usr/bin/vi /tmp/x Conversion error on line 1; hd /tmp/x e1 20 0a It happens only when "a acute" is succeeded by "space". -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202089] gpart erroneously creates partitions with a '1' label
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202089 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: mav Date: Thu Aug 13 13:19:57 UTC 2015 New revision: 286719 URL: https://svnweb.freebsd.org/changeset/base/286719 Log: Revert part of r280687, reporting "1" (true) for empty value. For example, it made gpart partitions without label report "1" as label. PR:202089 MFC after:3 days Changes: head/lib/libgeom/geom_xml2tree.c -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202089] gpart erroneously creates partitions with a '1' label
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202089 Alexander Motin changed: What|Removed |Added Status|New |In Progress --- Comment #2 from Alexander Motin --- I've committed the fix into HEAD branch. I will merge it in three days. This bug affected only `gpart` command output, not affecting system operation. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202089] gpart erroneously creates partitions with a '1' label
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202089 Alexander Motin changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|m...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202142] Uninitialized variable usage in error path in _dns_getaddrinfo()
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202142 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202147] default listen queue in casperd is too small for some applications
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202147 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202268] [jail] able to log in as root without typing the password.FreeBSD 10.1-RELEASE #0 r274401
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202268 Mark Linimon changed: What|Removed |Added Summary|log in ass root without |[jail] able to log in as |typing the password.FreeBSD |root without typing the |10.1-RELEASE #0 r274401 |password.FreeBSD ||10.1-RELEASE #0 r274401 Assignee|freebsd-bugs@FreeBSD.org|freebsd-j...@freebsd.org --- Comment #1 from Mark Linimon --- reclassify. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202294] usr/src/crypto/heimdal/lib/krb5/test_store.c:228: bad expression ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202294 Bug ID: 202294 Summary: usr/src/crypto/heimdal/lib/krb5/test_store.c:228: bad expression ? Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com usr/src/crypto/heimdal/lib/krb5/test_store.c:228]: (style) Same expression on both sides of '/'. Source code is for (n = 0; n < sizeof(too_big_sizes) / sizeof(too_big_sizes); n++) { Maybe for (n = 0; n < sizeof(too_big_sizes) / sizeof(too_big_sizes[0]); n++) { -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202295] usr/src/sbin/ipfw/dummynet.c:1306: bad if test ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202295 Bug ID: 202295 Summary: usr/src/sbin/ipfw/dummynet.c:1306: bad if test ? Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/sbin/ipfw/dummynet.c:1306]: (style) Same expression on both sides of '||'. Source code is if (v[1] < v[0] || v[1] >= DN_MAX_ID-1 || v[1] >= DN_MAX_ID-1) { continue; /* invalid entry */ Maybe if (v[1] < v[0] || v[0] >= DN_MAX_ID-1 || v[1] >= DN_MAX_ID-1) { continue; /* invalid entry */ -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202296] usr/src/sys/dev/qlxgb/qla_hw.c:800: bad if tests ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202296 Bug ID: 202296 Summary: usr/src/sys/dev/qlxgb/qla_hw.c:800: bad if tests ? Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/sys/dev/qlxgb/qla_hw.c:800]: (warning) Logical disjunction always evaluates to true: EXPR != 8 || EXPR != 10. Source code is if ((*tcp_opt != 0x01) || (*(tcp_opt + 1) != 0x01) || (*(tcp_opt + 2) != 0x08) || (*(tcp_opt + 2) != 10)) { -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202297] usr/src/sys/netpfil/ipfw/ip_fw_sockopt.c:2837: bad if test ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202297 Bug ID: 202297 Summary: usr/src/sys/netpfil/ipfw/ip_fw_sockopt.c:2837: bad if test ? Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/sys/netpfil/ipfw/ip_fw_sockopt.c:2837]: (style) Same expression on both sides of '>'. else if ((uintptr_t)b->handler > (uintptr_t)b->handler) Maybe else if ((uintptr_t)a->handler > (uintptr_t)b->handler) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202298] usr/src/sys/dev/beri/virtio/virtio_block.c:404: 21 into 20 won't go
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202298 Bug ID: 202298 Summary: usr/src/sys/dev/beri/virtio/virtio_block.c:404: 21 into 20 won't go Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/sys/dev/beri/virtio/virtio_block.c:404]: (error) Buffer is accessed out of bounds: sc.ident sprintf(sc->ident, "Virtio block backend"); but sc->ident is only 20 bytes long and the text string, including trailing NULL, is 21 bytes long. Also, since there are no % specifiers in the text string, strcpy would be faster. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202299] usr/src/usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c:1085: attempt to free() stack object
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202299 Bug ID: 202299 Summary: usr/src/usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools .c:1085: attempt to free() stack object Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c:1085]: (error) Deallocation of an auto-variable results in undefined behaviour. Source code is free(string); but char string[MAXSTR], *endptr; -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202300] usr/src/tests/sys/file/newfileops_on_fork_test.c:87: bad sanity check ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202300 Bug ID: 202300 Summary: usr/src/tests/sys/file/newfileops_on_fork_test.c:87: bad sanity check ? Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/tests/sys/file/newfileops_on_fork_test.c:87]: (style) Same expression on both sides of '<'. if (ftruncate(listen_fd + 1, 0 < 0)) { Maybe if (ftruncate(listen_fd + 1, 0) < 0) { -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202301] usr/src/usr.bin/sort/coll.c:1090: bad if test ?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202301 Bug ID: 202301 Summary: usr/src/usr.bin/sort/coll.c:1090: bad if test ? Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: dcb...@hotmail.com [usr/src/usr.bin/sort/coll.c:1090] -> [usr/src/usr.bin/sort/coll.c:1090]: (style) Same expression on both sides of '>'. if (d2 > d2) Maybe if (d1 > d2) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202288] kern.vt.splash_cpu image does not entierly disappear after boot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202288 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org Assignee|freebsd-bugs@FreeBSD.org|c...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202305] panic ARM64TODO: pmap_sync_icache triggered by lib/libproc/proc_test:symbol_lookup test
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202305 Bug ID: 202305 Summary: panic ARM64TODO: pmap_sync_icache triggered by lib/libproc/proc_test:symbol_lookup test Product: Base System Version: 11.0-CURRENT Hardware: arm64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ema...@freebsd.org lib/libproc/proc_test:symbol_lookup panic: ARM64TODO: pmap_sync_icache panic() at pmap_sync_icache+0x10 pc = 0xff8000215c4c lr = 0xff8000497c94 sp = 0xff804004c5a0 fp = 0xff804004c5a0 pmap_sync_icache() at proc_rwmem+0x104 pc = 0xff8000497c94 lr = 0xff8000270540 sp = 0xff804004c5b0 fp = 0xff804004c610 proc_rwmem() at kern_ptrace+0xc80 pc = 0xff8000270540 lr = 0xff8000271448 sp = 0xff804004c620 fp = 0xff804004c7a0 kern_ptrace() at sys_ptrace+0xd4 pc = 0xff8000271448 lr = 0xff80002706e0 sp = 0xff804004c7b0 fp = 0xff804004c9e0 sys_ptrace() at do_el0_sync+0x3b4 pc = 0xff80002706e0 lr = 0xff800049914c sp = 0xff804004c9f0 fp = 0xff804004caa0 do_el0_sync() at handle_el0_sync+0x68 pc = 0xff800049914c lr = 0xff800048a9e4 sp = 0xff804004cab0 fp = 0x007fe490 handle_el0_sync() at 0x401b98 pc = 0xff800048a9e4 lr = 0x00401b98 sp = 0x007fe4a0 fp = 0x007fe4f0 $d.6() at 0x404b0abc pc = 0x00401b98 lr = 0x404b0abc sp = 0x007fe500 fp = 0x007fe950 ... -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202308] [patch] src/usr.bin/at/Makefile.inc1 - remove unused version definition
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202308 Bug ID: 202308 Summary: [patch] src/usr.bin/at/Makefile.inc1 - remove unused version definition Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: z7dr6ut...@snkmail.com Keywords: patch Created attachment 159842 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159842&action=edit removed unused def very minor cleanup: r89633 (in 2002) removed the version number option from usr.bin/at. The version referenced in Makefile.inc was not cleaned at the time. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202307] panic: ARM64TODO: pmap_mincore from lib/libc/sys/mincore_test:mincore_err test
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202307 Bug ID: 202307 Summary: panic: ARM64TODO: pmap_mincore from lib/libc/sys/mincore_test:mincore_err test Product: Base System Version: 11.0-CURRENT Hardware: arm64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ema...@freebsd.org lib/libc/sys/mincore_test:mincore_err -> panic: ARM64TODO: pmap_mincore cpuid = 0 KDB: stack backtrace: db_trace_self() at db_trace_self_wrapper+0x28 pc = 0xff80004896ec lr = 0xff868a70 sp = 0xff80400336f0 fp = 0xff8040033810 db_trace_self_wrapper() at vpanic+0x14c pc = 0xff868a70 lr = 0xff8000215bb8 sp = 0xff8040033820 fp = 0xff8040033890 vpanic() at panic+0x4c pc = 0xff8000215bb8 lr = 0xff8000215c4c sp = 0xff80400338a0 fp = 0xff8040033920 panic() at pmap_mincore+0x10 pc = 0xff8000215c4c lr = 0xff8000497c10 sp = 0xff8040033930 fp = 0xff8040033930 pmap_mincore() at sys_mincore+0x104 pc = 0xff8000497c10 lr = 0xff800046cae8 sp = 0xff8040033940 fp = 0xff80400339e0 sys_mincore() at do_el0_sync+0x3b4 pc = 0xff800046cae8 lr = 0xff800049914c sp = 0xff80400339f0 fp = 0xff8040033aa0 do_el0_sync() at handle_el0_sync+0x68 pc = 0xff800049914c lr = 0xff800048a9e4 sp = 0xff8040033ab0 fp = 0x007fe4f0 handle_el0_sync() at 0x40445abc pc = 0xff800048a9e4 lr = 0x40445abc sp = 0x007fe500 fp = 0x007fe950 $d.6() at 0x40442908 pc = 0x40445abc lr = 0x40442908 sp = 0x007fe960 fp = 0x007ffa60 $d.6() at 0x401710 pc = 0x40442908 lr = 0x00401710 sp = 0x007ffa70 fp = 0x007ffaa0 $d.6() at 0x40414428 pc = 0x00401710 lr = 0x40414428 sp = 0x007ffab0 fp = 0x KDB: enter: panic [ thread pid 22549 tid 100081 ] Stopped at kdb_enter+0x40: db> -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202309] [uefi] smashed screen on HP Probook 430 G1 with UEFI
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202309 Bug ID: 202309 Summary: [uefi] smashed screen on HP Probook 430 G1 with UEFI Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: o...@freebsd.org After Marcel's latest fix the system able to boot with enabled UEFI, when the CSM mode is enabled. When I disable the CSM and try to boot with pure UEFI, I got smashed screen. Seems like the frame buffer's size miscalculated. See the linked video: http://jenkins.hardenedbsd.org/~op/freebsd-efi.mp4 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202290] /usr/bin/vi conversion error on valid character
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202290 --- Comment #1 from la...@fit.vutbr.cz --- Looking at /usr/src/contrib/nvi/common/exf.c file_encinit(SCR *sp) ... if (looks_utf8(buf, blen) > 1) o_set(sp, O_FILEENCODING, OS_STRDUP, "utf-8", 0); else if (!O_ISSET(sp, O_FILEENCODING) || !strncasecmp(O_STR(sp, O_FILEENCODING), "utf-8", 5)) o_set(sp, O_FILEENCODING, OS_STRDUP, codeset(), 0); conv_enc(sp, O_FILEENCODING, 0); } 1. There is no way how to disable auto detection of encoding, if looks_utf8() returns 2, then there you are lost!!! You can setup your .exrc, but it will be ignored!!! 2. But why looks_utf() detects 0xe1 0x20 as valid utf-8? IT IS NOT VALID! Looking at /usr/src/contrib/nvi/common/encoding.c looks_utf8(const char *ibuf, size_t nbytes) ... for (n = 0; n < following; n++) { i++; if (i >= nbytes) goto done; if (buf[i] & 0x40) /* 10xx */ return -1; } That's completely wrong, it doesn't test if bit 7 is set in succeeding bytes! It should be: for (n = 0; n < following; n++) { i++; if (i >= nbytes) goto done; if ((buf[i] & 0xc0) != 0x10) /* 10xx */ return -1; } This change is was tested and works. Please fix at least broken "auto detection" before 10.2-RELEASE! But some option to disable auto-detection or honor user setting in .exrc is also required. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 193817] ATKBD_DFLT_KEYMAP causes buildkernel failure
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193817 Ed Maste changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|ema...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 194744] [PATCH] allow to specify custom keymap when kbdmux used
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194744 Ed Maste changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|ema...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 193865] [sys/conf/files.amd64] [patch] option …_DFLT_KEYMAP config header generation fix
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193865 Ed Maste changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|ema...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 202310] [PATCH] fix possible typo in src/Makefile.inc1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202310 Bug ID: 202310 Summary: [PATCH] fix possible typo in src/Makefile.inc1 Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: ch...@bsdjunk.com Keywords: patch Created attachment 159849 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159849&action=edit patch @echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \ @echo "ERROR: Source upgrades from versions prior to 8.0 are not supported."; \ Make 8.0 not supported to read are not supported to make it more clear. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 168298] VirtualBox using AIO on a zvol crashes
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168298 rozhuk...@gmail.com changed: What|Removed |Added CC||rozhuk...@gmail.com --- Comment #3 from rozhuk...@gmail.com --- To fix tune AIO. Add to /etc/sysctl.conf # AIO: Async IO management vfs.aio.target_aio_procs=4# Preferred number of ready kernel threads for async IO vfs.aio.max_aio_procs=4# Maximum number of kernel threads to use for handling async IO vfs.aio.aiod_lifetime=3# Maximum lifetime for idle aiod vfs.aio.aiod_timeout=1# Timeout value for synchronous aio operations vfs.aio.max_aio_queue=65536# Maximum number of aio requests to queue, globally vfs.aio.max_aio_queue_per_proc=65536# Maximum queued aio requests per process (stored in the process) vfs.aio.max_aio_per_proc=8192# Maximum active aio requests per process (stored in the process) vfs.aio.max_buf_aio=8192# Maximum buf aio requests per process (stored in the process) default values: vfs.aio.max_aio_queue: 1024 vfs.aio.max_aio_queue_per_proc: 256 to small, and some times queue in vbox > 256 and then vbox fail -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"