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:   christos
Date:           Thu Jun 27 18:53:18 UTC 2013

Modified Files:
        src/sys/kern: uipc_socket2.c
        src/sys/sys: socketvar.h

Log Message:
Introduce a more general method of sbcreatecontrol, sbcreatecontrol1 that
can take flags (M_WAITOK), and allocate large messages if needed. It also
returns the allocated pointer instead of copying the data to the passed
pointer. Implement sbcreatecontrol() using that.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/kern/uipc_socket2.c
cvs rdiff -u -r1.129 -r1.130 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