1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
OpenBSD
Go to file
tb 7e284d508f Fix capping of VAPs
The previous approach introduced a cap, but it might not always be hit as
intended (I missed this on review). Fix this to check the cap after merging
an ASPA into an already existing VAP. Also free the list of providers since
nothing should be looking at it anymore.

Count VAPs that hit the limit with a new overflowed counter. There are
still a few aspects of the accounting that probably aren't entirely right.
This will be fixed at another point. It's just statistics after all.

with/ok claudio, ok job
2024-04-08 14:02:13 +00:00
bin printtime: use the Unix epoch if the file's timestamp is invalid 2024-03-27 14:44:52 +00:00
distrib sync 2024-04-03 15:21:03 +00:00
etc also relink ssh-agent 2024-04-02 08:21:04 +00:00
games Oops, commited wrong version of CLEANFILES in previous. 2024-02-08 20:30:54 +00:00
gnu Provide illop1 instruction encoding as TRAP. 2024-03-30 10:41:17 +00:00
include Add mkdtemps(3), like mkdtemp(3) but with a suffix. 2024-03-01 21:30:40 +00:00
lib more ansi function decls 2024-04-08 02:51:14 +00:00
libexec ld.so should stop calling msyscall(2), since it is fully neutered and 2024-04-05 13:51:47 +00:00
regress Switch one of the tcpmd5 passwords over to use the hex key instead. 2024-04-03 08:58:55 +00:00
sbin Move daemon() after proc_setup() to sync with other proc.c daemons. 2024-04-08 12:50:05 +00:00
share Recognise Meinberg PCI510, from Maurice Janssen 2024-03-23 10:38:02 +00:00
sys drm: panel-orientation-quirks: Add quirk for GPD Win Mini 2024-04-08 01:59:36 +00:00
usr.bin Pick newest session as documented, not oldest, from Magnus Gross. 2024-04-04 22:44:40 +00:00
usr.sbin Fix capping of VAPs 2024-04-08 14:02:13 +00:00
.gitignore Ignore CVS directories for easier git + CVS coexistence. 2023-07-07 15:44:54 +00:00
Makefile minor cranking of libraries exposes a problem, details too long to explain. 2020-04-05 20:14:14 +00:00
Makefile.cross riscv64 is a LP64_ARCH, list it as such. 2021-05-03 00:04:31 +00:00