OpenBSD CVS

CVS log for src/sys/netnatm/Attic/natm.c


[BACK] Up to [local] / src / sys / netnatm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13, Tue Aug 20 09:14:28 2013 UTC (10 years, 9 months ago) by mpi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1 lines
FILE REMOVED

tedu netnatm and ueagle(4).

ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@

Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 11 22:33:33 2010 UTC (14 years, 4 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Correct argument for splx() is s2 not s so that the splx() calls match to the
spl(soft)net() calls. Found by Gleydson Soares.

Revision 1.11 / (download) - annotate - [select for diffs], Sun May 31 19:17:20 2009 UTC (15 years ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Remove some #ifdef / #define maze that is not needed at all.
OK deraadt@ miod@

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 27 19:57:45 2008 UTC (16 years ago) by thib
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.9: +3 -12 lines
Diff to previous 1.9 (colored)

bring the netnatm usrreq's also up to speed on the addition of the
struct proc argument to the usrreq's routines...

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 9 21:36:40 2007 UTC (16 years, 6 months ago) by hshoexer
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

another FREE->free

ok gilles

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 12 18:45:14 2007 UTC (16 years, 9 months ago) by mk
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

There is no such word as `detatch'.

ok mglocker

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 4 22:40:16 2006 UTC (18 years, 3 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

With the exception of two other small uncommited diffs this moves
the remainder of the network stack from splimp to splnet.

ok miod@

Revision 1.5.12.1 / (download) - annotate - [select for diffs], Wed Jul 4 10:55:41 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.5: +1 -5 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 16 12:54:08 2001 UTC (23 years, 1 month ago) by ho
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, UBC_BASE, UBC, SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +1 -5 lines
Diff to previous 1.5 (colored)

No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 11 01:32:08 1997 UTC (26 years, 8 months ago) by angelos
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Branch point for: SMP
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (colored)

Keep the ifdef for NetBSD.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 11 01:21:16 1997 UTC (26 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.3: +1 -10 lines
Diff to previous 1.3 (colored)

Fix some minor compilation problems.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 9 03:28:59 1996 UTC (27 years, 7 months ago) by chuck
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

netbsd pr#2918 (jukka.partanen@research.nokia.com):
 - fix up netnatm so that it compiles with new warning flags (and
        install headers)
 - sync in some minor changes from netbsd (Matthias Drochner)

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 3 17:24:29 1996 UTC (27 years, 11 months ago) by chuck
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +21 -2 lines
Diff to previous 1.1 (colored)

ported to FreeBSD 2.2-960612-SNAP.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 30 21:40:12 1996 UTC (27 years, 11 months ago) by chuck
Branch: MAIN

new: protocol layer to provide you with native mode ATM access.
	you can open raw aal5 and aal0 vcs with this protocol layer.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.