From owner-cvs-sys Mon Dec 2 18:52:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02060 for cvs-sys-outgoing; Mon, 2 Dec 1996 18:52:44 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02037; Mon, 2 Dec 1996 18:52:31 -0800 (PST) Date: Mon, 2 Dec 1996 18:52:31 -0800 (PST) From: Bill Fenner Message-Id: <199612030252.SAA02037@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux.h linux_socket.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/12/02 18:52:31 Modified: sys/i386/linux linux.h linux_socket.c Log: Add IP_OPTIONS and the multicast-related setsockopts to the list of IP setsockopts the Linux emulator recognizes. Explicitly disallow IP_HDRINCL since Linux's handling of raw output is different than BSD's. Closes PR#kern/2111. Submitted by: y-nakaga@ccs.mt.nec.co.jp (Yoshihisa NAKAGAWA) Revision Changes Path 1.12 +9 -1 src/sys/i386/linux/linux.h 1.5 +14 -1 src/sys/i386/linux/linux_socket.c