OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


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

begone, fucking rotten appletalk shit. ok room

Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 27 20:16:17 2010 UTC (13 years, 8 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been set
ok henning@

Revision 1.16 / (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_8_BASE, OPENBSD_4_8
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

timeout_add -> timeout_add_msec

ok claudio@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 13 02:13:12 2010 UTC (14 years, 5 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

instead of fiddling with the per-interface address lists directly in
many places create a proper API (ifa_add / ifa_del) and use it.
ok theo ryan dlg

Revision 1.14 / (download) - annotate - [select for diffs], Fri Nov 13 15:07:23 2009 UTC (14 years, 7 months ago) by claudio
Branch: MAIN
Changes since 1.13: +4 -23 lines
Diff to previous 1.13 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 8 19:10:33 2008 UTC (16 years ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.12: +11 -4 lines
Diff to previous 1.12 (colored)

One last rtrequest() was hiding here but it could not hide from grep.
Change to rtrequest1() so that we can retire rtrequest(). OK henning@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 18 06:42:20 2008 UTC (16 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

use arc4random_uniform() for random number requests that are not a
power of two.

use arc4random_bytes() when requesting more than a word of PRNG
output.

ok deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 1 16:39:30 2007 UTC (16 years, 8 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
where obvious.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 10 17:47:55 2007 UTC (17 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

``it's'' -> ``its'' when the grammar gods require this change.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 17 14:14:12 2006 UTC (17 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

adopt to extended rtrequest / rtalloc1 api

Revision 1.8 / (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.7: +2 -2 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Mon Jun 21 18:02:20 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.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use arc4random() instead of time-based node start id

Revision 1.2.12.3 / (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.2.12.2: +2 -2 lines
Diff to previous 1.2.12.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 7 10:16:46 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

adress -> address, and a few more; all from Jonathon Gray;

(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@
isakmpd ones ok ho@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 2 16:57:29 2003 UTC (20 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

fix suser() calls, pr3430

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

Sync UBC branch to -current

Revision 1.2.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.2.12.1: +14 -14 lines
Diff to previous 1.2.12.1 (colored) to branchpoint 1.2 (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: +14 -14 lines
Diff to previous 1.3 (colored)

First round of __P removal in sys

Revision 1.2.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.2: +6 -2 lines
Diff to previous 1.2 (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: +6 -2 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 24 00:25:22 1997 UTC (26 years, 10 months ago) by deraadt
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
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

cmd is a u_long

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 23 03:39:51 1997 UTC (26 years, 10 months ago) by denny
Branch: MAIN

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.