OpenBSD CVS

CVS log for src/sys/netns/Attic/spp_usrreq.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19, Fri Jun 17 21:02:51 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
FILE REMOVED

rot in Attic

Revision 1.8.6.5 / (download) - annotate - [select for diffs], Thu Feb 19 10:57:26 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.8.6.4: +43 -43 lines
Diff to previous 1.8.6.4 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 3 14:08:54 2004 UTC (20 years, 5 months ago) by espie
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.

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

de-register.  deraadt ok

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 22 21:39:40 2003 UTC (20 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Off-by-ones, from aaron@

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

Sync SMP branch to -current

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 2 23:28:19 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
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.6.3 / (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.8.6.2: +1 -2 lines
Diff to previous 1.8.6.2 (colored) to branchpoint 1.8 (colored)

Sync the SMP branch with 3.3

Revision 1.11.4.2 / (download) - annotate - [select for diffs], Tue Oct 29 00:36:48 2002 UTC (21 years, 7 months ago) by art
Branch: UBC
Changes since 1.11.4.1: +2 -2 lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

sync to -current

Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 8 13:51:25 2002 UTC (21 years, 10 months ago) by aaron
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.13: +2 -2 lines
Diff to previous 1.13 (colored)

Use & to test if bits are set, not &&; art@ ok.

Revision 1.11.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.11: +1 -14 lines
Diff to previous 1.11 (colored)

Sync UBC branch to -current

Revision 1.8.6.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.8.6.1: +1 -13 lines
Diff to previous 1.8.6.1 (colored) to branchpoint 1.8 (colored)

Merge in -current from roughly a week ago

Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 26 19:12:56 2002 UTC (22 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

m_freem(NULL) bad style, ok jason@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 15 18:19:53 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.11: +1 -13 lines
Diff to previous 1.11 (colored)

Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
the ANSI way.

Revision 1.8.6.1 / (download) - annotate - [select for diffs], Wed Jul 4 10:55:43 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (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.11 / (download) - annotate - [select for diffs], Wed Jun 27 03:49:55 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.10: +2 -2 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Mon Jun 25 01:50:18 2001 UTC (22 years, 11 months ago) by fgsch
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 27 12:29:23 2001 UTC (23 years ago) by angelos
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

Yup, more tag fixups.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 11 05:12:35 1999 UTC (25 years, 5 months ago) by millert
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
Branch point for: SMP
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

panic prints a newline for you, don't do it in the panic string

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 10 08:29:14 1998 UTC (26 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

please gcc 2.8.1

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 3 22:32:57 1998 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

ignore PRU_SHUTDOWN if socket is already shutdown

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 29 18:21:00 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

uninitialized variable; koji@math.human.nagoya-u.ac.jp

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 23 08:47:07 1996 UTC (27 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

no panic on ppp down/retry

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

partial sync with netbsd 960418, more to come

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 4 08:20:34 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +76 -37 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:21 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:21 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.