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