BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / netinet / tcp_usrreq.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-01-04 Keith BosticChanged tcp_ctloutput to return ENOPROTOOPT for unknown...
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bosticprototype everything
1993-03-09 Chris TorekPRU_ACCEPT can just use in_setpeeraddr, a la PRU_PEERADDR
1993-01-09 Andrew Cherenson(By Sklower) checkpoint the current state of Cherenson...
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-17 Kirk McKusickupdate from Van for larger segment sizes
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-06-29 Keith Bosticnew copyright notice
1990-05-18 Mike Karelsprotocol's usrreq now frees any "control" data;
1990-04-04 Mike Karelsin_pcb.h requires ip.h
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-04-09 Mike Karelssockaddr len
1989-02-16 Mike Karelsupdate branch
1988-10-13 Mike Karelsmark state of kernel before variable length sockaddrs...
1988-06-30 Keith Bosticinstall approved copyright notice
1988-05-26 Mike Karelsin attach, don't set sockbuf limits if set (from sonewc...
1988-03-17 Mike Karelsupdate branch
1988-03-17 Mike Karelsmuch longer keepalive timer (don't start probes for...
1988-02-08 Mike Karelsbranch for FTP release (#ifdefs for non-4.3)
1988-02-08 Mike Karelssimulate quench when ip_output returns ENOBUFS; cleanup...
1987-12-08 Keith Bosticuse Berkeley specific header
1987-05-09 Sam Leffleravoid potential null pointer (from forys@boulder.colora...
1987-04-16 Mike KarelsI prefer this fix; don't spl so early, but protect...
1987-04-11 Mike KarelsI like this way better (and there was a race!)
1987-04-10 Kirk McKusickreset priority before returning (4.3BSD/sys/109 from...
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1987-02-20 Mike Karelsnew stats
1986-06-05 Kirk McKusick4.3BSD release version
1986-04-20 Mike Karelsall data in SENDOOB is urgent
1986-04-20 Mike Karelsallow OOB data to be received in-line
1986-02-24 Mike Karelslint
1986-02-20 Mike Karelslint
1986-01-14 Mike Karelsadd flag to avoid delay of short packets (Nagle algorithm),
1985-09-17 Mike Karelsonly read oob data once, unless PEEK; provision for...
1985-06-09 Kirk McKusickAdd copyright
1985-03-19 Mike Karelsin_control gets PRU_CONTROLS; bigger TCP send/recv...
1984-08-30 Jim BloomInclude file changes. No more ../h
1984-08-29 Mike Karelsdon't let tcp_attach free socket if can't get mbuf...
1984-08-22 Mike Karelsadd sostat
1983-07-29 Sam Leffler4.2 distribution
1983-07-26 Sam Lefflergetpeer
1983-06-21 Sam Lefflercan't just drop on close w/o now default linger 'cuz...
1983-06-15 Sam Lefflersocketpair
1983-05-28 Sam Lefflermerge wnj changes plus lint
1983-05-14 Sam Lefflerfixes problem PRU_SHUTDOWN on a socket in TCPS_CLOSED
1983-05-13 Sam Lefflerstuttering "fixed" (somehow this got lost in an earlier...
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-02-23 Sam Lefflerunlikely, but would've lost mbuf's
1983-02-11 Sam Lefflerremove /usr/include dependencies
1983-01-18 Sam Lefflerstuff from bill to insure no references are kept to...
1983-01-14 Sam Lefflernor more opt parameter to usrreq
1983-01-09 Sam Lefflerallow linger to be set
1982-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
1982-11-03 Bill Joymisc 4.1c fixes
1982-10-31 Bill Joyget rid of conditional htons/ntohs etc
1982-10-20 Bill Joylint
1982-10-18 Bill Joylint
1982-10-18 Bill Joyfix lint
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1982-10-09 Bill Joylocalize header files
1982-10-06 Bill Joym_get inits m_off; remove TCPTRUEOOB
1982-10-06 Bill Joyset m_len on out-of-band
1982-09-27 Bill Joyfirst working version
1982-07-25 Bill Joyrestore sccs ids
1982-07-25 Bill Joy(no message)
1982-06-20 Sam Lefflerpurge COUNT stuff now that we can use gprof
1982-06-13 Bill Joynow the routing code might wokr
1982-05-01 Sam Lefflerpatch constants
1982-04-11 Sam Lefflerpurge so_addr from socket structure and start cleaning...
1982-04-11 Sam Lefflerinvert output path to pass back error indications
1982-03-30 Sam Lefflerfirst cut (incomplete) at routing
1982-03-12 Bill Joyminor bug fixes
1982-02-28 Bill Joymulti-homing and wildcards
1982-02-26 Bill Joypatchable send and receive space
1982-02-20 Bill Joylet user close after fin acked
1982-01-19 Bill Joyout-of-band fixed up
1982-01-18 Bill Joymore work on out-of-band
1982-01-17 Bill Joyout of band
1982-01-14 Bill Joya number of minor changes
1981-12-22 Bill Joymany more comments; cleaner
1981-12-21 Bill Joyrace in if_en.c; no PERSIST before SYN; implement LETDA...
1981-12-21 Bill Joytrace code and startup shutdown fixups
1981-12-20 Bill Joyno reason to soisconnected in PRU_ACCEPT
1981-12-13 Bill Joyclean out printf
1981-12-13 Bill Joywith crud (first working version)
1981-12-04 Bill Joycleanup
1981-12-03 Bill Joyyet more lint
1981-11-30 Bill Joylint and interface cleanups
1981-11-27 Bill Joybefore carry to ARPAVAX
1981-11-26 Bill Joylisting
1981-11-25 Bill Joystart rewrite
1981-11-24 Bill Joyminor fixups pre tcp<->spec coordination
1981-11-21 Bill Joymore lint
1981-11-20 Bill Joylinted
1981-11-19 Bill Joymore cleanup
next