OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


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

tedu netnatm and ueagle(4).

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

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 28 15:12:03 2009 UTC (15 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, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Use extern for variable declarations in .h files so that we don't end up with
multiple common warnings when linking a kernel with NATM. Put the real variable
into natm_pcb.c which seems to be a good place for the pcb list. OK kettenis@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 6 02:18:39 2007 UTC (16 years, 8 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 3 10:52:11 2007 UTC (16 years, 8 months ago) by krw
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

MALLOC+bzero -> malloc+M_ZERO.

In ip_esp.c all allocated memory is now zero'd in the
"malloc(sizeof(*tc) + alen ..." case. The +alen memory was not
initialized by the bzero() call. Noticed by chl@.

"Looks good" art@ "seems ok" chl@

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 5 21:48:57 2006 UTC (18 years, 3 months ago) by miod
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: +3 -5 lines
Diff to previous 1.6 (colored)

Use more queue macros rather than doing it by hand; ok otto@ krw@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 4 22:40:16 2006 UTC (18 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (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.4.4.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:31:38 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Sync UBC branch to -current

Revision 1.3.14.2 / (download) - annotate - [select for diffs], Thu Mar 28 14:57:38 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.3.14.1: +2 -2 lines
Diff to previous 1.3.14.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Merge in -current from roughly a week ago

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 14 01:27:12 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, 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
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

First round of __P removal in sys

Revision 1.3.14.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.3: +1 -5 lines
Diff to previous 1.3 (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.4 / (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_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 9 03:29:00 1996 UTC (27 years, 7 months ago) by chuck
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, OPENBSD_2_1_BASE, OPENBSD_2_1
Branch point for: SMP
Changes since 1.2: +4 -2 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: +2 -0 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:13 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.