Find a file
Doug Rabson 76bd0c0a9d Some patches to ppp which improve stability. I have been running a
ppp based on these patches for about 3 weeks with no downtime.

The original submitters comments:

Two features iijppp has over kernel ppp that I like are predictor1
compression and demand dialing.  Here are a few bug fixes.

I expanded the priority queueing scheme and discovered it was broken
due to the assignment at ip.c line 300.  All packets were being
queued at the same priority.

Fixing priority queueing broke predictor1 compression.  Packets
were compressed before being queued and predictor1 worked as long
as the packets were popped off the queue in the same order they
were pushed onto the queue.

There were a few byte order problems in IP header tests also.

There is a recursion problem in SendLqrReport().  LcpClose() is
called when "Too many echo packets are lost" which winds up in
SendLqrReport() again.  I believe the original intention was to
just stop the LQR timer with the call to StopLqr() but the side
effects hurt.

Submitted by:	John Capo <jc@irbs.com>
1996-01-30 11:08:50 +00:00
bin Fix some spelling errors. 1996-01-29 22:53:24 +00:00
eBones recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
etc Add missing cat9 1996-01-29 12:34:43 +00:00
games recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
gnu man.1 depend on man.man 1996-01-24 00:22:27 +00:00
include Add a missing "chmod 755 /usr/include/ufs" when copies of the include 1996-01-23 15:56:43 +00:00
lib Back out the thread_init code in order to allow -current to bootstrap 1996-01-30 05:55:20 +00:00
libexec Section FILES and SEE ALSO completed 1996-01-28 23:57:38 +00:00
lkm Add missing ${DESTDIR} to afterinstall: target. 1996-01-27 23:57:06 +00:00
release Add the -u flag to the cpio's used to install the initial files, just 1996-01-29 20:17:27 +00:00
sbin ccdcontrol -> ccdconfig. 1996-01-30 01:25:40 +00:00
secure This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
share Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. 1996-01-29 03:23:05 +00:00
sys Fix audio part, especially READTOCENTRYS inspired by NetBSD driver 1996-01-30 10:31:12 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin german calenda 1996-01-29 00:34:18 +00:00
usr.sbin Some patches to ppp which improve stability. I have been running a 1996-01-30 11:08:50 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Added 'install' to the inclde-tools target, as it has a new options "-C" 1996-01-30 05:46:35 +00:00