Author: julian
Date: Mon Oct 10 04:57:33 2016
New Revision: 306935
URL: https://svnweb.freebsd.org/changeset/base/306935
Log:
While the thread is sleeping in taskqueue_drain_all() it is
posible that the queue entry it is looking at is removed
from the queue, but we make no effort to account
Author: jch
Date: Sun Oct 9 21:35:12 2016
New Revision: 306925
URL: https://svnweb.freebsd.org/changeset/base/306925
Log:
MFC r306443:
Fix an issue with accept_filter introduced with r261242:
As a side effect of r261242 when using accept_filter the
first call to soisconnected() is d
Author: jilles
Date: Sun Oct 9 21:28:56 2016
New Revision: 306924
URL: https://svnweb.freebsd.org/changeset/base/306924
Log:
MFC r297314: rc.d: Make msgs a proper rc.d script.
PR: 207149
Reported by: Jonathan de Boyne Pollard
Modified:
stable/10/etc/rc.d/msgs
Directory Prop
Author: pfg
Date: Sun Oct 9 20:13:53 2016
New Revision: 306914
URL: https://svnweb.freebsd.org/changeset/base/306914
Log:
MFC r306560, r306561:
patch(1): make some macros look boolean.
Minor cleanup inspired by a new patch(1) variant in schily tools.
For reference:
https://sourcef
Author: pfg
Date: Sun Oct 9 19:58:27 2016
New Revision: 306910
URL: https://svnweb.freebsd.org/changeset/base/306910
Log:
MFC r305812:
fifolog(1): invert order of calloc(3) arguments.
The second argument to calloc(3) should be the size, make it so.
While here be a little bit more