cvs commit: src/sys/netncp ncp_sock.c src/sys/netsmb smb_trantcp.c

John Baldwin jhb at FreeBSD.org
Fri Aug 11 19:41:52 UTC 2006


jhb         2006-08-11 19:41:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netncp           ncp_sock.c 
    sys/netsmb           smb_trantcp.c 
  Log:
  MFC:
  - Fix ncp_poll() to not panic by faking up enough poll(2) state in the
    current thread.
  - Fix the rselect() routines for netncp and netsmb to return EWOULDBLOCK
    if the timeout is elapsed before they can block and to invoke
    pru_sopoll() directly.
  
  Revision  Changes    Path
  1.15.2.1  +27 -7     src/sys/netncp/ncp_sock.c
  1.22.2.1  +7 -11     src/sys/netsmb/smb_trantcp.c


More information about the cvs-src mailing list