FreeBSD src
Go to file
wollman a1455b782f Modify the kernel to use the new pr_usrreqs interface rather than the old
pr_usrreq mechanism which was poorly designed and error-prone.  This
commit renames pr_usrreq to pr_ousrreq so that old code which depended on it
would break in an obvious manner.  This commit also implements the new
interface for TCP, although the old function is left as an example
(#ifdef'ed out).  This commit ALSO fixes a longstanding bug in the
TCP timer processing (introduced by davidg on 1995/04/12) which caused
timer processing on a TCB to always stop after a single timer had
expired (because it misinterpreted the return value from tcp_usrreq()
to indicate that the TCB had been deleted).  Finally, some code
related to polling has been deleted from if.c because it is not
relevant t -current and doesn't look at all like my current code.
1996-07-11 16:32:50 +00:00
bin add a reference to killall(1) 1996-07-03 22:19:50 +00:00
contrib/tcl This commit was generated by cvs2svn to compensate for changes in r16756, 1996-06-26 06:06:43 +00:00
eBones Whups! Missed a ${.OBJDIR} here. 1996-07-01 06:34:27 +00:00
etc Adding changes to ipfw and the kernel to support ip packet diversion.. 1996-07-10 19:44:30 +00:00
games Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
gnu Fix a couple of whoopers which somehow went undetected until now. 1996-07-11 11:15:28 +00:00
include Add netatalk symlink, ifconfig not compiled in other case 1996-07-09 15:48:20 +00:00
lib Cast lseek arguments appropriately. 1996-07-09 12:17:46 +00:00
libexec add manpage getNAME(1) 1996-07-08 20:18:28 +00:00
lkm Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
release Better error checking in helpfile expander. 1996-07-10 11:38:29 +00:00
sbin Adding changes to ipfw and the kernel to support ip packet diversion.. 1996-07-10 19:44:30 +00:00
secure Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
share Added Johann Tonsing <jtonsing@mikom.csir.co.za> for his PCCARD 1996-07-11 15:08:41 +00:00
sys Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
tools Update to use modern make meta-variables. Fix the $Id$ both. 1996-06-30 18:02:58 +00:00
usr.bin Adding changes to ipfw and the kernel to support ip packet diversion.. 1996-07-10 19:44:30 +00:00
usr.sbin In num_tok, allow the user to specify '0' as plain '0' instead of 1996-07-11 15:04:43 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add make to the bootstrap targets (I thought I committed this 3 days ago - 1996-07-01 06:13:31 +00:00