Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2011 21:51:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/linux32 linux32_machdep.c syscalls.master src/sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h
Message-ID:  <201103012151.p21Lptko002616@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-03-01 21:51:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/amd64/linux32    linux32_machdep.c syscalls.master 
    sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h 
  Log:
  SVN rev 219155 on 2011-03-01 21:51:32Z by kib
  
  MFC r210431:
  Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may
  serve as well. COMPAT_FREEBSD32 is a prerequisite for COMPAT_LINUX32.
  
  MFC r210451:
  Use forward declartion for enum uio_seg in imgact.h. This allows to remove
  inclusion of sys/uio.h from the header.
  
  MFC r210498:
  Revert r210451, and the similar part of the r210431. The forward-declaration
  for the enum tag when enum definition is not complete is not allowed by
  C99, and is gcc extension.
  
  MFC r210501:
  Remove unneeded includes.
  
  Requested by:   dchagin
  
  Revision   Changes    Path
  1.53.2.5   +3 -103    src/sys/amd64/linux32/linux32_machdep.c
  1.36.2.3   +2 -2      src/sys/amd64/linux32/syscalls.master
  1.93.2.18  +1 -1      src/sys/compat/freebsd32/freebsd32_misc.c
  1.12.2.7   +4 -0      src/sys/compat/freebsd32/freebsd32_util.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103012151.p21Lptko002616>