Age | Commit message (Expand) | Author |
2022-06-17 | Adapt the KAME hack in sa2addr() to be the same as in route/show.c | Claudio Jeker |
2022-06-17 | Check cursor options when a pane is created, not just when they are changed. | Nicholas Marriott |
2022-06-17 | Log an error if pipe() fails while accepting a connection. bz#3447, from | Darren Tucker |
2022-06-16 | Add boundary checks to hidms_setup. | Ulf Brosziewski |
2022-06-16 | pfctl reports existing table as being added. glitch has | Alexandr Nedvedicky |
2022-06-16 | Bump MAXCPUS to 256, which is the maximum number of cores on a dual socket | Mark Kettenis |
2022-06-16 | The 64-core versions of the Ampere Altra SoC still have 80 redistributors. | Mark Kettenis |
2022-06-16 | OpenBSD syslogd(8) escapes binary data with vis(3). Use the | Alexander Bluhm |
2022-06-16 | RRDP serial numbers should only increase. | Claudio Jeker |
2022-06-16 | Neither inet4allone nor inet6allone need global scope. Make them static. | Claudio Jeker |
2022-06-16 | Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask(). | Claudio Jeker |
2022-06-16 | Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask(). | Claudio Jeker |
2022-06-16 | If anything in name2id conversion fails then just return 0. | Claudio Jeker |
2022-06-16 | shmaddr is a pointer, so use NULL instead 0f | Theo de Raadt |
2022-06-16 | Keep cursor on selected item on menu (useful for blind people), GitHub | Nicholas Marriott |
2022-06-16 | Mark routes sent via sysctl(2) with RTF_DONE like it is done on the | Claudio Jeker |
2022-06-16 | Remove __func__ from warning messages where it does not add anything | Claudio Jeker |
2022-06-15 | make sure that UseDNS hostname lookup happens in the monitor and | Damien Miller |
2022-06-15 | Prevent busy poll loop on pfkey message error. | Claudio Jeker |
2022-06-15 | Need to continue to the next message for route messages with errors | Claudio Jeker |
2022-06-15 | Do not use defines from pfkeyv2.h in portable code. | Claudio Jeker |
2022-06-15 | Adjust after chaning F_BGPD_INSERTED to F_BGPD and removal of F_DYNAMIC | Claudio Jeker |
2022-06-15 | Rename F_BGPD_INSERTED to F_BGPD and use F_BGPD_INSERTED as a flag that | Claudio Jeker |
2022-06-15 | In iwn(4), delay 40MHz RXON config until we have negotiated 11n mode. | Stefan Sperling |
2022-06-15 | drm/amdgpu: update VCN codec support for Yellow Carp | Jonathan Gray |
2022-06-15 | drm/atomic: Force bridge self-refresh-exit on CRTC switch | Jonathan Gray |
2022-06-15 | drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate | Jonathan Gray |
2022-06-15 | drm/amd/pm: Fix missing thermal throttler status | Jonathan Gray |
2022-06-15 | drm/radeon: fix a possible null pointer dereference | Jonathan Gray |
2022-06-15 | drm/amd/display: Check if modulo is 0 before dividing. | Jonathan Gray |
2022-06-15 | add bitmap_to_arr32() for 5.15.47 drm | Jonathan Gray |
2022-06-15 | Switch to using TLS_INT instead of handrolling it | Theo Buehler |
2022-06-14 | m4: use ASCII quotes `...' in man page example | Christian Weisgerber |
2022-06-14 | The curly braces are tokens in the described language, | Ingo Schwarze |
2022-06-14 | my email should be @openbsd.org everywhere, and nothing else | Marc Espie |
2022-06-14 | Add my copyright, I think I added enough code to justify it. | Claudio Jeker |
2022-06-14 | Document search order | Klemens Nanni |
2022-06-14 | Add Longreach airport (LRE), which I visited so long ago I had to check with | Jonathan Matthew |
2022-06-14 | Bump version to 7.4 | Claudio Jeker |
2022-06-14 | kf* terminfo capabilities are poorly defined and rxvt uses them in a | Nicholas Marriott |
2022-06-13 | fix logic bug in pf_find_state() | Henning Brauer |
2022-06-13 | Fix compatible strings to match the official device tree binding. | Mark Kettenis |
2022-06-13 | Split dispatch_rtmsg_addr() into a function parsing a route message | Claudio Jeker |
2022-06-13 | sync | Theo de Raadt |
2022-06-12 | vmm(4): remove vm teardown from vcpu run path | Dave Voutila |
2022-06-12 | aplsart(4) | Mark Kettenis |
2022-06-12 | The NVMe firmware distributed with the macOS 13 developer beta does not | Mark Kettenis |
2022-06-12 | Add stftemp(4), a driver for the temperature sensor integrated on the | Mark Kettenis |
2022-06-12 | Allow sleeping while clearing a sleep timeout | Visa Hankala |
2022-06-12 | kqueue: Fix missing wakeup | Visa Hankala |