Date: Mon, 3 Sep 2007 13:18:42 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200709031318.l83DIhG8079258@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" <arno@heho.snv.jussieu.fr> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709031318.l83DIhG8079258>