#
28948 |
| 02-Jun-1986 |
karels |
lint |
#
28292 |
| 19-May-1986 |
karels |
implement PRU_PEERADDR |
#
26365 |
| 23-Feb-1986 |
karels |
lint |
#
26281 |
| 20-Feb-1986 |
karels |
remove unused sonam arg to unp_connect2 |
#
25899 |
| 13-Jan-1986 |
karels |
don't indirect through unp_conn if it's been cleared |
#
25632 |
| 19-Dec-1985 |
karels |
clean up stream flow control, give correct name for accept; record socket name at bind time |
#
25555 |
| 30-Nov-1985 |
karels |
don't free ioctl cmds |
#
25232 |
| 18-Oct-1985 |
mckusick |
attempting to bind() an already bound UNIX domain socket returns EINVAL (kre) |
#
23524 |
| 17-Jun-1985 |
karels |
reflect failure back to sender if dg receive buffer full; plug another leak |
#
23443 |
| 08-Jun-1985 |
mckusick |
Add copyright |
#
21768 |
| 02-Jun-1985 |
karels |
minor cleanups |
#
21110 |
| 27-May-1985 |
karels |
fix race when sosend blocks by returning EPIPE if receiver is gone; fake up inode numbers and dev for the naive |
#
17543 |
| 20-Dec-1984 |
karels |
count those mbufs!; check access on Unix-domain socket connection; try for async. I/O in Unix domain |
#
17105 |
| 29-Aug-1984 |
bloom |
Change to includes. no more ../h |
#
17020 |
| 27-Aug-1984 |
karels |
clear i_socket before reeleasing inode; fix unp_scan (no error if no rights) |
#
16995 |
| 21-Aug-1984 |
karels |
change datagram queuing to use m_act properly; type mbufs with rights; change protocol family number in protosw to pointer to domain (for sam) |
#
16973 |
| 20-Aug-1984 |
karels |
add sostat for blksize |
#
16774 |
| 26-Jul-1984 |
bloom |
Receiving out of band data shouldn't free mbuf |
#
16695 |
| 08-Jul-1984 |
mckusick |
rework `namei' interface to eliminate global variables |
#
16431 |
| 02-May-1984 |
karels |
typo in last fix; free unp_remaddr in unp_drop |
#
16054 |
| 15-Feb-1984 |
karels |
need to free any queued connections when closing; temporarily increase recvspace by a sockaddr (otherwise can't send max size datagram, but no EMSGSIZE) |
#
14927 |
| 08-Sep-1983 |
mckusick |
fix for passing multiple file descriptors in a message (Bill Shannon) |
#
14234 |
| 29-Jul-1983 |
sam |
4.2 distribution |
#
14121 |
| 25-Jul-1983 |
sam |
getpeer |
#
14049 |
| 21-Jul-1983 |
sam |
fix datagram sockets so you can send more than one |