OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, Tue Jul 18 11:52:12 2006 UTC (17 years, 10 months ago) by dlg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
FILE REMOVED

get rid of arc network support. we have no users of it so this is dead
code. however, it is still cluttering up the kernel namespace a bit. it is
better gone.

ok claudio@

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

adopt to extended rtrequest / rtalloc1 api

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 4 22:40:15 2006 UTC (18 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs], Mon Jun 21 23:50:36 2004 UTC (19 years, 11 months ago) by tholo
Branch: MAIN
CVS Tags: 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
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Mon Jun 21 17:20:59 2004 UTC (19 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Don't use time for random starting value... "love it" deraadt@

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

Merge with the trunk

Revision 1.19 / (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.18: +2 -6 lines
Diff to previous 1.18 (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.5.14.6 / (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.5.14.5: +12 -11 lines
Diff to previous 1.5.14.5 (colored) to branchpoint 1.5 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 12 12:54:57 2003 UTC (20 years, 6 months ago) by hshoexer
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

small compiler warning cleanup (#error instead of bailing out)

ok henning@ grange@

Revision 1.17 / (download) - annotate - [select for diffs], Wed Dec 10 07:22:42 2003 UTC (20 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.16: +9 -9 lines
Diff to previous 1.16 (colored)

de-register.  deraadt ok

Revision 1.16 / (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.15: +3 -2 lines
Diff to previous 1.15 (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.5.14.5 / (download) - annotate - [select for diffs], Sat Jun 7 11:06:06 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.5.14.4: +2 -6 lines
Diff to previous 1.5.14.4 (colored) to branchpoint 1.5 (colored)

Sync SMP branch to -current

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

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

Revision 1.8.2.3 / (download) - annotate - [select for diffs], Mon May 19 22:30:08 2003 UTC (21 years ago) by tedu
Branch: UBC
Changes since 1.8.2.2: +2 -9 lines
Diff to previous 1.8.2.2 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

sync

Revision 1.5.14.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.5.14.3: +6 -22 lines
Diff to previous 1.5.14.3 (colored) to branchpoint 1.5 (colored)

Sync the SMP branch with 3.3

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

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

ok henning@, deraadt@

Revision 1.8.2.2 / (download) - annotate - [select for diffs], Tue Oct 29 00:36:45 2002 UTC (21 years, 7 months ago) by art
Branch: UBC
Changes since 1.8.2.1: +6 -15 lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored)

sync to -current

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 15 16:02:13 2002 UTC (21 years, 9 months ago) by niklas
Branch: MAIN
CVS Tags: UBC_SYNC_B, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored)

Make compile with -Werror (unused vars warnings)

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 11 05:38:47 2002 UTC (21 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

KNF - return is not a function.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 30 13:04:35 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.10: +4 -11 lines
Diff to previous 1.10 (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.8.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.8: +22 -13 lines
Diff to previous 1.8 (colored)

Sync UBC branch to -current

Revision 1.5.14.3 / (download) - annotate - [select for diffs], Thu Mar 28 14:57:36 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.5.14.2: +21 -12 lines
Diff to previous 1.5.14.2 (colored) to branchpoint 1.5 (colored)

Merge in -current from roughly a week ago

Revision 1.10 / (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.9: +2 -2 lines
Diff to previous 1.9 (colored)

First round of __P removal in sys

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 12 09:51:20 2002 UTC (22 years, 3 months ago) by kjc
Branch: MAIN
Changes since 1.8: +21 -12 lines
Diff to previous 1.8 (colored)

sync with KAME
ALTQify more drivers.
ok millert@

Revision 1.5.14.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.5.14.1: +3 -3 lines
Diff to previous 1.5.14.1 (colored) to branchpoint 1.5 (colored)

Merge in trunk

Revision 1.8 / (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.7: +3 -3 lines
Diff to previous 1.7 (colored)

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

Revision 1.5.14.1 / (download) - annotate - [select for diffs], Wed Jul 4 10:53:54 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.5: +2 -4 lines
Diff to previous 1.5 (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.7 / (download) - annotate - [select for diffs], Fri Jun 15 03:38:33 2001 UTC (23 years ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Fri May 11 17:20:09 2001 UTC (23 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 24 13:33:57 1997 UTC (27 years, 3 months ago) by niklas
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.4: +1 -0 lines
Diff to previous 1.4 (colored)

OpenBSD tags + some prototyping police

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 10 12:31:08 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +8 -8 lines
Diff to previous 1.3 (colored)

if_name/if_unit -> if_xname/if_softc

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 21 22:28:30 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

partial sync with netbsd 960418, more to come

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 27 22:35:38 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +37 -72 lines
Diff to previous 1.1 (colored)

miscellanous if_arcsubr.c cleanup and optimizations; from is@beverly.rhein.de; netbsd pr#1825

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:05 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:53:05 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

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.