OpenBSD CVS

CVS log for src/sys/altq/Attic/altq_cdnr.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Sun Jul 3 22:39:12 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

cdnr and rio disciplines are not being used or supported, clear a path
for new code.  ok henning

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 8 15:22:02 2008 UTC (16 years, 1 month ago) by chl
Branch: MAIN
CVS Tags: 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
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

do not check malloc return value against NULL, as M_WAITOK is used

ok kjc@

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 20 07:05:51 2008 UTC (16 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Do not use random(), which is supposed to be a scheduler-only API (we
should rename it one day).  Furthermore, do not do random() % value,
but instead solve both problems using arc4random_uniform()
Problem spotted by drahn, fix ok'd by djm

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 13 20:40:02 2007 UTC (16 years, 9 months ago) by chl
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.7: +3 -4 lines
Diff to previous 1.7 (colored)

MALLOC/FREE -> malloc/free and M_ZERO changes

ok henning@ krw@ canacar@ ray@

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Mon May 19 21:50:54 2003 UTC (21 years ago) by tedu
Branch: UBC
Changes since 1.2.4.1: +43 -232 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Thu Mar 27 22:28:24 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.1.2.2: +42 -231 lines
Diff to previous 1.1.2.2 (colored) next main 1.2 (colored)

Sync the SMP branch with 3.3

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 16 17:27:20 2002 UTC (21 years, 5 months ago) by henning
Branch: MAIN
CVS Tags: UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, 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, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

major KNF, Take 2

ok kjc@

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 16 09:18:05 2002 UTC (21 years, 6 months ago) by kjc
Branch: MAIN
Changes since 1.5: +29 -218 lines
Diff to previous 1.5 (colored)

switchover to pf-based altq.
 - remove files which are no longer used, or we don't have plans to support
   in pf in the near future.
 - remove altq ioctl related stuff.
 - convert the PRIQ, HFSC and RIO modules to pf-based altq.
   (these are not enabled in GENERIC, CDNR is not converted yet.)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 26 01:03:34 2002 UTC (21 years, 6 months ago) by henning
Branch: MAIN
Changes since 1.4: +16 -16 lines
Diff to previous 1.4 (colored)

KNF

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:27:42 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.2: +54 -54 lines
Diff to previous 1.2 (colored)

Sync UBC branch to -current

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Mar 28 11:26:45 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.1.2.1: +54 -54 lines
Diff to previous 1.1.2.1 (colored)

Merge in -current from about a week ago

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

Final __P removal plus some cosmetic fixups

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 14 01:26:26 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.2: +52 -52 lines
Diff to previous 1.2 (colored)

First round of __P removal in sys

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Wed Oct 31 02:43:21 2001 UTC (22 years, 7 months ago) by nate
Branch: SMP
Changes since 1.1: +1 -16 lines
Diff to previous 1.1 (colored)

Sync the SMP branch to something just after 3.0

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 9 14:32:59 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.1: +1 -16 lines
Diff to previous 1.1 (colored)

change a maze of altq options into just "altq" for the base+red+cbq, and
then altq_* for each of the other * experimental options.  and.. enable
it by default in GENERIC.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 27 05:28:34 2001 UTC (22 years, 11 months ago) by kjc
Branch: MAIN
Branch point for: SMP

import ALTQ, alternate queueing support, from KAME.
ALTQ allows to switch various queueing disciplines on output network
interfaces.

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.