Date: Mon, 6 Oct 2008 16:11:08 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_ioctl.c freebsd32_ioctl.h freebsd32_misc.c syscalls.master src/sys/conf files.amd64 files.ia64 src/sys/kern vfs_mount.c src/sys/sys mount.h Message-ID: <200810061612.m96GCXEu002230@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2008-10-06 16:11:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/compat/freebsd32 freebsd32_misc.c syscalls.master
sys/conf files.amd64 files.ia64
sys/kern vfs_mount.c
sys/sys mount.h
Added files: (Branch: RELENG_7)
sys/compat/freebsd32 freebsd32_ioctl.c freebsd32_ioctl.h
Log:
SVN rev 183644 on 2008-10-06 16:11:08Z by obrien
MFC: revs 183042,183044,183188,183189,183270,183271,183273.
Add freebsd32 compat shim for nmount(2). Also 32-bit ioctl shims
for MDIO, CDIOREADTOCHEADER and CDIOREADTOCENTRYS requests.
Fix bug which removed the 32-bit swapon(2) interface. style(9).
Approved by: re(kostikbel)
Revision Changes Path
1.2.2.1 +220 -0 src/sys/compat/freebsd32/freebsd32_ioctl.c (new)
1.2.2.1 +72 -0 src/sys/compat/freebsd32/freebsd32_ioctl.h (new)
1.67.2.5 +50 -5 src/sys/compat/freebsd32/freebsd32_misc.c
1.91.2.6 +4 -4 src/sys/compat/freebsd32/syscalls.master
1.107.2.8 +1 -0 src/sys/conf/files.amd64
1.92.2.2 +1 -0 src/sys/conf/files.ia64
1.265.2.11 +1 -3 src/sys/kern/vfs_mount.c
1.228.2.3 +1 -0 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810061612.m96GCXEu002230>
