[Bug 243094] reboot problem

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243094 --- Comment #1 from Conrad Meyer --- I agree it's a confusing distinction, but I think it's pretty baked in at this point. The documentation for reboot(8) could be better about pointing at shutdown. -- You are receiving this mail because

[Bug 240992] linprocfs: /proc/[pid]/maps returns rounded file (?) size in the offset column

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240992 --- Comment #1 from Alex S --- I've got a suspicion, based on https://forums.freebsd.org/threads/steamuxulation-redux.72140/page-4#post-448999, this might be relevant for Valve Anti-Cheat used by several popular Steam games. -- You are re

[Bug 243106] jail(3): memory leak when resizing jail parameter list.

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243106 Bug ID: 243106 Summary: jail(3): memory leak when resizing jail parameter list. Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any

[Bug 243103] fork fails to clone open message queue handles into the child process (in violation of POSIX std.)

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243103 Mark Linimon changed: What|Removed |Added Component|kern|standards Assignee|b...@f

[Bug 243103] fork fails to clone open message queue handles into the child process (in violation of POSIX std.)

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243103 Bug ID: 243103 Summary: fork fails to clone open message queue handles into the child process (in violation of POSIX std.) Product: Base System Version: 12.0-RELEASE

[Bug 243096] netgraph ng_nat example causes panic on CURRENT

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243096 Mark Linimon changed: What|Removed |Added Keywords||panic Assignee|b...@freeb

[Bug 243091] redundant lines in /etc/rc.d/ipfw

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243091 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|i...@freebsd.org -- You are receiv

[Bug 243099] man page for mq_open() should suggest inclusion of

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243099 Bug ID: 243099 Summary: man page for mq_open() should suggest inclusion of Product: Documentation Version: Latest Hardware: Any OS: Any S

[Bug 243097] panic: vm_page_astate_fcmpset: invalid head requeue request for page

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243097 Mark Johnston changed: What|Removed |Added Assignee|b...@freebsd.org|ma...@freebsd.org

[Bug 243097] panic: vm_page_astate_fcmpset: invalid head requeue request for page

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243097 Bug ID: 243097 Summary: panic: vm_page_astate_fcmpset: invalid head requeue request for page Product: Base System Version: CURRENT Hardware: Any OS: A

[Bug 243096] netgraph ng_nat example causes panic on CURRENT

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243096 Bug ID: 243096 Summary: netgraph ng_nat example causes panic on CURRENT Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Se

[Bug 243094] reboot problem

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243094 Bug ID: 243094 Summary: reboot problem Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People

[Bug 243091] redundant lines in /etc/rc.d/ipfw

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243091 Bug ID: 243091 Summary: redundant lines in /etc/rc.d/ipfw Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Aff

[Bug 236527] kbdmap won't set Swedish keymap

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236527 --- Comment #2 from Per Gunnarsson --- I was wrong. Just tried typing cat in bash, and after that all the three letters åäö worked. When I quit typing input into cat, and try to type åäö into bash, nothing happens I tried changing shell

[Bug 243057] wrong mbuf passed to key_sendup_mbuf by key_spdacquire

2020-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243057 --- Comment #1 from Andrey V. Elsukov --- I think the patch is correct. However this part of code is unused, this is why it has never triggered the assertion. SPDACQUIRE message was not implemented and it is not hooked to the key_typesw. -