Date: Tue, 25 Jan 2005 16:26:25 +0000 (UTC) From: Roman Kurakin <rik@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_sppp.h if_spppsubr.c src/sys/modules/sppp Makefile src/sys/conf files Message-ID: <200501251626.j0PGQP1g054891@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rik 2005-01-25 16:26:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_sppp.h if_spppsubr.c sys/modules/sppp Makefile sys/conf files Log: MFC: ============================================================================= RCS file: /home/ncvs/src/sys/net/if_spppsubr.c,v ---------------------------- 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@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days PR: kern/21771, kern/66348 ---------------------------- 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.115 date: 2004/12/12 14:54:15; author: rik; state: Exp; lines: +229 -110 Make sppp MPSAFE. MPSAFE could be turned off by IFF_NEEDSGIANT. Silence on: net@, current@, hackers@. No objections: joerg ============================================================================= RCS file: /home/ncvs/src/sys/net/if_sppp.h,v ---------------------------- revision 1.27 date: 2005/01/07 01:45:34; author: imp; state: Exp; lines: +2 -1 /* -> /*- for license, minor formatting changes ---------------------------- revision 1.26 date: 2004/12/28 00:07:56; author: rik; state: Exp; lines: +13 -2 Add FR support to sppp (MFCronyx). Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days PR: kern/21771, kern/66348 ---------------------------- revision 1.25 date: 2004/12/12 14:54:15; author: rik; state: Exp; lines: +8 -2 Make sppp MPSAFE. MPSAFE could be turned off by IFF_NEEDSGIANT. Silence on: net@, current@, hackers@. No objections: joerg ---------------------------- ============================================================================= RCS file: /home/ncvs/src/sys/conf/files,v ---------------------------- revision 1.976 date: 2004/12/28 00:07:56; author: rik; state: Exp; lines: +2 -0 Add FR support to sppp (MFCronyx). Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days PR: kern/21771, kern/66348 ============================================================================= RCS file: /home/ncvs/src/sys/modules/sppp/Makefile,v ---------------------------- revision 1.6 date: 2004/12/28 00:07:56; author: rik; state: Exp; lines: +1 -1 Add FR support to sppp (MFCronyx). Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days PR: kern/21771, kern/66348 Revision Changes Path 1.943.2.6 +2 -0 src/sys/conf/files 1.5.10.1 +1 -1 src/sys/modules/sppp/Makefile 1.24.8.1 +23 -5 src/sys/net/if_sppp.h 1.113.2.2 +267 -123 src/sys/net/if_spppsubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501251626.j0PGQP1g054891>