summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2009-06-29 19:46:29 +0000
committerbrooks <brooks@FreeBSD.org>2009-06-29 19:46:29 +0000
commit0cabaf8791593503b5c5aee1394849a275c48ef9 (patch)
treebafd4643a36f16f38324f5cdfeb98860cd7c22a0 /UPDATING
parent8eb4412c3f17561dfaafef706ac9142086068e62 (diff)
downloadFreeBSD-src-0cabaf8791593503b5c5aee1394849a275c48ef9.zip
FreeBSD-src-0cabaf8791593503b5c5aee1394849a275c48ef9.tar.gz
Remove support for the /dev/net/* per-interface devices. They serve
little purpose and are unused in the base system. The IOCTL functionality is entirely duplicated and routing sockets provide a richer interface than the kqueue functionality. Further, it is not practical for these devices to be made sensible in the face of VIMAGE. Bump __FreeBSD_version on the off chance that there is any code out there that actually uses this stuff. Reviewed by: rwatson Discussed with: bz, zec Approved by: re@ (kensmith)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 82c5a6c..6b16621 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090629:
+ The network interface device nodes at /dev/net/<interface> have
+ been removed. All ioctl operations can be performed the normal
+ way using routing sockets. The kqueue functionality can
+ generally be replaced with routing sockets.
+
20090628:
The documentation from the FreeBSD Documentation Project
(Handbook, FAQ, etc.) is now installed via packages by
OpenPOWER on IntegriCloud