summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
| | | | | | | 'RELENG_2_2_1_RELEASE'. This commit was manufactured to restore the state of the 2.2.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-131-1/+5
| | | | | | | | | common labels for LINT. There are still some common declarations for the !KERNEL case in tcp_debug.h and spx_debug.h. trpt depends on the ones in tcp_debug.h. Notes: svn path=/head/; revision=15238
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
| | | | | | | changes. Notes: svn path=/head/; revision=14546
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-2/+2
| | | | Notes: svn path=/head/; revision=12296
* Include <sys/queue.h> because <netinet/in_pcb.h> (also includedAndras Olah1995-04-191-1/+2
| | | | | | | later in tcp_debug.c) requires it due to the pcb changes of DavidG. Notes: svn path=/head/; revision=7933
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-5/+8
| | | | | | | | | | | | 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). Notes: svn path=/head/; revision=6283
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+159
Notes: svn path=/head/; revision=1541