Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -1/+2 | |
| | | | | changes. | |||||
* | Removed unnecessary #includes of vm stuff. Most of them were once | bde | 1995-12-06 | 1 | -2/+1 | |
| | | | | | | | prerequisites for <sys/sysctl.h>. subr_prof.c: Also replaced #include of <sys/user.h> by #include of <sys/resourcevar.h>. | |||||
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -53/+11 | |
| | ||||||
* | Start adding new style sysctl here too. | phk | 1995-11-09 | 1 | -2/+6 | |
| | ||||||
* | Fix a logical error in T/TCP: when we actively open a connection, we | olah | 1995-11-03 | 1 | -1/+20 | |
| | | | | | | | | | | have to decide whether to send a CC or CCnew option in our SYN segment depending on the contents of our TAO cache. This decision has to be made once when the connection starts. The earlier code delayed this decision until the segment was assembled in tcp_output() and retransmitted SYN segments could have different CC options. Reviewed by: Richard Stevens, davidg, wollman | |||||
* | Start the 2MSL timer when the socket is closed and the TCP connection is | olah | 1995-10-29 | 1 | -2/+6 | |
| | | | | | | | | | in the FIN_WAIT_2 state in order to prevent the conn. hanging there forever. Reviewed by: davidg, olah Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Obtained from: bugs@netbsd.org | |||||
* | Don't leak mbufs in an unusual error case in tcp_usrreq(). | wollman | 1995-09-13 | 1 | -2/+14 | |
| | | | | | Reviewed by: Andras Olah <olah@freebsd.org> Obtained from: Lite-2 | |||||
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -1/+3 | |
| | ||||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 | |
| | ||||||
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -4/+5 | |
| | | | | and in_pcblookuphash. | |||||
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -6/+4 | |
| | | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. | |||||
* | Include missing <sys/kernel.h> for `hz'. | wollman | 1995-02-17 | 1 | -1/+2 | |
| | | | | Submitted by: David Greenman, Rod Grimes, Christoph Kukulies | |||||
* | Correctly initialize so_linger in ticks (not seconds). | wollman | 1995-02-16 | 1 | -3/+3 | |
| | | | | Obtained from: Stevens, vol. 2, p. 1010 | |||||
* | Transaction TCP support now standard. Hack away! | wollman | 1995-02-16 | 1 | -48/+0 | |
| | ||||||
* | Add lots of useful MIB variables and a few not-so-useful ones for | wollman | 1995-02-16 | 1 | -9/+22 | |
| | | | | completeness. | |||||
* | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | wollman | 1995-02-09 | 1 | -2/+199 | |
| | | | | | | | | | Bob Braden <braden@isi.edu>. NB: This has not had David's TCP ACK hack re-integrated. It is not clear what the correct solution to this problem is, if any. If a better solution doesn't pop up in response to this message, I'll put David's code back in (or he's welcome to do so himself). | |||||
* | Fix PR 59: don't allow TCP connections withmulticast addresses at either | wollman | 1994-12-15 | 1 | -1/+22 | |
| | | | | end. | |||||
* | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | dg | 1994-09-15 | 1 | -1/+5 | |
| | | | | | Fixed somebody's idea of a joke - about the first half of the lines in in_proto.c were spaced over by one space. | |||||
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 | |
| | ||||||
* | Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef | dg | 1994-05-29 | 1 | -2/+12 | |
| | | | | to set it to 4k. | |||||
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -1/+1 | |
| | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman | |||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+517 | |