summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.c
Commit message (Expand)AuthorAgeFilesLines
* Various whitespace changes.brian2000-10-301-1/+2
* If we're in MP mode with a single open link, MP link level compressionbrian2000-08-171-34/+80
* Maintain input and output throughput averages and choose the highestbrian2000-08-151-1/+3
* Calculate the average link throughput using a counter based on thebrian2000-08-151-14/+19
* Fix a rather nasty latency problem that occurs with single tcp sessionsbrian2000-07-121-11/+17
* Be more verbose when a second link doesn't match the first because thebrian2000-05-221-0/+6
* To avoid namespace polution in NetBSD:brian2000-03-141-4/+4
* Remove an unused #definebrian2000-01-071-12/+0
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-43/+43
* Change the way we transfer links (again). The previousbrian1999-11-301-14/+4
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-24/+35
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* Cosmetic:brian1999-09-081-1/+1
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-4/+4
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-17/+75
* Allow our endpoint discriminator to be enabled, disabled, acceptedbrian1999-06-091-1/+4
* Fix some MP sequence number comparison bogons that are tickled bybrian1999-06-031-6/+8
* Oops, quieten a compiler warning.brian1999-06-021-1/+2
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-7/+24
* Don't forget to free the mbufs that get processed bybrian1999-05-281-1/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-14/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-13/+44
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Loosen our restrictions on setting enddisc, mrru,brian1998-10-241-4/+15
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-041-13/+16
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+7
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+2
* The CCP layer now behaves as follows:brian1998-06-301-4/+5
* o If we come out of select() with only write descriptors thatbrian1998-06-241-2/+3
* Create & use fsm2initial(), a function to bring abrian1998-06-201-3/+2
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-3/+3
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* o Don't try to transfer tty device descriptors as there's no way ofbrian1998-05-251-5/+3
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-6/+7
* o Make sure we adjust our min seq and process any outstanding queuedbrian1998-05-231-6/+27
* o If all CCPs are disabled & denied, don't send a REQ - just enterbrian1998-05-231-1/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-0/+992
OpenPOWER on IntegriCloud