BSD 4_4_Lite2 release
[unix-history] / usr / src / sys / kern / uipc_socket.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-05-03 Kirk McKusickfix bug pointed out by Stevens in his vol II book
1995-05-02 Kirk McKusicklimit process to 327.67 rather than 227 seconds timeout;
1995-02-15 Chris G. Demetrioureturn types, light clean.
1994-04-16 Kirk McKusickavoid hang when given a negative write count (from...
1994-01-04 Keith BosticFor a setsockopt at the socket level, if the protocol...
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Mike Karelsdeliver data to non-atomic protocols in regular-sized...
1993-05-13 Keith SklowerIf an internal-use protocol entry doesn't have a usrreq...
1993-03-07 Chris Torekstop if we reach out of band mark while peeking; otherwise
1993-02-28 Kirk McKusickfix bugs in sending messages through sockets (4.4BSD...
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-19 Keith Sklowermulticast bugfix from arc@sgi.com
1992-07-13 Jan-Simon Pendryneed to include systm.h
1992-03-14 Kirk McKusickuse proc pointer from uio rather than (sometimes unset...
1992-02-16 Kirk McKusickconvert to use new select interface, selrecord/selwakeup
1992-02-14 Chris Toreklint
1991-11-20 Kirk McKusickupcall facilities for sorwakeup, non-blocking sblock...
1991-09-07 Keith Sklowerlast line of while not reached; shut up mips compiler...
1991-08-31 Keith Sklowernotify lower levels of some socket setopt changes,...
1991-05-10 Keith Sklowerpossibly change conventions about where M_EOR lies...
1991-05-05 Mike Karelsneed proc parameter; for now use curproc. u. is gone
1991-05-04 Keith Sklowerminor fix to allow sendmsg with purely control data...
1991-02-20 Mike KarelsTry not to initiate copyouts that are going to block
1991-02-19 Keith Sklower(checked in by karels) treat MT_HEADER as MT_DATA in...
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-11-06 Mike Karelslint, rm unneeded assignment (from torek)
1990-06-30 Mike Karelsset/get timeouts using timevals
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike Karelscollect tests in soreceive (and add comments); minor...
1990-06-23 Mike Karelsfixes from macklem
1990-06-15 Keith Sklowermust test for existence of externalization before peeki...
1990-05-15 Mike Karelsfirst cut at merged sosend, soreceive for NFS and sockets
1990-04-04 Mike Karelstsleep; sblock/sbwait catch/return interrupts; implemen...
1990-03-26 Mike Karelsas currently running: control replaces rights entirely,
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-08-12 Mike Karelscheckpoint before playing around with EOR conventions...
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-23 Keith Sklowercheckpoint for version to be handed to NIST, simple...
1988-08-26 Mike Karelscan only use MH_ALIGN on first mbuf, and don't want...
1988-08-22 Mike Karelsworking with new mbufs, control (from sklower)
1988-06-30 Keith Bosticinstall approved copyright notice
1988-05-27 Mike Karelslint
1988-05-26 Mike Karelsin sonewconn, set buffer limits of new socket to those...
1988-01-21 Keith Bosticsoclose had uninitialized return value
1987-12-31 Keith Bosticadd Berkeley header
1987-10-31 Keith Bosticrelease does an splx(s); don't bother doing it earlier
1987-09-02 Mike Karelsavoid reading past mark if oob data arrives during...
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-11 Mike Karelsdon't remove socket from q's if not freeing
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1987-01-19 Mike Karelsavoid knots
1986-06-05 Kirk McKusick4.3BSD release version
1986-04-20 Mike Karelsoption for receiving OOB data in-line
1986-03-29 Mike Karelsre-fix consistency problems with input during uiomove,
1986-03-08 Mike Karelsclean up ordering; don't lose stuff that arrives during...
1986-02-24 Mike Karelslint
1986-02-20 Mike Karelsremove unused (and sometimes missing) second arg to...
1986-02-19 Mike Karelsclean up cluster allocation
1986-01-10 Mike Karelsoops, don't want to remove mbufs while peeking!
1985-12-20 Mike Karelschange datagram queuing, full packet on one chain;...
1985-11-20 Mike Karelsadd SO_TYPE option (get only!), correct mbuf lengths
1985-09-17 Mike Karelsallow select on exceptional conditions to notify of...
1985-09-04 Mike Karelsuse the macro
1985-06-09 Kirk McKusickAdd copyright
1985-06-09 Mike Karelsreverse sense of pid/pgrp for fcntl, SIOCSPGRP (pgrp...
1985-06-03 Mike Karelsoops, forgot one
1985-06-03 Mike Karelsallow raw sockets of any protocol if a wildcard raw...
1985-05-28 Mike Karelsallow zero-length sends; fix race when blocking in...
1985-04-03 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-04-02 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-03-19 Mike Karelsctloutput calls to protocol
1984-11-15 Mike Karelsadd sockopts for buffer sizes, etc.
1984-09-05 Sam Lefflerrevise socket option interface so options at SOL_SOCKET...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-22 Mike Karelschange datagram queuing to use m_act properly; type...
1984-08-22 Mike Karelstry to remain page-aligned in sosend, even if that...
1984-05-01 Mike Karelsseem to need to call usrreq at splnet...
1984-04-25 Mike Karelsrework sosend: no EWOULDBLOCK after partial write;...
1983-09-30 Mike Karelsprevent inner loop in sosend from queuing more than...
1983-09-29 Mike Karelsinner loop in sosend limited to "space" bytes to fix
1983-08-24 Sam Leffler4.2 distribution
1983-08-24 Sam Lefflerpanic too punitive? we'll see ...
1983-08-21 Sam Leffler4.2 distribution
1983-08-21 Sam Lefflerignoring error return is a no no
1983-07-29 Sam Leffler4.2 distribution
1983-06-15 Sam Lefflersocketpair
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-05-18 Sam Lefflernot needed, but shannon's a perfectionist
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-03-20 Sam Leffleradd two ioctl's
1983-03-16 Sam Lefflersocket ioctls
1983-01-23 Sam Lefflerhack to allow FTP to rebind local addresses
1983-01-23 Sam Lefflerhack for FTP and the rest of the Internet gang
1983-01-18 Sam Lefflerfix for race condition in soclose
1983-01-14 Sam Lefflerallow nil pointers for option values
next