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 ob
On 5 Mar 2017, at 21:42, Kristof Provost wrote:
There’s only a couple of calls to uma_zfree() in
pf_get_translations().
These are:
* uma_zfree(V_pf_state_key_z, skp);
* uma_zfree(V_pf_state_key_z, *nkp);
* uma_zfree(V_pf_state_key_z, *skp);
Going by the inconsistent pointer use the first on
On 27 Feb 2017, at 21:08, Ross wrote:
Hello
One of my machines panics almost every day. It is always like this:
first
there is a number of messages about "sonewconn: pcb
0xf80085478740:
pru_attach() failed" at the same time and then panic. Here's an
example:
... many lines of sonewco