[Bug 214923] kqueue hangs with busy loop

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214923 Conrad Meyer changed: What|Removed |Added Status|New |Closed

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #9 from Conrad Meyer --- Created attachment 178773 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178773=edit Simple dtrace script for tracing timer filter calls -- You are receiving this mail

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #8 from Conrad Meyer --- Created attachment 178772 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178772=edit patch to update timer kevents -- You are receiving this mail because: You are the

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #7 from Conrad Meyer --- I have a patch to modify existing timers: $ ./test kevent time: 1017 It is probably racy. f_event calls should be protected by the knote list lock, but nothing protects the first

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #6 from Conrad Meyer --- (In reply to Conrad Meyer from comment #5) Well, ok, things like the user-supplied udata, fflags, and data are updated. Hmmm. We could hook f_touch or just handle it in f_event. --

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #5 from Conrad Meyer --- In fact: EV_ADD Adds the event to the kqueue. Re-adding an existing event ^^^

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #4 from Conrad Meyer --- It appears that fd-based filters will have the same behavior -- duplicate adds (same ident and filter) are just ignored. Given that, perhaps this is just a documentation bug? -- You

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #3 from Conrad Meyer --- I see. You are reusing the timer with ident=1. Hm. With: @@ -25,7 +25,7 @@ int n = ::kevent(kq, , 1, nullptr, 0, nullptr); assert(n == 0); -EV_SET(, 1, EVFILT_TIMER,

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 --- Comment #2 from Conrad Meyer --- Just kidding. filt_timerattach() is only invoked once. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 214987] updating EVFILT_TIMER kqueue events doesn't work

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214987 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org

[Bug 215961] fortune -o does not work anymore

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215961 Shane changed: What|Removed |Added CC|

[Bug 215984] sysrc(8) mishandles variable names containing a dash (-)

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215984 Bug ID: 215984 Summary: sysrc(8) mishandles variable names containing a dash (-) Product: Base System Version: 11.0-RELEASE Hardware: Any OS: Any

[Bug 215979] Regression in pciconf utility in RELEASE-11.0

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215979 --- Comment #2 from Conrad Meyer --- Fixed in CURRENT in r311953. If someone wants to MFC it to 11 for 11.1, be my guest. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 215979] Regression in pciconf utility in RELEASE-11.0

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215979 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: cem Date: Thu Jan 12 00:34:37 UTC 2017 New revision: 311953 URL: https://svnweb.freebsd.org/changeset/base/311953 Log: pciconf(8): Reallow trailing

[Bug 198377] libc: Invalid size check in load_msgcat()

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Pedro F. Giffuni changed: What|Removed |Added Status|New |Closed

[Bug 198377] libc: Invalid size check in load_msgcat()

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198377 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org

[Bug 215940] rescue: crunchide is called from base system, not as buildtool

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215940 Bjoern A. Zeeb changed: What|Removed |Added Status|New |Closed

[Bug 215979] Regression in pciconf utility in RELEASE-11.0

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215979 Bug ID: 215979 Summary: Regression in pciconf utility in RELEASE-11.0 Product: Base System Version: 11.0-RELEASE Hardware: Any OS: Any Status: New

[Bug 215946] IPsec AH hmac-sha2 does not work with Linux

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215946 Jason Mader changed: What|Removed |Added Status|New |Closed

[Bug 215969] c++ compiler regression

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215969 Dominic Fandrey changed: What|Removed |Added Keywords||regression --

[Bug 215969] c++ compiler regression

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215969 Bug ID: 215969 Summary: c++ compiler regression Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some

[Bug 215963] panic after restart ppp process in nonzero FIB //locking problem ?

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215963 Bug ID: 215963 Summary: panic after restart ppp process in nonzero FIB //locking problem ? Product: Base System Version: CURRENT Hardware: Any OS:

[Bug 215961] fortune -o does not work anymore

2017-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215961 Bug ID: 215961 Summary: fortune -o does not work anymore Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: