History log of /openbsd-src/sbin/pfctl/pfctl_queue.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 67686547 19-May-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function


# df69c215 28-Jun-2019 deraadt <deraadt@openbsd.org>

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

show more ...


# b28abc64 19-Jul-2017 mikeb <mikeb@openbsd.org>

Rework HFSC vs FQ-CoDel checks

The selection mechanism introduced in pf_ioctl.c -r1.316 suffers
from being too ambiguous and lacks robustness. Instead of relying
on composition of multiple flags in

Rework HFSC vs FQ-CoDel checks

The selection mechanism introduced in pf_ioctl.c -r1.316 suffers
from being too ambiguous and lacks robustness. Instead of relying
on composition of multiple flags in the queue specification, it's
easier to identify the root class (if it exists) and derive all
further checks from it.

show more ...


# aec39f4b 15-May-2017 mikeb <mikeb@openbsd.org>

Put the closing parenthesis in the right spot and fix std-dev calculation


# 70b55ec8 15-May-2017 mikeb <mikeb@openbsd.org>

Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8)

OK sthen, visa


# d91a5a39 26-Apr-2017 mikeb <mikeb@openbsd.org>

Perform H-FSC root queue allocation in the kernel

Since only leaf queues can have packets assigned to them,
H-FSC requires the user specified root queue to have a
parent. To simplify userland tools

Perform H-FSC root queue allocation in the kernel

Since only leaf queues can have packets assigned to them,
H-FSC requires the user specified root queue to have a
parent. To simplify userland tools and the configuration
interface, the kernel can be leveraged to set it up.

ok henning

show more ...


# 12aebd24 19-Apr-2014 henning <henning@openbsd.org>

remove altq bits here, too
(i was convinced i committed that yesterday already, hrm)


# f8d11d7c 12-Oct-2013 henning <henning@openbsd.org>

config bits for the bandwidth shaping part of the new queueing subsystem
syntax worked out with many in ljubljana using a whiteboard, testing &
looking over by many, ok phessler sthen