History log of /netbsd/sys/altq/altq_cbq.c (Results 1 – 25 of 39)
Revision Date Author Comments
# 5e387c6c 31-Dec-2021 andvar <andvar@NetBSD.org>

fix few typos in comments, mainly in word "parameter".


# de6d88d5 21-Sep-2021 christos <christos@NetBSD.org>

Remove FreeBSD blocks that did not compile anyway, and use l->l_cred
consistently.


# db6ae655 17-Aug-2021 andvar <andvar@NetBSD.org>

fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.


# 9b588da0 21-Jul-2021 ozaki-r <ozaki-r@NetBSD.org>

altq: fix CBQ with RED and/or pf


# 871383a7 21-Jul-2021 ozaki-r <ozaki-r@NetBSD.org>

altq, cbq: convert ns_per_byte to ps_per_byte

Also the type of variables of it is changed to u_long from int.

This change provides fine-grain resolution of bandwidth. For example
750 Mbps was trea

altq, cbq: convert ns_per_byte to ps_per_byte

Also the type of variables of it is changed to u_long from int.

This change provides fine-grain resolution of bandwidth. For example
750 Mbps was treated as 800 Mbps internally because bandwidth was
represented as nanoseconds per byte. Converting the representation
to picoseconds per byte enables to treat 750 Mbps as-is.

PR kern/56319

show more ...


# 340e0f55 14-Jul-2021 ozaki-r <ozaki-r@NetBSD.org>

altq, cbq: allow the root class to be default


# 7925f65f 14-Jul-2021 ozaki-r <ozaki-r@NetBSD.org>

altq, cbq: allow no control class


# 25d59b3b 15-Nov-2018 maxv <maxv@NetBSD.org>

Remove the 't' argument from m_tag_find().


# b9305616 28-Jul-2017 riastradh <riastradh@NetBSD.org>

Zero buffers copied to userland to avoid stack disclosure.

From Ilja Van Sprundel.


# 76c9e132 20-Jun-2016 knakahara <knakahara@NetBSD.org>

apply if_start_lock() to L2 callers which call ifp->if_start() of device derivers


# 25937c0d 20-Apr-2016 knakahara <knakahara@NetBSD.org>

IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation


# 7d1220ac 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# d6e1eb1e 20-Mar-2014 christos <christos@NetBSD.org>

kill sprintf


# 12496162 22-Nov-2009 mbalmer <mbalmer@NetBSD.org>

s/the the/the/


# fff57c55 18-Jun-2008 yamt <yamt@NetBSD.org>

merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 168cd830 16-Nov-2006 christos <christos@NetBSD.org>

__unused removal on arguments; approved by core.


# 9cc4e60c 28-Oct-2006 peter <peter@NetBSD.org>

Don't allow to initialize an interface with MTU smaller than one.
This prevents a divide by zero and fixes PR #21474.

ok tron@


# b8093b89 20-Oct-2006 elad <elad@NetBSD.org>

Kill some KAUTH_GENERIC_ISSUSER.


# 463fbff4 13-Oct-2006 peter <peter@NetBSD.org>

Only compile in pf specific code when pf is configured.
Fixes kernel build when ALTQ is configured and pf not.


# dd191f37 12-Oct-2006 peter <peter@NetBSD.org>

Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).


# 4d595fd7 12-Oct-2006 christos <christos@NetBSD.org>

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386


# 3029ac48 21-Jul-2006 ad <ad@NetBSD.org>

- Use the LWP cached credentials where sane.
- Minor cosmetic changes.


# fc6d984b 15-May-2006 christos <christos@NetBSD.org>

kauth fallout


# 874fef37 14-May-2006 elad <elad@NetBSD.org>

integrate kauth.


12