Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   tls
Date:           Wed Sep  2 14:56:57 UTC 2009

Modified Files:
        src/sys/kern: uipc_socket2.c
        src/sys/net: if_gre.c
        src/sys/netinet: accf_data.c accf_http.c
        src/sys/sys: socketvar.h

Log Message:
Add a direction argument to socket upcalls, so they can tell why they've
been called when, for example, they're waiting for space to write.  From
Ritesh Agrawal at Coyote Point.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/kern/uipc_socket2.c
cvs rdiff -u -r1.140 -r1.141 src/sys/net/if_gre.c
cvs rdiff -u -r1.5 -r1.6 src/sys/netinet/accf_data.c
cvs rdiff -u -r1.6 -r1.7 src/sys/netinet/accf_http.c
cvs rdiff -u -r1.119 -r1.120 src/sys/sys/socketvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index