summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-26need initgroups() before setresgid(); reported by anton@, ok deraadt@Damien Miller
2021-09-26Revert '-b' change. Forgot required bsd.rd tweak.Kenneth R Westerback
2021-09-26'-g' no longer needs '-i'.Kenneth R Westerback
2021-09-26MBR partitions created with '-b' should be marked DOSACTIVE.Kenneth R Westerback
2021-09-25Fix a possible race condition in spc_msgin().Kenji Aoyama
2021-09-25Add $OpenBSD$ keyword and correct spelling.Kenji Aoyama
2021-09-25Add gpiocharger(4) for arm64Klemens Nanni
2021-09-25Add gpioleds(4) for arm64Klemens Nanni
2021-09-25RSA/SHA-1 is not used by default anymoreKlemens Nanni
2021-09-24Simplify runAesCmacTest() by using EVP_DigestSign().Theo Buehler
2021-09-24Reset the Tx timer when iwm(4) firmware sends a BA notification.Stefan Sperling
2021-09-24Jordan now starts DST on February's last Thursday (was March).Todd C. Miller
2021-09-24Fix two bugs in m88k fcmp{,u} emulation.Kenji Aoyama
2021-09-24regenKevin Lo
2021-09-24Add support for SIMCom SIM7600.Kevin Lo
2021-09-23Samoa no longer observes DST.Todd C. Miller
2021-09-23Remove wpath from secure mode pledge.Tobias Stoeckmann
2021-09-23Reset the Tx timer when iwx(4) firmware sends a BA notification.Stefan Sperling
2021-09-23Avoid a potential overread in x509_constraints_parse_mailbox()Joel Sing
2021-09-23Revert ieee80211_proto.c r1.97 (cvs commit ID 8vKZsdvvkjTr5BG5).Stefan Sperling
2021-09-23Add support for Tx aggregation to the iwx(4) driver.Stefan Sperling
2021-09-23Add an ADDBA_OFFLOAD capability for wifi devices manage Tx block ackStefan Sperling
2021-09-23Remove an unused variable and a pointless label.Theo Buehler
2021-09-23Plug leaks of buf flagged by LLVM scan-build.Theo Buehler
2021-09-22if the key is a secret to be cleared with explicit_bzero, then theTheo de Raadt
2021-09-22use mmap() instead of alloca(), so that argv memory overflow leading toTheo de Raadt
2021-09-22enable POOL_DEBUG again.Sebastian Benoit
2021-09-22we are now working on 7.0-currentTheo de Raadt
2021-09-22Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the wayClaudio Jeker
2021-09-22remove test traces committed by mistakeEric Faurot
2021-09-22bump version to 7.0.0Eric Faurot
2021-09-22decode srs-encoded address in the right place.Eric Faurot
2021-09-22sync table_db capabilities with table_staticEric Faurot
2021-09-22Add a workaround for machines where the framebuffer size reported by theMark Kettenis
2021-09-22Prevent ucc keyboards from changing the wsmux keyboard layout.Anton Lindqvist
2021-09-22Fix command prompt with multiple prompts (add the result onto the listNicholas Marriott
2021-09-21Add NUL termination to btfile content to avoid that strlcpy(3) readsAlexander Bluhm
2021-09-21ctfstrip uses objcopy behind the scenes, meaning objcopy must alsoTheo de Raadt
2021-09-21The cflags -DSUN_CYLCHECK -DSUN_AAT0 were removed accidently. PutAlexander Bluhm
2021-09-21Use upercase DHCP and sprinkle in some ":".Florian Obser
2021-09-21During resume, also restore pins that we configured as GPIO interrupt pins.Mark Kettenis
2021-09-21bump rpki-client versionSebastian Benoit
2021-09-21Move us to OpenBGPD 7.2Claudio Jeker
2021-09-20jmc was a bit too eager and deleted the -DSUN_CYLCHECK -DSUN_AAT0Theo de Raadt
2021-09-20Changing the encoding of a ucc keyboard doesn't make sense as only oneAnton Lindqvist
2021-09-20Document how a 0 byte can be encoded for client-id.Florian Obser
2021-09-20Fix release day and emacs versionTheo Buehler
2021-09-20Use proper sigsuspend() instead of old pause() and use sigprocmask() toClaudio Jeker
2021-09-20According to RFC 2132 (9.14. Client identifier) a hardware type of 0Florian Obser
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0Kinichiro Inoguchi