Home | History | Annotate | Download | only in altq
History log of /src/sys/altq/altq_classq.h
RevisionDateAuthorComments
 1.12  22-Jan-2025  joe remove redundant and dead #ifdef _KERNEL branches and use cprng directly

the entire code is in a _KERNEL block. move the header decl in in the original _KERNEL block.
redefining _KERNEL to use cprng is purely a dead branch and we should either use random or cprng.
 1.11  18-Jan-2025  kre Half revert the previous.

Only use cprng_fast32() for in kernel (ie: #ifdef _KERNEL) usages,
leave rump (and anything else userland) doing it the old way.
 1.10  18-Jan-2025  joe coverity scan: use a more secure random generator when randomly selecting a packet in queue
 1.9  08-Jan-2025  joe return: remove parenthesis from return statements
 1.8  19-Apr-2018  christos s/static inline/static __inline/g for consistency.
 1.7  12-Oct-2006  peter branches: 1.7.140;
Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.6  24-Dec-2005  perry branches: 1.6.12; 1.6.20; 1.6.22;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.5  11-Dec-2005  christos merge ktrace-lwp.
 1.4  26-Feb-2005  perry branches: 1.4.4;
nuke trailing whitespace
 1.3  06-Apr-2001  thorpej branches: 1.3.22; 1.3.30; 1.3.32;
From KAME:

kjc 2001/02/09 16:20:40 JST

Modified files:
kame/sys/altq altq_classq.h altq_rmclass.c
Log:
clear m_nextpkt at dequeueing a packet.

this is not needed in the current code but
requested by Lars Eggert <larse@ISI.EDU> for
their experiment to use altq for inbound processing.

Revision Changes Path
1.4 +4 -1 kame/kame/sys/altq/altq_classq.h
1.10 +4 -1 kame/kame/sys/altq/altq_rmclass.c
 1.2  14-Dec-2000  thorpej branches: 1.2.2; 1.2.4;
Add NetBSD RCS IDs.
 1.1  14-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1  14-Dec-2000  thorpej Import ALTQ from KAME.
 1.2.4.1  09-Apr-2001  nathanw Catch up with -current.
 1.2.2.3  21-Apr-2001  bouyer Sync with HEAD
 1.2.2.2  05-Jan-2001  bouyer Sync with HEAD
 1.2.2.1  14-Dec-2000  bouyer file altq_classq.h was added on branch thorpej_scsipi on 2001-01-05 17:39:36 +0000
 1.3.32.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.3.30.1  29-Apr-2005  kent sync with -current
 1.3.22.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.4.4.2  30-Dec-2006  yamt sync with head.
 1.4.4.1  21-Jun-2006  yamt sync with head.
 1.6.22.1  22-Oct-2006  yamt sync with head
 1.6.20.1  18-Nov-2006  ad Sync with head.
 1.6.12.1  18-Mar-2006  peter Sync with KAME.
 1.7.140.1  22-Apr-2018  pgoyette Sync with HEAD

RSS XML Feed