Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 23:11:23 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern sys_socket.c src/sys/sys filio.h
Message-ID:  <200909222311.n8MNBuA7022778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2009-09-22 23:11:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             sys_socket.c 
    sys/sys              filio.h 
  Log:
  SVN rev 197422 on 2009-09-22 23:11:23Z by emaste
  
  MFC r195134, r195135, r195191
  
  r195134, r195134:
    Add a complement to FIONREAD, called FIONWRITE, which returns the
    number of bytes not yet properly disposed of.  Implement it for
    all sockets.
  
  r195191:
    Add FIONSPACE from NetBSD.  FIONSPACE is provided so that programs
    may easily determine how much space is left in the send queue;
    they do not need to know the send queue size.
  
  Revision  Changes    Path
  1.73.2.3  +13 -0     src/sys/kern/sys_socket.c
  1.10.2.1  +2 -0      src/sys/sys/filio.h



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