OpenBSD CVS

CVS log for src/sys/netccitt/Attic/if_x25subr.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Thu Jun 16 17:37:54 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

remove remaining netccitt parts, full ports build test by pval, thanks!

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 18 15:44:36 2004 UTC (19 years, 10 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.16: +1 -21 lines
Diff to previous 1.16 (colored)

kill some more netiso traces - this was in my tree for a bit but I forgot...

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 21 23:50:37 2004 UTC (19 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (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.4.2.6 / (download) - annotate - [select for diffs], Thu Feb 19 10:57:23 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.4.2.5: +43 -43 lines
Diff to previous 1.4.2.5 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Merge of current from two weeks agointo the SMP branch

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

de-register.  deraadt ok

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

Sync SMP branch to -current

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

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

Revision 1.4.2.4 / (download) - annotate - [select for diffs], Fri Mar 28 00:06:55 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.4.2.3: +7 -1 lines
Diff to previous 1.4.2.3 (colored) to branchpoint 1.4 (colored)

Sync the SMP branch with 3.3

Revision 1.9.4.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.9.4.1: +8 -2 lines
Diff to previous 1.9.4.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

sync to -current

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 8 19:18:12 2002 UTC (21 years, 10 months ago) by provos
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.12: +8 -2 lines
Diff to previous 1.12 (colored)

redo socketbuf speedup.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 8 18:26:37 2002 UTC (21 years, 10 months ago) by todd
Branch: MAIN
Changes since 1.11: +1 -7 lines
Diff to previous 1.11 (colored)

backout the tree break. ok pb@, art@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 8 17:07:32 2002 UTC (21 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.10: +8 -2 lines
Diff to previous 1.10 (colored)

socket buf speedup from thorpej@netbsd, okay art@ ericj@:

Make insertion of data into socket buffers O(C):
* Keep pointers to the first and last mbufs of the last record in the
  socket buffer.
* Use the sb_lastrecord pointer in the sbappend*() family of functions
  to avoid traversing the packet chain to find the last record.
* Add a new sbappend_stream() function for stream protocols which
  guarantee that there will never be more than one record in the
  socket buffer.  This function uses the sb_mbtail pointer to perform
  the data insertion.  Make TCP use sbappend_stream(). On a profiling
run, this makes sbappend of a TCP transmission using
a 1M socket buffer go from 50% of the time to .02% of the time. Thanks
to Bill Sommerfeld and YAMAMOTO Takashi for their debugging
assistance!

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

Sync UBC branch to -current

Revision 1.4.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.4.2.2: +3 -3 lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored)

Merge in -current from roughly a week ago

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

First round of __P removal in sys

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Wed Jul 4 10:54:24 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.4.2.1: +2 -2 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (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], Wed Jun 27 03:49:53 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending
on how macros should be treated. Code by fgsch@, ok by me and itojun@

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 25 01:50:17 2001 UTC (22 years, 11 months ago) by fgsch
Branch: MAIN
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 15 03:38:35 2001 UTC (23 years ago) by itojun
Branch: MAIN
Changes since 1.6: +1 -2 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], Sun May 27 12:19:04 2001 UTC (23 years ago) by angelos
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored)

Fixup packet tags (I'm a masochist).

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

merge in approximately 2.9 into SMP branch

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 19 06:37:37 2001 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).

have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument.
pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest.
3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr *
(almost noone is using it anyways).

benefit: the follwoing command now works.  previously we need two route(8)
invocations, "add" then "change".
# route add -inet6 default ::1 -ifp gif0

remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *.  it was
introduced by 4.3BSD-reno and never corrected.

XXX is eon_rtrequest() change correct regarding to 3rd arg?
eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno,
so i do not have correct answer in the source code.
someone with more clue about netiso-over-ip, please help.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 8 06:50:18 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: SMP
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

bring in KAME IPv6 code, dated 19991208.
replaces NRL IPv6 layer.  reuses NRL pcb layer.  no IPsec-on-v6 support.
see sys/netinet6/{TODO,IMPLEMENTATION} for more details.

GENERIC configuration should work fine as before.  GENERIC.v6 works fine
as well, but you'll need KAME userland tools to play with IPv6 (will be
bringed into soon).

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 22 12:02:40 1996 UTC (28 years ago) by deraadt
Branch: MAIN
CVS Tags: 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, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

sync

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 4 07:36:29 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +277 -240 lines
Diff to previous 1.1 (colored)

From NetBSD: 960217 merge

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