Date: Mon, 7 Feb 2005 21:50:36 +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/dev/ctau if_ct.c Message-ID: <200502072150.j17Loa2m046168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rik 2005-02-07 21:50:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ctau if_ct.c Log: MFC: -j 1.16 -j 1.19 revision 1.19 date: 2004/12/13 22:07:23; author: rik; state: Exp; lines: +213 -47 Make code MPSAFE. You could turn this off by debug.mpsafenet=0 for full network stack or via debug.{cp|cx|ctau}.mpsafenet for cp(4), cx(4) and ctau(4) accordingly. MFC after: 10 days ---------------------------- revision 1.18 date: 2004/12/10 05:54:45; author: rik; state: Exp; lines: +5 -320 Clean up from '#if __FreeBSD_version'. ---------------------------- revision 1.17 date: 2004/12/03 16:57:15; author: rik; state: Exp; lines: +4 -2 Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode to privent running of PPP's state machine in non PPP mode. MFC: after 3 days. ---------------------------- revision 1.16 date: 2004/09/23 12:21:11; author: phk; state: Exp; lines: +0 -13 Remove bogus cdevsw frobbing code which tries to prevent double loading of modules. MODULE_VERSION() should be used for this I belive. Revision Changes Path 1.14.2.3 +222 -382 src/sys/dev/ctau/if_ct.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502072150.j17Loa2m046168>