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

David E. O'Brien obrien at FreeBSD.org
Mon Oct 6 16:12:34 UTC 2008


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


More information about the cvs-all mailing list