From 014a1a844d7dac864cc9bb7f0a9db1494d54c891 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 30 Sep 2006 20:01:15 +0000 Subject: [PATCH] The ioctl(2) API has changed, and some ioctl command codes too. Hint users to add "options COMPAT_FREEBSD6" to their kernel config files, so that X.Org and friends still work without recompiling. --- UPDATING | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/UPDATING b/UPDATING index 8d5f9d991724..d2570b3276e6 100644 --- a/UPDATING +++ b/UPDATING @@ -24,6 +24,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: 20060929: mrouted and its utilities have been removed from the base system. +20060927: + Some ioctl(2) command codes have changed. Full backward ABI + compatibility is provided if the "options COMPAT_FREEBSD6" is + present in the kernel configuration file. Make sure to add + this option to your kernel config file, or recompile X.Org + and the rest of ports; otherwise they may refuse to work. + 20060924: tcpslice has been removed from the base system.