cvs commit: src/sys/i386/ibcs2 ibcs2_msg.c ibcs2_poll.h syscalls.master

John Baldwin jhb at FreeBSD.org
Thu Jul 6 21:29:06 UTC 2006


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


More information about the cvs-src mailing list