BSD 4_3_Net_2 release
[unix-history] / usr / src / sys / kern / uipc_socket.c
1991-08-20 CSRGBSD 4_3_Net_2 release BSD-4_3_Net_2
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
1983-01-14 Sam Lefflerreorganize socket options; move shutdown from ioctl to
1983-01-05 Sam Lefflerfrom reading the code -- boy is there a lot of work...
1982-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
1982-12-15 Sam Lefflertyped mbufs
1982-12-06 Sam Lefflerdelete obsolete ioctl's (now use SOF_OOB)
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-11-03 Bill Joytypos
1982-11-01 Bill Joyfix from 68k
1982-10-24 Bill Joyrace in soreceive consistency checking
1982-10-22 Bill Joylint
1982-10-22 Bill Joylint
1982-10-20 Bill Joylint
1982-10-20 Bill Joylint
1982-10-18 Bill Joyfix lint
1982-10-18 Bill Joysoioctl returns errno's
1982-10-17 Bill Joytypo
1982-10-17 Bill Joyadd code looking for panic:receive problem
1982-10-09 Bill Joyfix up header file dependencies
1982-10-06 Bill Joysend(... SOF_OOB) and receive(... SOF_PREVIEW)
1982-10-04 Bill Joyoverhaul
1982-09-16 CSRGStart development on BSD 4_3_Net_2
1982-09-05 Bill Joycount messages
1982-08-23 Bill Joyuio'd
1982-08-15 Bill Joyread() now goes through readip()
1982-08-02 Sam Lefflerlost SCCS keywords
next