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