History log of /csrg-svn/sys/kern/uipc_socket.c (Results 51 – 75 of 152)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 26500 07-Mar-1986 karels

clean up ordering; don't lose stuff that arrives during uiomove

# 26362 23-Feb-1986 karels

lint

# 26245 19-Feb-1986 karels

remove unused (and sometimes missing) second arg to sodisconnect

# 26228 18-Feb-1986 karels

clean up cluster allocation

# 25787 09-Jan-1986 karels

oops, don't want to remove mbufs while peeking!

# 25629 19-Dec-1985 karels

change datagram queuing, full packet on one chain; allow rights
in streams

# 25502 19-Nov-1985 karels

add SO_TYPE option (get only!), correct mbuf lengths

# 24768 16-Sep-1985 karels

allow select on exceptional conditions to notify of urgent data pending;
connect on connected datagram socket does disconnect first; error status
socket option

# 24518 04-Sep-1985 karels

use the macro

# 23421 08-Jun-1985 mckusick

Add copyright

# 23233 08-Jun-1985 karels

reverse sense of pid/pgrp for fcntl, SIOCSPGRP (pgrp is negative)

# 21783 03-Jun-1985 karels

oops, forgot one

# 21767 02-Jun-1985 karels

allow raw sockets of any protocol if a wildcard raw entry is found;
pass protocol number to PRU_ATTACH for above;
use mbuf clusters for sends of >= NBPG;
send access rights once only if more than 1 m

allow raw sockets of any protocol if a wildcard raw entry is found;
pass protocol number to PRU_ATTACH for above;
use mbuf clusters for sends of >= NBPG;
send access rights once only if more than 1 mbuf of ordinary data;
fix PEEK moff code in soreceive

show more ...

# 21108 27-May-1985 karels

allow zero-length sends; fix race when blocking in uiomove
by getting EPIPE from usrreq if disconnected; M_WAIT is here

# 18553 02-Apr-1985 karels

last arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for consistency

# 18369 18-Mar-1985 karels

ctloutput calls to protocol

# 17158 04-Sep-1984 sam

revise socket option interface so options at SOL_SOCKET take value
parameter indicating if option is on/off

# 17102 29-Aug-1984 bloom

Change to includes. no more ../h

# 16993 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)

# 16992 21-Aug-1984 karels

try to remain page-aligned in sosend, even if that means waiting

# 16427 30-Apr-1984 karels

seem to need to call usrreq at splnet...

# 16412 24-Apr-1984 karels

rework sosend: no EWOULDBLOCK after partial write; allow zero-length
datagrams; eliminate goto's and untwist loop; simplify space calculation
(still wrong, but won't send partial datagrams!)

# 15123 29-Sep-1983 karels

prevent inner loop in sosend from queuing more than "space" bytes;
temporary fix to prevent 64K writes from crashing us.

# 14814 23-Aug-1983 sam

4.2 distribution

# 14813 23-Aug-1983 sam

panic too punitive? we'll see ...

1234567