Date: Mon, 29 Jun 2009 19:46:29 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/sys/net if.c if_var.h vnet.h src/sys/sys param.h Message-ID: <200906291949.n5TJn776070718@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2009-06-29 19:46:29 UTC FreeBSD src repository Modified files: . UPDATING sys/net if.c if_var.h vnet.h sys/sys param.h Log: SVN rev 195175 on 2009-06-29 19:46:29Z by brooks 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) Revision Changes Path 1.625 +6 -0 src/UPDATING 1.351 +5 -172 src/sys/net/if.c 1.149 +0 -7 src/sys/net/if_var.h 1.15 +2 -1 src/sys/net/vnet.h 1.426 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906291949.n5TJn776070718>