OpenBSD CVS

CVS log for src/sys/netatalk/Attic/aarp.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Sat Jul 9 00:47:18 2011 UTC (12 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

begone, fucking rotten appletalk shit. ok room

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 2 05:45:25 2010 UTC (13 years, 11 months ago) by blambert
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

timeout_add -> timeout_add_msec

ok claudio@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 13 15:07:23 2009 UTC (14 years, 7 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.8: +9 -9 lines
Diff to previous 1.8 (colored)

Use TAILQ_ macros instead of handrolling them self. Tested by myself.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 15 19:12:18 2008 UTC (15 years, 7 months ago) by blambert
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Second pass of simple timeout_add -> timeout_add_sec conversions
This should take care of the simpler ones (i.e., timeout values of
integer multiples of hz).

ok krw@, art@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 25 05:52:43 2006 UTC (18 years, 1 month ago) by tedu
Branch: MAIN
CVS Tags: 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
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

fix endian issue.  netbsd pr31051 via ian mcwilliam

Revision 1.6 / (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.5: +3 -3 lines
Diff to previous 1.5 (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.1.12.3 / (download) - annotate - [select for diffs], Sat Jun 7 11:06:07 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.1.12.2: +9 -3 lines
Diff to previous 1.1.12.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync SMP branch to -current

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 6 09:47:21 2003 UTC (21 years ago) by itojun
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, 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, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.4: +9 -3 lines
Diff to previous 1.4 (colored)

avoid M_WAIT in network stack; netbsd revision 1.13

Revision 1.3.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.3: +12 -12 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync UBC branch to -current

Revision 1.1.12.2 / (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.1.12.1: +12 -12 lines
Diff to previous 1.1.12.1 (colored) to branchpoint 1.1 (colored)

Merge in -current from roughly a week ago

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 14 01:27:10 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.3: +12 -12 lines
Diff to previous 1.3 (colored)

First round of __P removal in sys

Revision 1.1.12.1 / (download) - annotate - [select for diffs], Wed Oct 31 03:29:03 2001 UTC (22 years, 7 months ago) by nate
Branch: SMP
Changes since 1.1: +13 -7 lines
Diff to previous 1.1 (colored)

Sync the SMP branch to something just after 3.0

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 19 15:07:34 2001 UTC (22 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.2: +12 -6 lines
Diff to previous 1.2 (colored)

More old timeouts removal, mainly affected unused/unmaintained code.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 12 12:03:03 2001 UTC (22 years, 10 months ago) by heko
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 23 03:39:50 1997 UTC (26 years, 10 months ago) by denny
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
Branch point for: SMP

netatalk, based on the 1.4a2 dist from the University of Michigan.
The sys/netatalk files rely heavily on previous work done on FreeBSD, and to a lesser extent NetBSD.

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.