summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24Garbage collect the unused rv in tls1_check_ec_server_key() andTheo Buehler
2022-01-24sync dma-resv with linux-5.15.yJonathan Gray
2022-01-24in the options list, show -f as taking "file ..." arguments;Jason McIntyre
2022-01-24Redownload existing files with failed checksumsAndrew Fresh
2022-01-23move uao_reference() call before uvm_map()Jonathan Gray
2022-01-23Define all TCP TF_ flags as unsigned numbers. They are stored inAlexander Bluhm
2022-01-23rearrange SYNOPSIS/usage to be a bit clearer;Jason McIntyre
2022-01-23Handle EINTR the same way in all poll loops. In all cases restart theClaudio Jeker
2022-01-23On poll() failure we want to skip pollfd related action but the signalClaudio Jeker
2022-01-23zap extra blank lineTheo Buehler
2022-01-23Allow rpki-client to display more than one file in -f mode.Claudio Jeker
2022-01-23Simplify valid_cert() and valid_roa() by passing in struct auth insteadClaudio Jeker
2022-01-22Flush all stdio streams before running a shell command.Todd C. Miller
2022-01-22Wrap some long lines.Kenneth R Westerback
2022-01-22Change valid_filename() ot return an enum rtype and rename it toTheo Buehler
2022-01-22Support multiple -v as promised in the man pageAndrew Fresh
2022-01-22syncTheo de Raadt
2022-01-22add a ssh_packet_process_read() function that reads from a fdDamien Miller
2022-01-22Use sshbuf_read() to read directly into the channel input bufferDamien Miller
2022-01-22Use memmove instead of memcpy for overlapping memoryKinichiro Inoguchi
2022-01-22Add a sshbuf_read() that attempts to read(2) directly in to aDamien Miller
2022-01-22Use memmove instead of memcpy for overlapping memoryKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-21release mtx before pool_get() in __xa_alloc()/__xa_store() whenJonathan Gray
2022-01-21Treat ppoll(2) errors as fatal. OK deraadt@Todd C. Miller
2022-01-21Add function to determine the file type from the file name extensionTheo Buehler
2022-01-21the wrapped cron line is going to lose peopleTheo de Raadt
2022-01-21"move" part of the OpenBSD::State code into its own (stateless) classMarc Espie
2022-01-21Split PRT_print() into PRT_print_parthdr() and PRT_print_part()Kenneth R Westerback
2022-01-21Limit unwinder symbol search to FUNC symbolsVisa Hankala
2022-01-21In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that ITheo de Raadt
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-21Document EAGAIN error return, as specified by POSIX.Todd C. Miller
2022-01-21Enable dt(4)Klemens Nanni
2022-01-21Avoid out-of-bounds accesses in case the filename is too showrt toTheo Buehler
2022-01-21Fix NULL dereference which allows user programs to read partsTobias Heider
2022-01-21sync kfd_ioctl.h with linux 5.15Jonathan Gray
2022-01-21move media-bus-format.h to match comment in drm_connector.cJonathan Gray
2022-01-21document show-listMarc Espie
2022-01-21add a helper for writing an error message to the stderr_buf and settingDamien Miller
2022-01-21correct comment and use local variable instead of long indirection;Damien Miller
2022-01-21Require trig_test-2 to pass on arm64 and powerpc64Greg Steuck
2022-01-21Optimization for tiny x in cos and sinGreg Steuck
2022-01-21Unplug assembly implementations of trig functions on x86 platformsGreg Steuck
2022-01-21Copy cos(3) software implementation from FreeBSD-13Greg Steuck
2022-01-21Enable all supported ciphers and macs in the server before tryingDarren Tucker