Author: ae
Date: Tue Nov 27 01:59:51 2012
New Revision: 243586
URL: http://svnweb.freebsd.org/changeset/base/243586
Log:
MFC r242079:
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
on the related functionality in the runtime via the sysctl variable
net.pfil.for
Author: mjg
Date: Tue Nov 27 01:33:23 2012
New Revision: 243584
URL: http://svnweb.freebsd.org/changeset/base/243584
Log:
MFC r243234:
Fix possible fp reference leak in posix_openpt
Modified:
stable/9/sys/kern/tty_pts.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: s
Author: mjg
Date: Tue Nov 27 01:28:35 2012
New Revision: 243582
URL: http://svnweb.freebsd.org/changeset/base/243582
Log:
MFC r243007:
enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind
result.
pgrp2 was used only for debugging, but pgrp2 = pgfind(..) was present in
Author: wblock (doc committer)
Date: Mon Nov 26 18:10:15 2012
New Revision: 243566
URL: http://svnweb.freebsd.org/changeset/base/243566
Log:
MFC r242546:
Add an example showing the use of gnop(8) to skip over header data.
PR: kern/145999
Reviewed by: mjg
Modified:
stabl
Author: mav
Date: Mon Nov 26 15:34:28 2012
New Revision: 243562
URL: http://svnweb.freebsd.org/changeset/base/243562
Log:
MFC r238943:
Add several performance optimizations to acpi_cpu_idle().
For C1 and C2 states use cpu_ticks() to measure sleep time instead of much
slower ACPI timer.