#
69167 |
| 02-May-1995 |
mckusick |
fix bug pointed out by Stevens in his vol II book |
#
69137 |
| 01-May-1995 |
mckusick |
limit process to 327.67 rather than 227 seconds timeout; return correct timeout from getsockopt (from rstevens@noao.edu) |
#
68325 |
| 14-Feb-1995 |
cgd |
return types, light clean. |
#
66800 |
| 15-Apr-1994 |
mckusick |
avoid hang when given a negative write count (from polk@bsdi.com) |
#
65370 |
| 03-Jan-1994 |
bostic |
For a setsockopt at the socket level, if the protocol has no ctloutput function, an mbuf is lost. From: Mike Karels <karels@BSDI.COM> |
#
63180 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60996 |
| 02-Jun-1993 |
karels |
deliver data to non-atomic protocols in regular-sized chunks even on machines without MAPPED_MBUFS, or TCP will send 968-byte packets |
#
59973 |
| 12-May-1993 |
sklower |
If an internal-use protocol entry doesn't have a usrreq routine bail out very early before creating a socket. (from thomas@lkg.dec.com) |
#
58530 |
| 06-Mar-1993 |
torek |
stop if we reach out of band mark while peeking; otherwise we will go into an infinite loop copying 0 bytes each time. (From Tom Truscott <trt@cs.duke.edu>) |
#
58301 |
| 27-Feb-1993 |
mckusick |
fix bugs in sending messages through sockets (4.4BSD-alpha/sys/6) |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
55349 |
| 18-Jul-1992 |
sklower |
multicast bugfix from arc@sgi.com |
#
55061 |
| 12-Jul-1992 |
pendry |
need to include systm.h |
#
52926 |
| 13-Mar-1992 |
mckusick |
use proc pointer from uio rather than (sometimes unset curproc) |
#
52526 |
| 15-Feb-1992 |
mckusick |
convert to use new select interface, selrecord/selwakeup |
#
52482 |
| 13-Feb-1992 |
torek |
lint |
#
51755 |
| 19-Nov-1991 |
mckusick |
upcall facilities for sorwakeup, non-blocking sblock for NFS (from Macklem) |
#
51022 |
| 06-Sep-1991 |
sklower |
last line of while not reached; shut up mips compiler (from Ralph Campbell); make sosetopt inform protocols of SOL_SOCKET options being changed. |
#
50942 |
| 30-Aug-1991 |
sklower |
notify lower levels of some socket setopt changes, esp. buffering |
#
49555 |
| 09-May-1991 |
sklower |
possibly change conventions about where M_EOR lies (never tested) |
#
49103 |
| 04-May-1991 |
karels |
need proc parameter; for now use curproc. u. is gone |
#
49059 |
| 03-May-1991 |
sklower |
minor fix to allow sendmsg with purely control data while confirming |
#
46479 |
| 19-Feb-1991 |
karels |
Try not to initiate copyouts that are going to block for MSG_WAITALL or watermark conditions, unless there are exceptional conditionsa (by sklower for history purposes before changes sockbuf storage
Try not to initiate copyouts that are going to block for MSG_WAITALL or watermark conditions, unless there are exceptional conditionsa (by sklower for history purposes before changes sockbuf storage conventions)/
show more ...
|
#
46452 |
| 18-Feb-1991 |
sklower |
(checked in by karels) treat MT_HEADER as MT_DATA in soreceive; need to init len when MAPPED_MBUFS not defined |
#
45515 |
| 05-Nov-1990 |
karels |
lint, rm unneeded assignment (from torek) |