| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
discipline to do the async escaping, but no other benefits are available yet.
Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency.
Make the Makefile a little more sane WRT RELEASE_CRUNCH.
Notes:
svn path=/head/; revision=93418
|
| |
|
|
|
|
|
|
|
| |
login phase. Just initialise the correct parts.
Originially submitted by: Vladimir B. Machulsky <bofhmail@yahoo.com>
Notes:
svn path=/head/; revision=91623
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the layering.
We now ``stack'' layers as soon as we open the device (when we figure
out what we're dealing with). A static set of `dispatch' routines are
also declared for dealing with incoming packets after they've been
`pulled' up through the stacked layers.
Physical devices are now assigned handlers based on the device type
when they're opened. For the moment there are three device types;
ttys, execs and tcps.
o Increment version number to 2.2
o Make an entry in [uw]tmp for non-tty -direct invocations (after
pap/chap authentication).
o Make throughput counters quad_t's
o Account for the absolute number of mbuf malloc()s and free()s in
``show mem''.
o ``show modem'' becomes ``show physical''.
Notes:
svn path=/head/; revision=46686
|
| |
|
|
|
|
|
| |
Submitted by: Theo
Notes:
svn path=/head/; revision=37189
|
| |\
| |
| |
| |
| |
| |
| | |
See the file README.changes, and re-read the man page.
Notes:
svn path=/head/; revision=36285
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o Move Var*Version into command.c
o Remove struct pppVars (and there was much rejoicing) !
o Forward-decl some structs in .h files to avoid include
ordering requirements and remove a few more redundant
#includes.
Notes:
svn path=/cvs2svn/branches/MP/; revision=35089
|
| | |
| |
| |
| |
| |
| |
| | |
De-globalize EscMap[].
Notes:
svn path=/cvs2svn/branches/MP/; revision=33581
|
| | |
| |
| |
| | |
Notes:
svn path=/cvs2svn/branches/MP/; revision=33170
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This structure contains the asynchronous state of the physical
link.
Unfortunately, just about every .h file is included in every .c
file now. Fixing this can be one of the last jobs.
Notes:
svn path=/cvs2svn/branches/MP/; revision=33032
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This structure will eventually contain a list of NCPs (currently
only IPCP is supported) and a list of physical `struct link's.
It will also derive from a struct link itself.
Make ModemTimeout() static - it's way to dangerous to be called
from outside !
Bump version to 1.9. Our first MP release should be 2.0.
Notes:
svn path=/cvs2svn/branches/MP/; revision=33029
|
| | |
| |
| |
| |
| |
| |
| |
| | |
`struct physical' (and the future `struct logical')
are derived.
Notes:
svn path=/cvs2svn/branches/MP/; revision=32903
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Do lots of initial shuffling and grouping.
Submitted by: Eivind Eklund <perhaps@yes.no>
Notes:
svn path=/cvs2svn/branches/MP/; revision=32863
|
| |
|
|
| |
Notes:
svn path=/cvs2svn/branches/MP/; revision=32861
|
| |
|
|
| |
Notes:
svn path=/head/; revision=31921
|
|
|
o Add missing $Id$s
o Move extern decls from .c -> .h files
o Staticize
o Remove #includes from .h files
o style(9)ify includes
o bcopy -> memcpy
bzero -> memset
bcmp -> memcmp
index -> strchr
rindex -> strrchr
o Move timeout.h -> timer.h (making it consistent w/ timer.c)
o Add -Wmissing-prototypes
Notes:
svn path=/head/; revision=30715
|