git: buildkernel - remove COMPAT_43 and COMPAT_DF12
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 1 23:33:48 PDT 2011
commit 9466f37df5258f3bc3d99ae43627a71c1c085e7d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Nov 1 23:31:50 2011 -0700
buildkernel - remove COMPAT_43 and COMPAT_DF12
* Remove old compats that we really should not be compiling into kernels
any more.
In particular, the old getpid() did some weird things which created
unnecessary slowdowns on MP systems.
Summary of changes:
sys/config/GENERIC | 4 ++--
sys/config/SOEKRIS | 4 ++--
sys/config/VKERNEL | 4 ++--
sys/config/VKERNEL64 | 5 +++--
sys/config/X86_64_GENERIC | 2 +-
5 files changed, 10 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9466f37df5258f3bc3d99ae43627a71c1c085e7d
--
DragonFly BSD source repository
More information about the Commits
mailing list