summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-06Serialize access to the global list of pmaps with a mutex.Martin Pieuchot
2021-09-06document EFAULT, and replace all 'It Er' errno with 'It Bq Er'Theo de Raadt
2021-09-06revision 1.381 neglected to remove sChallengeResponseAuthenticationTodd C. Miller
2021-09-05vmm(4): raise vm pool ipl to IPL_MPFLOORDave Voutila
2021-09-05This allows us to disable usb(4) without kernel crash.Marcus Glocker
2021-09-05vmm(4): fix vcpu locking issues reported by syzbotDave Voutila
2021-09-05Introduce dummy pagers for 'special' subsystems using UVM objects.Martin Pieuchot
2021-09-05Include encoding.cJob Snijders
2021-09-05Clear map to not double print it now that map & hist are printed by default.Martin Pieuchot
2021-09-05Pass `uobj' to uvmfault_unlockall() at the end of the fault handler.Martin Pieuchot
2021-09-05new sentence, new line, and tweak wording of previous;Jason McIntyre
2021-09-05Remove unused variable tmptm in do_body of openssl(1) caKinichiro Inoguchi
2021-09-05Using serial number instead as subject if it is empty in openssl(1) caKinichiro Inoguchi
2021-09-05Check extensions before setting version to v3Kinichiro Inoguchi
2021-09-05Use accessor method rather than direct X509 structure accessKinichiro Inoguchi
2021-09-04syncTheo de Raadt
2021-09-04during prioritization for man(1), correctly extract the section nameIngo Schwarze
2021-09-04To mitigate against spectre attacks, AMD processors without theAlexander Bluhm
2021-09-04mdoc(7): improve output of .At 32vIngo Schwarze
2021-09-04delete a stray word reported by wilfried dot meindl at gmail dot com;Ingo Schwarze
2021-09-04Factor out the TLSv1.3 code that handles content from TLS records.Joel Sing
2021-09-04Refactor ssl_update_cache. This now matches the logic used for TLS 1.3Bob Beck
2021-09-04Improve DTLS hello request handling code.Joel Sing
2021-09-04Change dtls1_get_message_header() to take a CBS.Joel Sing
2021-09-04Improve DTLS record header parsing.Joel Sing
2021-09-04In the fallback code to look for manual pages without using mandoc.db(5),Ingo Schwarze
2021-09-04Add uaq(4), a driver for Aquantia AQC111U/AQC112U USB ethernet devices.Jonathan Matthew
2021-09-04* avoid the misleading wording "second kill signal"Ingo Schwarze
2021-09-04* more specific error messagesIngo Schwarze
2021-09-04Revert list_move() to list_move_tail() change from last commit since itMarcus Glocker
2021-09-04in backtraces, print as many arguments as the function actually hasJasper Lievisse Adriaanse
2021-09-04Disable tests that don't work in bluhms regress framework.mbuhl
2021-09-03Make sure that strings passed to printline() are always NUL terminated.Alexander Bluhm
2021-09-03Add X509 Extensions for IP Addresses and AS IdentifiersJob Snijders
2021-09-03* add the missing STANDARDS section as noticed by tb@Ingo Schwarze
2021-09-03add kprobes provider for dtJasper Lievisse Adriaanse
2021-09-03Use a define for the iov array size in syslogd. This is betterAlexander Bluhm
2021-09-03Allow the compiler driver to link the libclang_rt.profile library.Frederic Cambus
2021-09-03Zap a chatty printfJeremie Courreges-Anglas
2021-09-03It's time to enable smmu(4).Patrick Wildt
2021-09-03Implement a -h option that allows specifying a target host thatTheo Buehler
2021-09-03Don't pretend we support PT_STEP on this architecture.Jeremie Courreges-Anglas
2021-09-03Enable ptrace(2) support for PT_GETFPREGS/PT_SETFPREGSJeremie Courreges-Anglas
2021-09-03Make virtio(4) less restrictive on the type of BAR it supports forPatrick Wildt
2021-09-03Now that the issue is fixed, enable test-extensions.pyTheo Buehler
2021-09-03Use SSL3_HM_HEADER_LENGTH instead of the magic number 4.Joel Sing
2021-09-03Ensure that a server hello does not have trailing data.Joel Sing
2021-09-03Ensure that a client hello does not have trailing data.Joel Sing
2021-09-03Set message_size correctly when switching to the legacy stack.Joel Sing
2021-09-03Reset a net80211 node's QoS Tx sequence counter to the start of theStefan Sperling