OpenBSD CVS

CVS log for src/sys/net/if_pppvar.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 28 16:08:34 2024 UTC (3 months, 1 week ago) by denis
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Enable IPv6 AF for ppp(4)

OK claudio@

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 20 06:44:30 2020 UTC (4 years ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Use `if_bpf' directly instead of the non-initialized duplicated copy of it.

From Sergey Ryazanov.

Reviewed by Vitaliy Makkoveev, ok claudio@

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 24 10:08:30 2017 UTC (7 years, 4 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

A space here, a space there. Soon we're talking real whitespace
rectification.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 6 09:04:36 2015 UTC (8 years, 7 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

unbreak tree after src/sys/net/if_ppp.c r1.95.

i forgot to commit the change of the npqueue type in the header.

noticed by benoit lecocq

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 3 00:50:09 2015 UTC (9 years ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.16: +36 -6 lines
Diff to previous 1.16 (colored)

there's been a long standing issue in ppp on a tty/serial line where it allocates mbufs at IPL_SOFTTTY, which is above the IPL_NET the mbuf layer protects itself at.

recent improvements to diagnostics in pools and mbufs now panic
instead of letting these things silently corrupt.

this reworks the ppp handling in the tty layer so it has its own
private pool to allocate packet memory out of. these packets get
built and then queued for softnet to process. softnet dequeues the
packet and attaches it to mbufs as external storage before handing
it on to the rest of the stack.

this was reported on bugs@ and tested by both Walter Daugherity and
Martin van den Nieuwelaar
ok deraadt@ mpi@

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 10 13:58:20 2015 UTC (9 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

replace the use of ifqueues for most input queues serviced by netisr
with niqueues.

this change is so big because there's a lot of code that takes
pointers to different input queues (eg, ether_input picks between
ipv4, ipv6, pppoe, arp, and mpls input queues) and falls through
to code to enqueue packets against the pointer. if i changed only
one of the input queues id have to add sepearate code paths, one
for ifqueues and one for niqueues in each of these places

by flipping all these input queues at once i can keep the currently
common code common.

testing by mpi@ sthen@ and rafael zalamena
ok mpi@ sthen@ claudio@ henning@

Revision 1.7.8.5 / (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.7.8.4: +1 -0 lines
Diff to previous 1.7.8.4 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 7 15:41:27 2003 UTC (20 years, 6 months ago) by markus
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, 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, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, 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
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

support ifconfig create; ok deraadt

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

sync

Revision 1.7.8.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.7.8.3: +68 -37 lines
Diff to previous 1.7.8.3 (colored) to branchpoint 1.7 (colored)

Sync the SMP branch with 3.3

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 12 14:41:07 2003 UTC (21 years, 4 months ago) by jason
Branch: MAIN
CVS Tags: UBC_SYNC_A, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Remove commons; inspired by netbsd.

Revision 1.9.4.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.9.4.1: +68 -37 lines
Diff to previous 1.9.4.1 (colored) to branchpoint 1.9 (colored)

sync to -current

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 13 00:12:07 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: UBC_SYNC_B, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.12: +30 -22 lines
Diff to previous 1.12 (colored)

Paul Mackerras and the Australian National University have worked things
out, and as a result, Paul now owns copyright on all these files, with the
proper terms.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 1 19:31:34 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +37 -14 lines
Diff to previous 1.11 (colored)

license update of CMU parts.  due to communication with wcw+@andrew.cmu.edu,
pushed for by tygs@netcologne.de.  Apparently we also now known how to talk
to the lawyers there, if we were so mad.  Note that a few other copyright
issues in pppd still remain, so this does not close this story.

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

Sync UBC branch to -current

Revision 1.7.8.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.7.8.2: +14 -14 lines
Diff to previous 1.7.8.2 (colored) to branchpoint 1.7 (colored)

Merge in -current from roughly a week ago

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 15 01:20:04 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Cosmetic changes only, primarily making comments line up nicely after the
__P removal.

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
Changes since 1.9: +13 -13 lines
Diff to previous 1.9 (colored)

First round of __P removal in sys

Revision 1.7.8.2 / (download) - annotate - [select for diffs], Wed Jul 4 10:54:05 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.7.8.1: +1 -2 lines
Diff to previous 1.7.8.1 (colored) to branchpoint 1.7 (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.9 / (download) - annotate - [select for diffs], Sat Jun 9 06:16:38 2001 UTC (23 years ago) by angelos
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

By popular demand, protect from multiple inclusion, and fix to use the
same naming style.

Revision 1.7.8.1 / (download) - annotate - [select for diffs], Mon May 14 22:40:01 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 30 01:05:19 2000 UTC (23 years, 11 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Convert to use new timeout API.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 8 05:02:08 1998 UTC (26 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, 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
Branch point for: SMP
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 (colored)

Add support for RFC-comliant deflate protocol

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 5 04:27:00 1997 UTC (26 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +7 -3 lines
Diff to previous 1.5 (colored)

Minor changes from ppp 2.3.1

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 24 13:34:00 1997 UTC (27 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
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], Sat Jul 27 13:33:49 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

proto ppp_restart

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 10 12:31:11 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

if_name/if_unit -> if_xname/if_softc

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

partial sync with netbsd 960418, more to come

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:06 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:06 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.