Age | Commit message (Expand) | Author |
2021-12-18 | Add aplmbox(4), a driver for the mailbox that provides a communication | Mark Kettenis |
2021-12-18 | Make sure we receive what we expect over imsg. | Florian Obser |
2021-12-18 | Add a mailbox "framework" to handle mailboxes referenced in device trees | Mark Kettenis |
2021-12-18 | Reduce the overhead of the trace compare routines by checking if kcov is | Anton Lindqvist |
2021-12-18 | Make use of ntests variable, pointed out by clang 13. | Anton Lindqvist |
2021-12-18 | sync | Theo de Raadt |
2021-12-17 | new manual page OBJ_NAME_add(3) | Ingo Schwarze |
2021-12-17 | Avoid errors about clang13-only options here, to ease transition | Jeremie Courreges-Anglas |
2021-12-17 | mention lh_strhash(3) in the NAME, SYNOPSIS, and HISTORY sections; | Ingo Schwarze |
2021-12-17 | sync | Patrick Wildt |
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 |