You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(164) |
Oct
(104) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(17) |
Jun
|
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(8) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(1) |
Nov
|
Dec
(6) |
2005 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
(2) |
Nov
(6) |
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(6) |
Aug
(36) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(23) |
2008 |
Jan
(33) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(13) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(32) |
Sep
|
Oct
|
Nov
(14) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
2011 |
Jan
(16) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:29
|
Update of /cvsroot/linux-atm/linux-atm/src/sigd In directory usw-pr-cvs1:/tmp/cvs-serv2637/src/sigd Modified Files: Tag: V2_4_0 Makefile.am Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/sigd/Attic/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** Makefile.am 2001/09/14 23:53:09 1.1.2.2 --- Makefile.am 2001/10/04 21:17:26 1.1.2.3 *************** *** 8,13 **** $(top_builddir)/src/qgen/qd.dump.o \ $(top_builddir)/src/lib/libatm.la \ ! $(top_builddir)/src/saal/libsaal.a \ ! $(top_builddir)/src/lib/libatmd.la atmsigd_LDADD = $(atmsigd_XTRAS) -lfl atmsigd_DEPENDENCIES = mess.c $(atmsigd_XTRAS) --- 8,12 ---- $(top_builddir)/src/qgen/qd.dump.o \ $(top_builddir)/src/lib/libatm.la \ ! $(top_builddir)/src/saal/libsaal.a atmsigd_LDADD = $(atmsigd_XTRAS) -lfl atmsigd_DEPENDENCIES = mess.c $(atmsigd_XTRAS) |
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:29
|
Update of /cvsroot/linux-atm/linux-atm/src/maint In directory usw-pr-cvs1:/tmp/cvs-serv2637/src/maint Modified Files: Tag: V2_4_0 Makefile.am Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/maint/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/09/03 18:41:06 1.1.2.1 --- Makefile.am 2001/10/04 21:17:26 1.1.2.2 *************** *** 4,8 **** INCLUDES=-I$(top_builddir)/src/qgen -I$(top_builddir)/src/saal -I. ! LDADD = $(top_builddir)/src/lib/libatmd.la $(top_builddir)/src/lib/libatm.la sbin_PROGRAMS = $(BOOTPGMS) $(SYSPGMS) --- 4,8 ---- INCLUDES=-I$(top_builddir)/src/qgen -I$(top_builddir)/src/saal -I. ! LDADD = $(top_builddir)/src/lib/libatm.la sbin_PROGRAMS = $(BOOTPGMS) $(SYSPGMS) |
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:29
|
Update of /cvsroot/linux-atm/linux-atm/src/arpd In directory usw-pr-cvs1:/tmp/cvs-serv2637/src/arpd Modified Files: Tag: V2_4_0 Makefile.am Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/arpd/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/09/03 18:41:05 1.1.2.1 --- Makefile.am 2001/10/04 21:17:26 1.1.2.2 *************** *** 1,3 **** ! LDADD = $(top_builddir)/src/lib/libatmd.la $(top_builddir)/src/lib/libatm.la sbin_PROGRAMS = atmarp atmarpd --- 1,3 ---- ! LDADD = $(top_builddir)/src/lib/libatm.la sbin_PROGRAMS = atmarp atmarpd |
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:29
|
Update of /cvsroot/linux-atm/linux-atm/src/lib In directory usw-pr-cvs1:/tmp/cvs-serv2637/src/lib Modified Files: Tag: V2_4_0 Makefile.am timer.c Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lib/Attic/Makefile.am,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** Makefile.am 2001/10/03 19:12:59 1.1.2.3 --- Makefile.am 2001/10/04 21:17:26 1.1.2.4 *************** *** 1,17 **** ! lib_LTLIBRARIES = libatm.la libatmd.la LDFLAGS = -version-info @ATMLIBS_VERSION@ libatm_la_SOURCES = text2atm.c atm2text.c atmequal.c sdu2cell.c text2qos.c \ qos2text.c qosequal.c sap2text.c text2sap.c sapequal.c \ ! misc.c atmres.h ans.c libatm_la_LIBADD = -lresolv libatm_la_DEPENDENCIES = $(top_builddir)/src/include/atm.h \ $(top_builddir)/src/include/atmsap.h \ ! $(top_builddir)/src/include/stdint.h ! libatmd_la_SOURCES = common.c diag.c kptr.c text2ip.c timer.c unix.c ! libatmd_la_DEPENDENCIES = $(top_builddir)/src/include/atm.h \ ! $(top_builddir)/src/include/atmd.h \ ! $(top_builddir)/src/include/stdint.h --- 1,32 ---- ! #lib_LTLIBRARIES = libatm.la libatmd.la ! lib_LTLIBRARIES = libatm.la + # ATMLIBS_VERSION comes from configure.in in the toplevel directory LDFLAGS = -version-info @ATMLIBS_VERSION@ + + libatm_la_SOURCES = text2atm.c atm2text.c atmequal.c sdu2cell.c text2qos.c \ qos2text.c qosequal.c sap2text.c text2sap.c sapequal.c \ ! misc.c atmres.h ans.c \ ! common.c diag.c kptr.c text2ip.c timer.c unix.c libatm_la_LIBADD = -lresolv libatm_la_DEPENDENCIES = $(top_builddir)/src/include/atm.h \ $(top_builddir)/src/include/atmsap.h \ ! $(top_builddir)/src/include/stdint.h \ ! $(top_builddir)/src/include/atmd.h ! ! #libatm_la_SOURCES = text2atm.c atm2text.c atmequal.c sdu2cell.c text2qos.c \ ! # qos2text.c qosequal.c sap2text.c text2sap.c sapequal.c \ ! # misc.c atmres.h ans.c ! #libatm_la_LIBADD = -lresolv ! #libatm_la_DEPENDENCIES = $(top_builddir)/src/include/atm.h \ ! # $(top_builddir)/src/include/atmsap.h \ ! # $(top_builddir)/src/include/stdint.h ! # ! #libatmd_la_SOURCES = common.c diag.c kptr.c text2ip.c timer.c unix.c ! #libatmd_la_DEPENDENCIES = $(top_builddir)/src/include/atm.h \ ! # $(top_builddir)/src/include/atmd.h \ ! # $(top_builddir)/src/include/stdint.h Index: timer.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lib/Attic/timer.c,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** timer.c 2001/09/03 18:41:05 1.1.2.1 --- timer.c 2001/10/04 21:17:26 1.1.2.2 *************** *** 16,20 **** static TIMER *timers = NULL; ! static void dump_list(const char *label) --- 16,20 ---- static TIMER *timers = NULL; ! struct timeval now; static void dump_list(const char *label) |
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:29
|
Update of /cvsroot/linux-atm/linux-atm/src/ilmid In directory usw-pr-cvs1:/tmp/cvs-serv2637/src/ilmid Modified Files: Tag: V2_4_0 Makefile.am Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/ilmid/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/09/03 18:41:06 1.1.2.1 --- Makefile.am 2001/10/04 21:17:26 1.1.2.2 *************** *** 9,14 **** atmf_uni.c atmf_uni.h mib.c mib.h \ sysgroup.c sysgroup.h ilmid.c ! ilmid_LDADD = $(top_builddir)/src/lib/libatmd.la \ ! $(top_builddir)/src/lib/libatm.la \ $(top_builddir)/src/ilmid/asn1/libasn1.a ilmid_DEPENDENCIES = $(ilmid_LDADD) --- 9,13 ---- atmf_uni.c atmf_uni.h mib.c mib.h \ sysgroup.c sysgroup.h ilmid.c ! ilmid_LDADD = $(top_builddir)/src/lib/libatm.la \ $(top_builddir)/src/ilmid/asn1/libasn1.a ilmid_DEPENDENCIES = $(ilmid_LDADD) |
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:28
|
Update of /cvsroot/linux-atm/linux-atm/src/led In directory usw-pr-cvs1:/tmp/cvs-serv2637/src/led Modified Files: Tag: V2_4_0 Makefile.am Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/led/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/09/03 18:41:05 1.1.2.1 --- Makefile.am 2001/10/04 21:17:26 1.1.2.2 *************** *** 4,9 **** frames.c frames.h display.c display.h \ kernel.c kernel.h frame_defs.h lec.h ! zeppelin_LDADD = $(top_builddir)/src/lib/libatm.la \ ! $(top_builddir)/src/lib/libatmd.la zeppelin_DEPENDENCIES = $(zeppelin_LDADD) --- 4,8 ---- frames.c frames.h display.c display.h \ kernel.c kernel.h frame_defs.h lec.h ! zeppelin_LDADD = $(top_builddir)/src/lib/libatm.la zeppelin_DEPENDENCIES = $(zeppelin_LDADD) |
From: Paul B. S. <pa...@us...> - 2001-10-04 21:17:28
|
Update of /cvsroot/linux-atm/linux-atm In directory usw-pr-cvs1:/tmp/cvs-serv2637 Modified Files: Tag: V2_4_0 Makefile.am Log Message: These changes combie libatmd and libatm into one library: libatm.. (Suggested by Russell Coker) Also fixed shared object build which had an undefined reference to 'now'.. Simply needed to define 'now' in src/lib/timer.c.. It is defined as extern in src/include/atmd.h... Lastly.. Added 'cscope' target to toplevel Makefile.am to create tags... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/Attic/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** Makefile.am 2001/10/03 19:49:30 1.1.2.2 --- Makefile.am 2001/10/04 21:17:25 1.1.2.3 *************** *** 11,12 **** --- 11,15 ---- @echo -n + cscope: + cscope -b -R + |
From: Paul B. S. <pa...@us...> - 2001-10-03 23:54:03
|
Update of /cvsroot/linux-atm/linux-atm/src/extra In directory usw-pr-cvs1:/tmp/cvs-serv23579/src/extra Modified Files: Tag: V2_4_0 linux-atm.spec.in Log Message: Updates to RPM spec file to include hosts.atm and HOWTO documentation. Index: linux-atm.spec.in =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/extra/Attic/linux-atm.spec.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** linux-atm.spec.in 2001/10/03 19:48:38 1.1.2.1 --- linux-atm.spec.in 2001/10/03 23:53:50 1.1.2.2 *************** *** 86,89 **** --- 86,91 ---- install -c -m 755 src/mpoad/mpcd $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/mpoad/mpcd.8 $RPM_BUILD_ROOT/usr/local/man/man8 + mkdir -p $RPM_BUILD_ROOT/etc + install -c -m 644 src/config/hosts.atm $RPM_BUILD_ROOT/etc %clean *************** *** 93,96 **** --- 95,99 ---- %defattr(-, root, root) %doc AUTHORS BUGS ChangeLog COPYING COPYING.GPL COPYING.LGPL INSTALL NEWS README THANKS + %doc doc/README.CLP doc/README.tc doc/atm-linux-howto.sgml /usr/local/include/atm.h /usr/local/include/atmd.h *************** *** 140,143 **** --- 143,147 ---- /usr/local/sbin/mpcd /usr/local/man/man8/mpcd.8 + %config /etc/hosts.atm %post |
From: Paul B. S. <pa...@us...> - 2001-10-03 23:54:00
|
Update of /cvsroot/linux-atm/linux-atm/doc In directory usw-pr-cvs1:/tmp/cvs-serv23579/doc Modified Files: Tag: V2_4_0 Makefile.am Log Message: Updates to RPM spec file to include hosts.atm and HOWTO documentation. Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/doc/Attic/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** Makefile.am 2001/10/03 19:04:07 1.1.2.2 --- Makefile.am 2001/10/03 23:53:50 1.1.2.3 *************** *** 1,2 **** ! EXTRA_DIST = README.CLP README.tc atm-linux-howto.sgml --- 1,38 ---- ! EXTRA_DIST = README.CLP README.tc atm-linux-howto.sgml atm-linux-howto.txt ! ! HOWTO = atm-linux-howto.sgml ! ! ! atm-linux-howto/atm-linux-howto.html: ${HOWTO} ! sgmltools --backend=html ${HOWTO} ! ! html: atm-linux-howto/atm-linux-howto.html ! ! ! atm-linux-howto.txt: ${HOWTO} ! sgmltools --backend=txt ${HOWTO} ! ! txt: atm-linux-howto.txt ! ! ! atm-linux-howto.ps: ${HOWTO} ! sgmltools --backend=ps ${HOWTO} ! ! ps: atm-linux-howto.ps ! ! ! atm-linux-howto.pdf: ${HOWTO} ! db2pdf ${HOWTO} ! ! pdf: atm-linux-howto.pdf ! ! ! atm-linux-howto.rtf: ${HOWTO} ! db2rtf ${HOWTO} ! ! rtf: atm-linux-howto.rtf ! ! ! clean: ! -rm -rf atm-linux-howto/ *.ps *.pdf *.rtf *.out |
From: Paul B. S. <pa...@us...> - 2001-10-03 23:52:50
|
Update of /cvsroot/linux-atm/linux-atm/doc In directory usw-pr-cvs1:/tmp/cvs-serv22951/doc Modified Files: Tag: V2_4_0 atm-linux-howto.sgml Added Files: Tag: V2_4_0 README atm-linux-howto.txt Log Message: Updates to the HOWTO to keep SGMLtools-lite from complaining.. Added documentation README and the converted text version of the HOWTO... --- NEW FILE: atm-linux-howto.txt --- ATM on Linux HOWTO Paul B Schroeder IBM Corporation pa...@us... Werner Almesberger Institute for computer Communications and Applications (ICA) EPFL wa...@al... Lausanne Switzerland ATM support for Linux is currently in pre-alpha stage. There is an experimental release, which supports raw ATM connections (PVCs and SVCs), IP over ATM, LAN [...1039 lines suppressed...] [lanev1] LAN Emulation Over ATM -- Version 1.0, ATM Forum, February 1996. [lanev2] LAN Emulation Over ATM -- Version 2 -- LUNI Specification, ATM Forum, July 1997. [mpoav1] Multi-Protocol Over ATM -- Version 1.0, ATM Forum, July 1997. [bridge-howto] Bridging mini-Howto, Christopher Cole, http://www.linuxdoc.org/ HOWTO/mini/Bridge.html , March, 2001. [kiis] Implementation of LAN Emulation Over ATM in Linux, Marko Kiiskilä, ftp:/ /sunsite.tut.fi/pub/Local/linux-atm/misc/ , October 1996. Notes [1] Some adapters may only support a subset of this. [2] This section was written by Richard Jones rj...@im...>. Index: atm-linux-howto.sgml =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/doc/Attic/atm-linux-howto.sgml,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** atm-linux-howto.sgml 2001/10/03 16:25:35 1.1.2.2 --- atm-linux-howto.sgml 2001/10/03 23:52:45 1.1.2.3 *************** *** 1,4 **** <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> ! <article ID="ATM-Linux-HOWTO"> <articleinfo> --- 1,4 ---- <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> ! <article id="ATM-Linux-HOWTO"> <articleinfo> *************** [...1355 lines suppressed...] </releaseinfo> <pubdate>March, 2001</pubdate> </biblioentry> ! <biblioentry id="kiis" xreflabel="kiis"> <title>Implementation of LAN Emulation Over ATM in Linux</title> <author> *************** *** 1797,1801 **** </author> <releaseinfo> ! <ulink URL="ftp://sunsite.tut.fi/pub/Local/linux-atm/misc/">ftp://sunsite.tut.fi/pub/Local/linux-atm/misc/</ulink> </releaseinfo> <pubdate>October 1996</pubdate> --- 1797,1801 ---- </author> <releaseinfo> ! <ulink url="ftp://sunsite.tut.fi/pub/Local/linux-atm/misc/">ftp://sunsite.tut.fi/pub/Local/linux-atm/misc/</ulink> </releaseinfo> <pubdate>October 1996</pubdate> |
From: Paul B. S. <pa...@us...> - 2001-10-03 21:20:01
|
Update of /cvsroot/linux-atm/linux-atm In directory usw-pr-cvs1:/tmp/cvs-serv5949 Modified Files: Tag: V2_4_0 configure.in Log Message: Damn it... Forgot src/config/init-redhat... Index: configure.in =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/Attic/configure.in,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** configure.in 2001/10/03 21:17:31 1.1.2.4 --- configure.in 2001/10/03 21:19:58 1.1.2.5 *************** *** 167,170 **** --- 167,171 ---- src/switch/tcp/Makefile \ src/config/Makefile \ + src/config/init-redhat/Makefile \ src/extra/Makefile \ src/extra/linux-atm.spec \ |
From: Paul B. S. <pa...@us...> - 2001-10-03 21:17:34
|
Update of /cvsroot/linux-atm/linux-atm In directory usw-pr-cvs1:/tmp/cvs-serv4427 Modified Files: Tag: V2_4_0 configure.in Log Message: Oops.. Forgot to tell configure.in to create src/config Makefile... Index: configure.in =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/Attic/configure.in,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** configure.in 2001/10/03 19:49:30 1.1.2.3 --- configure.in 2001/10/03 21:17:31 1.1.2.4 *************** *** 166,169 **** --- 166,170 ---- src/switch/debug/Makefile \ src/switch/tcp/Makefile \ + src/config/Makefile \ src/extra/Makefile \ src/extra/linux-atm.spec \ |
From: Paul B. S. <pa...@us...> - 2001-10-03 21:14:56
|
Update of /cvsroot/linux-atm/linux-atm/src In directory usw-pr-cvs1:/tmp/cvs-serv2749/src Modified Files: Tag: V2_4_0 Makefile.am Log Message: Add config to SUBDIRS Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/Attic/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** Makefile.am 2001/10/03 17:47:31 1.1.2.2 --- Makefile.am 2001/10/03 21:14:53 1.1.2.3 *************** *** 1,3 **** SUBDIRS = include lib test debug qgen saal sigd maint arpd ilmid man led lane \ ! mpoad switch extra --- 1,3 ---- SUBDIRS = include lib test debug qgen saal sigd maint arpd ilmid man led lane \ ! mpoad switch config extra |
From: Paul B. S. <pa...@us...> - 2001-10-03 20:16:09
|
Update of /cvsroot/linux-atm/linux-atm/src/config In directory usw-pr-cvs1:/tmp/cvs-serv28180/src/config Added Files: Tag: V2_4_0 hosts.atm Makefile.am Log Message: Add sample hosts.atm file and also add John Strange's startup scripts for RedHat... --- NEW FILE: hosts.atm --- # # hosts.atm - Example # # ## 47.0005.80FFE1000000F21A26D8.0020ea001146.00 lrcpcs-a.epfl.ch lrcpcs-a --- NEW FILE: Makefile.am --- SUBDIRS = init-redhat EXTRA_DIST = hosts.atm install-exec-local: -cp hosts.atm /etc uninstall-local: -rm /etc/hosts.atm |
From: Paul B. S. <pa...@us...> - 2001-10-03 20:16:09
|
Update of /cvsroot/linux-atm/linux-atm/src/config/init-redhat In directory usw-pr-cvs1:/tmp/cvs-serv28180/src/config/init-redhat Added Files: Tag: V2_4_0 Makefile.am README atm atm-sysconfig ifcfg-lec0 Log Message: Add sample hosts.atm file and also add John Strange's startup scripts for RedHat... --- NEW FILE: Makefile.am --- EXTRA_DIST = atm atm-sysconfig ifcfg-lec0 README --- NEW FILE: README --- This is a quick readme on how to setup ATM on linux. This script will work in conjuction with the /etc/rc.d/init.d/network script to startup LANE services and interfaces. I have tested it with LANE but your mileage may vary with other configurations. - Copy atm-sysconfig to /etc/sysconfig/atm - Copy atm to /etc/rc.d/init.d/ - Link atm to your favorite runlevel to start on boot, but remember atmsigd and other services need to start before networking. - Copy ifcfg-lec0 to /etc/sysconfig/network-scripts (change it to suit your needs such as the correct ELAN and selector byte) That's about the basics, if you need help email me at jo...@st... and I'll be glad to help. --- NEW FILE: atm --- #!/bin/sh # # /etc/rc.d/init.d/atm - Bring up/down ATM # # Source function library. . /etc/rc.d/init.d/functions if [ ! -f /etc/sysconfig/atm ]; then exit 0 fi . /etc/sysconfig/atm [ "$ATM" != yes ] && exit 0 cd /etc/sysconfig/network-scripts case "$1" in start) echo -n "Starting ATM demons: " daemon atmsigd -b -l syslog -D /var/tmp -t 20 daemon ilmid -b -l syslog `[ -z "$ILMIQOS" ] || echo -q $ILMIQOS` sleep 3 # let's rest a second give signalling and ilmid a chance to get started. if [ "$LANE" = yes ]; then for i in /etc/sysconfig/network-scripts/ifcfg-lec[0-9]; do source $i zeppelin -n $ELAN -i $INTERFACEID -l $SELBYTE -F syslog & done fi [ "$IPATM" = yes ] && daemon atmarpd -b -l syslog -m # launch LANE demon(s) ... [ "$AREQUIPA" = yes ] && daemon arequipad -b -l syslog echo touch /var/lock/subsys/atm ;; stop) if [ "$LANE" = yes ]; then for n in ifcfg-lec[0-9]; do ./ifdown $n killproc zeppelin done fi if [ "$IPATM" = yes ]; then for n in ifcfg-atm[0-9]; do ./ifdown $n done fi echo -n "Stopping ATM demons: " if [ "$IPATM" = yes ]; then [ "$AREQUIPA" = yes ] && killproc arequipad killproc atmarpd fi killproc atmsigd # kill ILMID later, so we don't get complaints killproc ilmid echo rm -f /var/lock/subsys/atm ;; *) echo "Usage: atm {start|stop}" exit 1 esac --- NEW FILE: atm-sysconfig --- # # /etc/sysconfig/atm - general ATM setup # ATM=yes # enable ATM support at all IPATM=no # Classical IP over ATM (using ATMARP) AREQUIPA=no # Application REQUested IP over ATM LANE=yes # LAN Emulation (client; doesn't work yet) # ILMIQOS="ubr:pcr=100kbps" # optional: QOS to use on the ILMI VC --- NEW FILE: ifcfg-lec0 --- DEVICE=lec0 BOOTPROTO=static BROADCAST=169.144.155.255 IPADDR=169.144.155.52 NETMASK=255.255.255.0 NETWORK=169.144.155.0 ELAN=canvas SELBYTE=00 INTERFACEID=0 ONBOOT=yes |
From: Paul B. S. <pa...@us...> - 2001-10-03 20:13:32
|
Update of /cvsroot/linux-atm/linux-atm/src/config In directory usw-pr-cvs1:/tmp/cvs-serv26725/src/config Log Message: Directory /cvsroot/linux-atm/linux-atm/src/config added to the repository --> Using per-directory sticky tag `V2_4_0' |
From: Paul B. S. <pa...@us...> - 2001-10-03 20:13:32
|
Update of /cvsroot/linux-atm/linux-atm/src/config/init-redhat In directory usw-pr-cvs1:/tmp/cvs-serv26725/src/config/init-redhat Log Message: Directory /cvsroot/linux-atm/linux-atm/src/config/init-redhat added to the repository --> Using per-directory sticky tag `V2_4_0' |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:49:40
|
Update of /cvsroot/linux-atm/linux-atm In directory usw-pr-cvs1:/tmp/cvs-serv11162 Modified Files: Tag: V2_4_0 Makefile.am configure.in Removed Files: Tag: V2_4_0 linux-atm.spec mkrpm Log Message: We don't need mkrpm anymore and the spec file is now in src/extra... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/09/03 10:56:35 1.1.2.1 --- Makefile.am 2001/10/03 19:49:30 1.1.2.2 *************** *** 3,4 **** --- 3,12 ---- EXTRA_DIST = COPYING.GPL COPYING.LGPL BUGS + rpms: dist src/extra/linux-atm.spec + -mkdir -p src/extra/RPMS + -mkdir -p src/extra/SRPMS + rpm -ba src/extra/linux-atm.spec + + rpm: rpms + @echo -n + Index: configure.in =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/Attic/configure.in,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** configure.in 2001/10/03 17:47:31 1.1.2.2 --- configure.in 2001/10/03 19:49:30 1.1.2.3 *************** *** 166,170 **** src/switch/debug/Makefile \ src/switch/tcp/Makefile \ ! src/extra/Makefile ) --- 166,172 ---- src/switch/debug/Makefile \ src/switch/tcp/Makefile \ ! src/extra/Makefile \ ! src/extra/linux-atm.spec \ ! src/extra/ANS/Makefile ) --- linux-atm.spec DELETED --- --- mkrpm DELETED --- |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:49:39
|
Update of /cvsroot/linux-atm/linux-atm/src/extra In directory usw-pr-cvs1:/tmp/cvs-serv11162/src/extra Modified Files: Tag: V2_4_0 Makefile.am Log Message: We don't need mkrpm anymore and the spec file is now in src/extra... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/extra/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/10/03 17:45:53 1.1.2.1 --- Makefile.am 2001/10/03 19:49:30 1.1.2.2 *************** *** 1,2 **** ! EXTRA_DIST = ANS --- 1,4 ---- ! SUBDIRS = ANS ! ! EXTRA_DIST = linux-atm.spec.in |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:48:42
|
Update of /cvsroot/linux-atm/linux-atm/src/extra In directory usw-pr-cvs1:/tmp/cvs-serv10449/src/extra Added Files: Tag: V2_4_0 linux-atm.spec.in Log Message: Add Makefile.am for ANS and move the RPM spec file into src/extra... --- NEW FILE: linux-atm.spec.in --- Summary: linux-atm - Tools to support ATM networking under Linux. Name: linux-atm %define linux_atm_version @VERSION@ Version: %{linux_atm_version} %define includedir /usr/include Release: 1 License: BSD License, GNU General Public License (GPL), GNU Lesser General Public License (LGPL) Group: System Environment/Daemons ExclusiveOS: Linux BuildRoot: /var/tmp/%{name}-buildroot %define _sourcedir %(pwd) %define _specdir %(pwd)/src/extra %define _rpmdir %(pwd)/src/extra/RPMS %define _srcrpmdir %(pwd)/src/extra/SRPMS Source: linux-atm-%{linux_atm_version}.tar.gz %description Tools to support ATM networking under Linux. Eventually this will also include support for some types of DSL modems. %prep %setup -q %build ./configure --disable-shared make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/local/include install -c -m 644 src/include/atm.h $RPM_BUILD_ROOT/usr/local/include install -c -m 644 src/include/atmd.h $RPM_BUILD_ROOT/usr/local/include install -c -m 644 src/include/atmsap.h $RPM_BUILD_ROOT/usr/local/include mkdir -p $RPM_BUILD_ROOT/usr/local/lib install -c -m 755 src/lib/.libs/libatm.lai $RPM_BUILD_ROOT/usr/local/lib/libatm.la install -c -m 644 src/lib/.libs/libatm.a $RPM_BUILD_ROOT/usr/local/lib ranlib $RPM_BUILD_ROOT/usr/local/lib/libatm.a install -c -m 755 src/lib/.libs/libatmd.lai $RPM_BUILD_ROOT/usr/local/lib/libatmd.la install -c -m 644 src/lib/.libs/libatmd.a $RPM_BUILD_ROOT/usr/local/lib ranlib $RPM_BUILD_ROOT/usr/local/lib/libatmd.a mkdir -p $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/test/aread $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/test/awrite $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/test/ttcp_atm $RPM_BUILD_ROOT/usr/local/bin mkdir -p $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/sigd/atmsigd $RPM_BUILD_ROOT/usr/local/sbin mkdir -p $RPM_BUILD_ROOT/usr/local/etc install -c -m 644 src/sigd/atmsigd.conf $RPM_BUILD_ROOT/usr/local/etc mkdir -p $RPM_BUILD_ROOT/usr/local/man/man4 install -c -m 644 src/sigd/atmsigd.conf.4 $RPM_BUILD_ROOT/usr/local/man/man4 mkdir -p $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/sigd/atmsigd.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/maint/atmdiag $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/maint/atmdump $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/maint/sonetdiag $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/maint/saaldump $RPM_BUILD_ROOT/usr/local/bin install -c -m 755 src/maint/atmaddr $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/maint/esi $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/maint/atmloop $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/maint/atmtcp $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/maint/enitune $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/maint/zntune $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/maint/atmaddr.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/maint/atmdiag.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/maint/atmdump.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/maint/atmloop.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/maint/atmtcp.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/maint/esi.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/arpd/atmarp $RPM_BUILD_ROOT/usr/local/sbin install -c -m 755 src/arpd/atmarpd $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/arpd/atmarp.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 644 src/arpd/atmarpd.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/ilmid/ilmid $RPM_BUILD_ROOT/usr/local/sbin mkdir -p $RPM_BUILD_ROOT/usr/local/man/man7 install -c -m 644 src/man/qos.7 $RPM_BUILD_ROOT/usr/local/man/man7 install -c -m 644 src/man/sap.7 $RPM_BUILD_ROOT/usr/local/man/man7 install -c -m 755 src/led/zeppelin $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/led/zeppelin.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/lane/les $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/lane/les.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/lane/bus $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/lane/bus.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/lane/lecs $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/lane/lecs.8 $RPM_BUILD_ROOT/usr/local/man/man8 install -c -m 755 src/mpoad/mpcd $RPM_BUILD_ROOT/usr/local/sbin install -c -m 644 src/mpoad/mpcd.8 $RPM_BUILD_ROOT/usr/local/man/man8 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS BUGS ChangeLog COPYING COPYING.GPL COPYING.LGPL INSTALL NEWS README THANKS /usr/local/include/atm.h /usr/local/include/atmd.h /usr/local/include/atmsap.h /usr/local/lib/libatm.la /usr/local/lib/libatm.a /usr/local/lib/libatmd.la /usr/local/lib/libatmd.a /usr/local/bin/aread /usr/local/bin/awrite /usr/local/bin/ttcp_atm /usr/local/sbin/atmsigd %config /usr/local/etc/atmsigd.conf /usr/local/man/man4/atmsigd.conf.4 /usr/local/man/man8/atmsigd.8 /usr/local/bin/atmdiag /usr/local/bin/atmdump /usr/local/bin/sonetdiag /usr/local/bin/saaldump /usr/local/sbin/atmaddr /usr/local/sbin/esi /usr/local/sbin/atmloop /usr/local/sbin/atmtcp /usr/local/sbin/enitune /usr/local/sbin/zntune /usr/local/man/man8/atmaddr.8 /usr/local/man/man8/atmdiag.8 /usr/local/man/man8/atmdump.8 /usr/local/man/man8/atmloop.8 /usr/local/man/man8/atmtcp.8 /usr/local/man/man8/esi.8 /usr/local/sbin/atmarp /usr/local/sbin/atmarpd /usr/local/man/man8/atmarp.8 /usr/local/man/man8/atmarpd.8 /usr/local/sbin/ilmid /usr/local/man/man7/qos.7 /usr/local/man/man7/sap.7 /usr/local/sbin/zeppelin /usr/local/man/man8/zeppelin.8 /usr/local/sbin/les /usr/local/sbin/bus /usr/local/sbin/lecs /usr/local/man/man8/les.8 /usr/local/man/man8/bus.8 /usr/local/man/man8/lecs.8 /usr/local/sbin/mpcd /usr/local/man/man8/mpcd.8 %post ldconfig -n /usr/local/lib %postun ldconfig -n /usr/local/lib %changelog * Fri Sep 14 2001 Paul Schroeder <paulsch@@us.ibm.com> - First build of linux-atm RPM. |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:48:41
|
Update of /cvsroot/linux-atm/linux-atm/src/extra/ANS In directory usw-pr-cvs1:/tmp/cvs-serv10449/src/extra/ANS Added Files: Tag: V2_4_0 Makefile.am Log Message: Add Makefile.am for ANS and move the RPM spec file into src/extra... --- NEW FILE: Makefile.am --- EXTRA_DIST = 127.0.0 atm-reverse e164_cc pdf2e164_cc.pl resolv.conf 192.168.27 bind-498-REL.patch hosts2ans.pl README atm named.conf README.DNS |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:13:01
|
Update of /cvsroot/linux-atm/linux-atm/src/lib In directory usw-pr-cvs1:/tmp/cvs-serv21997/src/lib Modified Files: Tag: V2_4_0 Makefile.am Log Message: Remove pdf2e164_cc.pl from EXTRA_DIST since we removed it from the src/lib directory... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/lib/Attic/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** Makefile.am 2001/09/28 20:15:41 1.1.2.2 --- Makefile.am 2001/10/03 19:12:59 1.1.2.3 *************** *** 16,19 **** $(top_builddir)/src/include/stdint.h - EXTRA_DIST = pdf2e164_cc.pl - --- 16,17 ---- |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:04:10
|
Update of /cvsroot/linux-atm/linux-atm/doc In directory usw-pr-cvs1:/tmp/cvs-serv17199/doc Modified Files: Tag: V2_4_0 Makefile.am Log Message: Update doc/Makefile.am so that our files go into the dist... Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/doc/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Makefile.am 2001/09/03 11:02:53 1.1.2.1 --- Makefile.am 2001/10/03 19:04:07 1.1.2.2 *************** *** 0 **** --- 1,2 ---- + EXTRA_DIST = README.CLP README.tc atm-linux-howto.sgml + |
From: Paul B. S. <pa...@us...> - 2001-10-03 19:03:01
|
Update of /cvsroot/linux-atm/linux-atm/doc In directory usw-pr-cvs1:/tmp/cvs-serv15826/doc Added Files: Tag: V2_4_0 README.tc Log Message: Add README file for traffic control... --- NEW FILE: README.tc --- Basic configuration ------------------- 1. When configuring the kernel, select at least the following options under "Networking options": - kernel/User netlink socket - QoS and/or fair queueing - ATM pseudoscheduler - Packet classifier API - Routing tables based classifier You may select additional schedulers/classifiers/etc. As usual, module support is not tested yet, so you should select "y", not "m". 2. Build the kernel. 3. Download iproute2-x.x.x-now-ssXXXXXX.tar.gz from ftp://ftp.inr.ac.ru/ip-routing/ or one of its mirrors. 4. Extract iproute2: - tar xvfz iproute2-x.x.x-now-ssXXXXXX.tar.gz 5. Build and install iproute2: - cd iproute2 - edit Config to enable the ATM queuing discipline: TC_CONFIG_ATM=y - make - cp tc/tc ip/ip /sbin 6. Run a little example. We first set up the ATM queuing discipline to intercept selected traffic through our Ethernet interface "eth0" and to forward this traffic over a PVC 0.100: # tc qdisc add dev eth0 handle 1: root atm # tc class add dev eth0 classid 1:1 atm pvc 0.100 Verify that the operation succeeded: % tc qdisc show dev eth0 qdisc atm 1: % tc class show dev eth0 class atm 1: parent 1: hdr . excess clp class atm 1:1 parent 1: pvc 0.0.100 hdr aa.aa.03.00.00.00.08.00 excess clp CONNECTED (The first class is used to send all traffic that isn't explicitly selected for ATM over the normal Ethernet interface. This class is automatically created when setting up the ATM queuing discipline.) Next, we add a filter and set up a route that selects it. If you have enabled other filters, you can also try to select flows via firewall rules, etc. # tc filter add dev eth0 protocol ip route to 1 flowid 1:1 # ip route add 10.0.0.0/8 dev eth0 realm 1 Test the redirection to ATM: % ping 10.0.0.1 Remove the ATM queuing discipline again: # tc qdisc del dev eth0 root Verify that the PVC has been removed: % cat /proc/net/atm/pvc Policing (UNTESTED !) -------- When adding policing, proceed as follows: 1. Enable in "Networking options" the item "Ingres traffic policing" 2. Specify policy along with the classifier (use u32 or rsvp) 3. Decide on policing action. There are three choices: - drop packet - send packet in different class (re-classify) - send packet in same class, with CLP=1 Note that policing is only done once, so it's not possible to re-classify a second time. Also note that dropping currently isn't supported by tc. 4. Set up the classifier and the class according to the choice made: Action Classifier/filter action Class ---------- ------------------------ -------------- drop drop (not yet supported) n/a reclassify reclassify (default) excess CLASSID CLP=1 reclassify (default) excess clp Example: # tc filter add dev eth0 parent 1:1 protocol ip route \ burst 100 rate 100 # tc class add dev eth0 classid 1:1 atm pvc 0.100 excess 1:0 |
From: Paul B. S. <pa...@us...> - 2001-10-03 17:48:33
|
Update of /cvsroot/linux-atm/linux-atm/doc In directory usw-pr-cvs1:/tmp/cvs-serv7280/doc Added Files: Tag: V2_4_0 README.CLP Log Message: Add CLP support README.. |