Author: bdrewery
Date: Mon Aug 8 18:10:59 2016
New Revision: 303843
URL: https://svnweb.freebsd.org/changeset/base/303843
Log:
MFC r280330,r282567:
r280330:
fork: assign refed credentials earlier
r282567:
Fix up panics when fork fails due to hitting proc limit
PR:
Author: bdrewery
Date: Mon Aug 8 18:31:28 2016
New Revision: 303846
URL: https://svnweb.freebsd.org/changeset/base/303846
Log:
MFC r280331:
cred: add proc_set_cred_init helper
PR: D7431
Modified:
stable/10/sys/kern/init_main.c
stable/10/sys/kern/kern_fork.c
stable/10/sys/ke
Author: kp
Date: Mon Aug 8 19:44:13 2016
New Revision: 303850
URL: https://svnweb.freebsd.org/changeset/base/303850
Log:
MFC r290521:
pf: Fix broken rule skip calculation
r289932 accidentally broke the rule skip calculation. The address family
argument to PF_ANEQ() is now important,
Author: gjb
Date: Mon Aug 8 20:29:32 2016
New Revision: 303856
URL: https://svnweb.freebsd.org/changeset/base/303856
Log:
Increase the IMX (CUBOX-HUMMINGBOARD, WANDBOARD) image size to
successfully build.
While here, add the SRCBRANCH to the CUBOX-HUMMINGBOARD.conf and
GUMSTIX.conf.
Author: gjb
Date: Mon Aug 8 23:18:27 2016
New Revision: 303861
URL: https://svnweb.freebsd.org/changeset/base/303861
Log:
Document missing ENs and SAs.
Reviewed by: brd
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/share/xml/errata.xml
stable/10/release/doc/s
Author: loos
Date: Tue Aug 9 03:47:38 2016
New Revision: 303865
URL: https://svnweb.freebsd.org/changeset/base/303865
Log:
MFC r303760:
Fix a regression in pf.conf while parsing the 'interval' keyword.
The bug was introduced by r287009.
PR: 210924
Submitted by: kp@