summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-17Update build infrastructure for LLVM 13.0.0.Patrick Wildt
2021-12-17Merge LLVM 13.0.0.Patrick Wildt
2021-12-17Do not try to unlock a NULL object.Martin Pieuchot
2021-12-17Import LLVM 13.0.0 release.Patrick Wildt
2021-12-17Declare pthread_atfork as weak to avoid a fatal error with LLVM 13Jeremie Courreges-Anglas
2021-12-17alphabetical order is hard, tb...Theo Buehler
2021-04-28Import libc++ 11.1.0 release.Patrick Wildt
2021-04-28Import LLVM 11.1.0 release including clang, lld and lldb.Patrick Wildt
2021-01-02Import libc++abi 10.0.1 release.Patrick Wildt
2021-01-02Import libc++ 10.0.1 release.Patrick Wildt
2021-01-02Import compiler-rt 11.0.0 release.Patrick Wildt
2020-08-10Import compiler-rt 10.0.1 release.Patrick Wildt
2020-08-09Import LLVM 10.0.1 including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2021-12-17fix indentTheo Buehler
2021-12-16Document the failure mode if size is too small and mention thatTodd C. Miller
2021-12-16getwd(3): don't malloc space for buf if it is NULLTodd C. Miller
2021-12-16libradius: convert to HMAC_CTX on the heapTheo Buehler
2021-12-16arm64 can boot from softraid too; ok patrickT.J. Townsend
2021-12-16document obj_cleanup_defer(3) and check_defer(3)Ingo Schwarze
2021-12-16Fix a tiny race in tdb_delete() between TDBF_DELETED, tdb_unlink()Alexander Bluhm
2021-12-16To ease maintenance, structure the lists of intentionally undocumentedIngo Schwarze
2021-12-16When adding the extra 10% of space to a needed sysctl buffer use mathClaudio Jeker
2021-12-16Attach com over acpi on amd64. Some hardware uses a different interruptAnton Lindqvist
2021-12-16unifdef TLS13_USE_LEGACY_CLIENT_AUTHTheo Buehler
2021-12-16fix zero division found by syzkaller. The sanity checks in pf(4) ioctlsAlexandr Nedvedicky
2021-12-16pool_get w/ PR_ZERO is better than following with a bzero, because poolsTheo de Raadt
2021-12-16syncTheo de Raadt
2021-12-15Fix the argument passed to garbage collector enforce thread forVitaliy Makkoveev
2021-12-15document OBJ_new_nid(3), OBJ_add_object(3), and OBJ_create_objects(3);Ingo Schwarze
2021-12-15Fix whitespace.Alexander Bluhm
2021-12-15Increase file descriptor limit for undgram_conclose test.Alexander Bluhm
2021-12-15include unistd.h directly rather than pulling it in via zlib's zconf.hTheo Buehler
2021-12-15Fix compiler warning.Alexander Bluhm
2021-12-15Move OBJ_create(3) into its own manual pageIngo Schwarze
2021-12-15grep: Add missing unistd.h and limits.h includesTheo Buehler
2021-12-15more sys/signal.h before sys/proc.hAnton Lindqvist
2021-12-15Rename asn1_lib.c to asn1_old_lib.cJoel Sing
2021-12-15Sync bytestring with libssl.Joel Sing
2021-12-15Consolidate various ASN.1 code.Joel Sing
2021-12-15Use CBS_get_last_u8() to find the content type in TLSv1.3 records.Joel Sing
2021-12-15unifdef -U CRYPTO_MDEBUG -m tasn_new.cJoel Sing
2021-12-15Add coverage for CBS additions.Joel Sing
2021-12-15Provide various CBS_peek_* functions.Joel Sing
2021-12-15Provide CBS_get_u64().Joel Sing
2021-12-15Provide CBS_get_last_u8().Joel Sing
2021-12-15structure pads can leak uninitialized memory to userland via copyout,Theo de Raadt
2021-12-15spamd: convert to opaque HMAC_CTXTheo Buehler