cvs commit: src/sys/net if_spppsubr.c
Roman Kurakin
rik at FreeBSD.org
Sat Jun 25 12:27:17 GMT 2005
rik 2005-06-25 12:27:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/net if_spppsubr.c
Log:
Prepare to close three old PRs.
MFC:
revision 1.118
date: 2005/01/07 01:45:34; author: imp; state: Exp; lines: +2 -1
/* -> /*- for license, minor formatting changes
----------------------------
revision 1.117
date: 2004/12/28 00:07:56; author: rik; state: Exp; lines: +38 -12
Add FR support to sppp (MFCronyx).
Silence on: net@, current@, hackers at .
No objections: joerg
Requested by: by many (mostly Cronyx) users for a long long time.
MFC after: 10 days
----------------------------
revision 1.116
date: 2004/12/14 18:18:54; author: rik; state: Exp; lines: +0 -2
Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.
----------------------------
revision 1.111
date: 2004/06/25 10:25:33; author: rik; state: Exp; lines: +2 -1
Do not count loobacks as other fuilures.
As a result magic will not be rejected any more in case of loopback.
Discussed with: joerg@
----------------------------
revision 1.108
date: 2004/05/25 21:54:07; author: rik; state: Exp; lines: +2 -2
Keepalive timer should be added if we does not have any sppp consumers
before and should be deleted if we do not have any anymore.
----------------------------
revision 1.107
date: 2004/03/14 01:32:44; author: rwatson; state: Exp; lines: +2 -2
Compare spppq to NULL instead of using spppq as a boolean.
PR: kern/21771, kern/66348, kern/14848
Revision Changes Path
1.59.2.14 +45 -19 src/sys/net/if_spppsubr.c
More information about the cvs-src
mailing list