Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 21:29:05 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/ibcs2 ibcs2_msg.c ibcs2_poll.h syscalls.master
Message-ID:  <200607062129.k66LT5H8049857@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-07-06 21:29:05 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/ibcs2       ibcs2_msg.c syscalls.master 
  Removed files:
    sys/i386/ibcs2       ibcs2_poll.h 
  Log:
  Use the regular poll(2) function to implement poll(2) for the IBCS2 compat
  ABI as FreeBSD's poll(2) is ABI compatible.  The ibcs2_poll() function
  attempted to implement poll(2) using a wrapper around select(2).  Besides
  being somewhat ugly, it also had at least one bug in that instead of
  allocating complete fdset's on the stack via the stackgap it just allocated
  pointers to fdsets.
  
  Revision  Changes    Path
  1.13      +0 -77     src/sys/i386/ibcs2/ibcs2_msg.c
  1.6       +0 -51     src/sys/i386/ibcs2/ibcs2_poll.h (dead)
  1.23      +2 -2      src/sys/i386/ibcs2/syscalls.master



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