index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
mp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a rather nasty latency problem that occurs with single tcp sessions
brian
2000-07-12
1
-11
/
+17
*
Be more verbose when a second link doesn't match the first because the
brian
2000-05-22
1
-0
/
+6
*
To avoid namespace polution in NetBSD:
brian
2000-03-14
1
-4
/
+4
*
Remove an unused #define
brian
2000-01-07
1
-12
/
+0
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-43
/
+43
*
Change the way we transfer links (again). The previous
brian
1999-11-30
1
-14
/
+4
*
Rewrite the link descriptor transfer code in MP mode.
brian
1999-11-25
1
-24
/
+35
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
Cosmetic:
brian
1999-09-08
1
-1
/
+1
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Add the -foreground switch. This switch behaves like -background except
brian
1999-08-19
1
-4
/
+4
*
o Obsolete the undocumented ``set weight'' command.
brian
1999-08-05
1
-17
/
+75
*
Allow our endpoint discriminator to be enabled, disabled, accepted
brian
1999-06-09
1
-1
/
+4
*
Fix some MP sequence number comparison bogons that are tickled by
brian
1999-06-03
1
-6
/
+8
*
Oops, quieten a compiler warning.
brian
1999-06-02
1
-1
/
+2
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-7
/
+24
*
Don't forget to free the mbufs that get processed by
brian
1999-05-28
1
-1
/
+2
*
Allow ``host:port/udp'' devices and support ``host:port/tcp'' as
brian
1999-05-12
1
-14
/
+3
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-13
/
+44
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
*
Loosen our restrictions on setting enddisc, mrru,
brian
1998-10-24
1
-4
/
+15
*
Don't cast potentially unaligned addresses to pointers to
brian
1998-09-04
1
-13
/
+16
*
Put the IP buffer queues into struct ipcp.
brian
1998-08-26
1
-3
/
+3
*
If we've got a full output buffer queue and cannot send
brian
1998-08-25
1
-1
/
+7
*
o Support callback types NONE, E.164, AUTH and CBCP.
brian
1998-08-07
1
-1
/
+2
*
The CCP layer now behaves as follows:
brian
1998-06-30
1
-4
/
+5
*
o If we come out of select() with only write descriptors that
brian
1998-06-24
1
-2
/
+3
*
Create & use fsm2initial(), a function to bring a
brian
1998-06-20
1
-3
/
+2
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-3
/
+3
*
o De-staticise things that don't need to be static.
brian
1998-06-15
1
-2
/
+2
*
Fix a rather nasty use of `static'. This caused a SEGV
brian
1998-06-15
1
-2
/
+2
*
o Don't try to transfer tty device descriptors as there's no way of
brian
1998-05-25
1
-5
/
+3
*
o Move our prompt descriptor list outside of the bundle.
brian
1998-05-23
1
-6
/
+7
*
o Make sure we adjust our min seq and process any outstanding queued
brian
1998-05-23
1
-6
/
+27
*
o If all CCPs are disabled & denied, don't send a REQ - just enter
brian
1998-05-23
1
-1
/
+2
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-0
/
+992