From owner-cvs-all@FreeBSD.ORG Mon Sep 3 13:18:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C70716A418; Mon, 3 Sep 2007 13:18:43 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57E6413C428; Mon, 3 Sep 2007 13:18:43 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l83DIhXW079259; Mon, 3 Sep 2007 13:18:43 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l83DIhG8079258; Mon, 3 Sep 2007 13:18:43 GMT (envelope-from netchild) Message-Id: <200709031318.l83DIhG8079258@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 3 Sep 2007 13:18:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/linux linux_ioctl.h linux_socket.c linux_stats.c src/sys/i386/linux linux_sysvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2007 13:18:43 -0000 netchild 2007-09-03 13:18:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux32_sysvec.c sys/compat/linux linux_ioctl.h linux_socket.c linux_stats.c sys/i386/linux linux_sysvec.c Log: MFC: - sync linuxulator: * de-COMPAT_43-ify: + socket related ioctl's This differs from -current, as the kernel ABI is different (kern_bind() and kern_connect() free the struct sockaddr on -stable themself, so two calls to free() are not included in this MFC). * bug-/compatibility-fixes * ioctl TIOCGPTN * 1 style(9)-fix Tested by: "Arno J. Klaassen" Revision Changes Path 1.7.2.10 +0 -3 src/sys/amd64/linux32/linux32_sysvec.c 1.22.2.2 +2 -0 src/sys/compat/linux/linux_ioctl.h 1.59.2.4 +93 -17 src/sys/compat/linux/linux_socket.c 1.72.2.6 +1 -1 src/sys/compat/linux/linux_stats.c 1.137.2.7 +0 -7 src/sys/i386/linux/linux_sysvec.c