OpenBSD CVS

CVS log for src/sys/net/Attic/if_tokensubr.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26, Tue May 29 21:01:55 2007 UTC (17 years ago) by claudio
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +0 -0 lines
FILE REMOVED

It helps to commit removals from the tree that has the files cvs removed
instead of one where they where just empty. Figured out by art@

Revision 1.25 / (download) - annotate - [select for diffs], Tue May 29 18:21:19 2007 UTC (17 years ago) by claudio
Branch: MAIN
Changes since 1.24: +0 -499 lines
Diff to previous 1.24 (colored)

Move tokenring support to the attic where it can join the cards that where
decomissioned aeon ago. We will not miss it at all.
OK dlg@ henning@ and a lot of cheers by other in the room

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 7 18:15:29 2006 UTC (17 years, 6 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

use LINK_STATE_IS_UP(ifp0->if_link_state) instead of
ifp0->if_link_state == LINK_STATE_UP to handle the new half/full
duplex link states. i forgot to commit these snippets before.

ok jsg@

Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 26 13:11:38 2006 UTC (17 years, 8 months ago) by pedro
Branch: MAIN
Changes since 1.22: +10 -5 lines
Diff to previous 1.22 (colored)

Fix compilation, okay henning@ mpf@

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jun 17 14:14:12 2006 UTC (17 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

adopt to extended rtrequest / rtalloc1 api

Revision 1.21 / (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.20: +3 -3 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Wed Jun 8 06:55:33 2005 UTC (19 years ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.19: +3 -37 lines
Diff to previous 1.19 (colored)

bye bye netns (and a few leftover DECNET bits while here)

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 7 02:45:11 2005 UTC (19 years ago) by henning
Branch: MAIN
Changes since 1.18: +5 -82 lines
Diff to previous 1.18 (colored)

do not handle CCITT any longer

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 18 23:26:52 2005 UTC (19 years, 4 months ago) by mpf
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.17: +5 -6 lines
Diff to previous 1.17 (colored)

Rewriting the lladdr can now be done without using mbuf tags.
Advertisements run through the carp interface first.
So we just take the address from ifp0.
While we're there,
also remove carp_macmatch6, which isn't used anymore.

Proposed by mcbride@
ok mcbride@, pascoe@

Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 19 03:25:36 2004 UTC (19 years, 5 months ago) by mcbride
Branch: MAIN
Changes since 1.16: +49 -4 lines
Diff to previous 1.16 (colored)

Make it possible for carp to work on fddi and token ring again.

ok pascoe@ mpf@

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 16 15:01:09 2004 UTC (19 years, 10 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.15: +1 -122 lines
Diff to previous 1.15 (colored)

remove netiso shitz, millert ok

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 21 23:50:36 2004 UTC (19 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

First step towards more sane time handling in the kernel -- this changes
things such that code that only need a second-resolution uptime or wall
time, and used to get that from time.tv_secs or mono_time.tv_secs now get
this from separate time_t globals time_second and time_uptime.

ok art@ niklas@ nordin@

Revision 1.2.2.8 / (download) - annotate - [select for diffs], Sat Jun 5 23:11:24 2004 UTC (20 years ago) by niklas
Branch: SMP
Changes since 1.2.2.7: +1 -6 lines
Diff to previous 1.2.2.7 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Merge with the trunk

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 17 00:09:01 2004 UTC (20 years, 1 month ago) by henning
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A
Changes since 1.13: +2 -7 lines
Diff to previous 1.13 (colored)

add a congestion indicator to if_queue. It is set when the input queue
is full, along with a timer that unsets it again after 10ms.
The input queue beeing full is a reliable indicator for CPU overload, and
this flag allows other subsystems to cope with the situation.
hacked with beck
ok kjc@ markus@ beck@

Revision 1.2.2.7 / (download) - annotate - [select for diffs], Thu Feb 19 10:57:21 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.2.2.6: +14 -13 lines
Diff to previous 1.2.2.6 (colored) to branchpoint 1.2 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 10 07:22:42 2003 UTC (20 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.12: +12 -12 lines
Diff to previous 1.12 (colored)

de-register.  deraadt ok

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 18 11:01:41 2003 UTC (20 years, 9 months ago) by dhartmei
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

prevent looutput() feedback of broadcast/multicast packets if they are
pf routed. prevents a kernel lockup with some (non-sensical) route-to
rules. report and debugging by mpech@. ok itojun@, henning@, mpech@.

Revision 1.2.2.6 / (download) - annotate - [select for diffs], Sat Jun 7 11:06:06 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.2.2.5: +2 -6 lines
Diff to previous 1.2.2.5 (colored) to branchpoint 1.2 (colored)

Sync SMP branch to -current

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 2 23:28:12 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.5.2.3 / (download) - annotate - [select for diffs], Mon May 19 22:30:41 2003 UTC (21 years ago) by tedu
Branch: UBC
Changes since 1.5.2.2: +4 -11 lines
Diff to previous 1.5.2.2 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

sync

Revision 1.2.2.5 / (download) - annotate - [select for diffs], Tue May 13 19:36:15 2003 UTC (21 years, 1 month ago) by ho
Branch: SMP
Changes since 1.2.2.4: +3 -3 lines
Diff to previous 1.2.2.4 (colored) to branchpoint 1.2 (colored)

Sync the SMP branch to -current. This includes moving to ELF.

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 1 06:13:00 2003 UTC (21 years, 1 month ago) by itojun
Branch: MAIN
CVS Tags: UBC_SYNC_A
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

use "tokenbroadcastaddr" throughout the code for consistency.  deraadt ok

Revision 1.2.2.4 / (download) - annotate - [select for diffs], Fri Mar 28 00:41:28 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.2.2.3: +4 -21 lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored)

Sync the SMP branch with 3.3

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 7 09:00:33 2003 UTC (21 years, 5 months ago) by kjc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.8: +2 -9 lines
Diff to previous 1.8 (colored)

remove the altq classifier code which is replaced by pf and no longer used.

ok henning@, deraadt@

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Tue Oct 29 00:36:46 2002 UTC (21 years, 7 months ago) by art
Branch: UBC
Changes since 1.5.2.1: +4 -14 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored)

sync to -current

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 18 03:26:59 2002 UTC (21 years, 10 months ago) by mickey
Branch: MAIN
CVS Tags: UBC_SYNC_B, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.7: +1 -4 lines
Diff to previous 1.7 (colored)

make it compile by removing unused local vars

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 30 13:04:36 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.6: +4 -11 lines
Diff to previous 1.6 (colored)

allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach().
from netbsd.  fgs ok

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:30:45 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Sync UBC branch to -current

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Thu Mar 28 14:57:37 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)

Merge in -current from roughly a week ago

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 14 01:27:09 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

First round of __P removal in sys

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Mar 6 02:15:06 2002 UTC (22 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.2.2.1: +3 -3 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)

Merge in trunk

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 9 13:09:13 2001 UTC (22 years, 6 months ago) by jason
Branch: MAIN
CVS Tags: UBC_BASE
Branch point for: UBC
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Use queue.h TAILQ macros instead of accessing members directly.
(And convert a few loops to TAILQ_FOREACH).

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Wed Jul 4 10:54:10 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.2: +20 -11 lines
Diff to previous 1.2 (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 Jun 27 06:07:45 2001 UTC (22 years, 11 months ago) by kjc
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.3: +20 -9 lines
Diff to previous 1.3 (colored)

introduce the ALTQ queue macros into sys/net files.
the new model removes direct references to the fields in ifp->if_snd,
and defines the following macros to manipulate ifp->if_snd.
  IFQ_ENQUEUE(ifq, m, pktattr, err)
  IFQ_DEQUEUE(ifq, m)
  IFQ_POLL(ifq, m)
  IFQ_PURGE(ifq)
  IFQ_IS_EMPTY(ifq)

the new model also enforces some rules regarding how to use these macros.
details are descrined in
http://www.csl.sony.co.jp/~kjc/software/altq-new-design.txt

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 15 03:38:34 2001 UTC (23 years ago) by itojun
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific
interfaces only).

was: if_lastchange get updated on every packet transmission/receipt.
now: if_lastchange get updated when IFF_UP is changed.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 21 13:44:27 2000 UTC (24 years, 4 months ago) by fgsch
Branch: MAIN
CVS Tags: SMP_BASE, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: SMP
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Make token_output not static.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 27 21:47:23 1999 UTC (24 years, 5 months ago) by fgsch
Branch: MAIN

Token ring subroutines. For details see next commit.

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.