freebsd kernel with SKQ
Go to file
Jordan K. Hubbard b0cdb3ce11 1. Room to calculate MD5 for CHAP negotiation is shorter than
required. a core is not dumped at first connecting time and
   dumped at second or third time. (patch I)
2. A routine for "show route" refers out of allocated space.
   Values pointed by "lp" should be read as CHAR, I think.
   there is also no free() for disallocation. (patch II)

Here is also a patch for an improvement: In current imprementation,
even if PPP connection is disconnected by time out, prompt of
interactive mode does not change from "PPP>" to "ppp>" to
indicate the disconnection on a terminal.
So I modified the code to do that. (patch III)

Submitted-By: NAKAMURA Motonori <motonori@econ.kyoto-u.ac.jp>
1996-10-12 16:20:34 +00:00
bin Fix a problem with sh that conflicts with the -e 1996-10-06 15:17:19 +00:00
contrib Don't mention tcpdump; this is for groff. 1996-10-08 20:11:55 +00:00
eBones More ${.CURDIR} changes. 1996-10-01 15:20:29 +00:00
etc Whoops, update the comment field while we're at it. (I *hate* the link 1996-10-12 04:56:28 +00:00
games delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
gnu Catch a situation where the tty speed might be 0 (in the case of UUCP 1996-10-12 10:41:56 +00:00
include Fixed the wrong include file for a "prototype mismatch" error between 1996-10-08 01:38:36 +00:00
lib Send PASV instead of PASSIVE. 1996-10-10 08:34:27 +00:00
libexec Add the search directories from the hints file only the first time it is 1996-10-10 23:16:50 +00:00
lkm delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD 1996-10-06 22:17:16 +00:00
release Ahem. It might be nice if I included /usr/src/contrib in with the other 1996-10-10 09:22:37 +00:00
sbin Rewrote the section about the "normal" setting of the security level to 1996-10-12 15:37:23 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Adjust the Israel mirrors now that we have il.freebsd.org working. 1996-10-11 12:07:43 +00:00
sys Moved declarations of tsleep() and wakeup() from proc.h to systm.h so 1996-10-12 16:11:58 +00:00
tools Actually tell people what ifinfo is. 1996-10-11 18:27:35 +00:00
usr.bin Remove extraneous comment, fix second-level tabs (one 1996-10-12 02:15:30 +00:00
usr.sbin 1. Room to calculate MD5 for CHAP negotiation is shorter than 1996-10-12 16:20:34 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add awk to build target. 1996-10-06 02:17:43 +00:00