binutils

2023-01-20 2e17538 Add OpenBSD ARM GAS support
2022-09-02 d0a122d Add OpenBSD ARM Little Endian BFD support
2022-08-31 6472b23 Add OpenBSD AArch64 GAS support
2022-08-22 ba86e75 Add OpenBSD AArch64 Little Endian BFD support
2021-09-11 98ca73a Add support to readelf for reading OpenBSD ELF core notes
2021-04-14 5f47741 Remove unneeded tests for definitions of NT_NETBSDCORE values
2021-04-12 0fa29e2 Remove now unneeded #ifdef check for NT_NETBSD_PAX
2021-03-12 be3b926 Add values for NetBSD .note.netbsd.ident notes (PaX)
2021-01-26 e37709f Fix a double free in objcopy’s memory freeing code

coma

2022-02-21 b8dab2e Add DESTDIR support in the install target
2019-08-23 7698c42 Set default MAN_DIR value only if it’s not already set

fig2dev

2022-12-12 7d9d588 Fix undefined references to ‘WIFEXITED’ and ‘WEXITSTATUS’

GDB

2023-03-17 152d9c4 Update the NetBSD system call table to add eventfd(2) and timerfd(2)
2021-07-14 77db472 Update the NetBSD system call table to match NetBSD-current
2021-04-21 fd34472 Fix the script name and year range in update-netbsd.sh

GNU poke

2023-02-27 8c2a5ec INSTALL: Remove forgotten section about building the GUI

jo

2016-03-10 a38c554 Add support for using pledge() on OpenBSD
2016-03-08 99ddefa Add quotes to prevent word splitting, this fixes test failures with pdksh
2016-03-08 57dc957 Add cast to suppress warning when compiling with GCC 4.8.4

jq

2015-08-20 5d23c24 Use ‘snprintf’ instead of ‘sprintf’

Kore

2021-04-21 582e18d Stop hardcoding HTTP error codes in http_response() calls
2021-04-14 087da68 Stop hardcoding HTTP error codes in http_error_response() calls
2021-04-08 a92f6d1 Stop hardcoding HTTP/1.1 in access logs, Kore also supports HTTP/1.0
2021-04-07 b6570e1 Do not send the HSTS header if tls is not enabled in the server context
2020-09-17 af99a4d Conditionally allow syscalls required to run on arm
2020-09-17 28ea1b3 Add missing tests for SYS_mmap, fixes the build on arm
2020-09-16 7290944 Add support for logging seccomp violations on arm
2020-09-15 9deb2e7 Use kore_worker_name() when logging worker exits in worker_reaper()
2020-09-14 debe6cb Mention the seccomp_tracing configuration option
2020-09-14 60bc618 Allow the clock_nanosleep syscall, it is required for kore_accesslog()
2020-09-11 19573a7 Also add DESTDIR in the uninstall targets in kore and kodev Makefiles
2020-09-08 3bf5896 Add DESTDIR support in both kore and kodev Makefiles
2020-09-08 3ac956c Use kore_worker_name() when logging worker shutdowns
2020-06-09 ce8290c Add missing test for SYS_stat, fixes the build on arm64
2020-03-03 fe43ed0 Add the http_pretty_error configuration option
2020-02-18 b4ebee5 Add the http_server_version configuration option
2020-02-13 cc6ab4f Allow the stat syscall in keymgr, it is used in keymgr_save_randfile()
2020-02-10 b24bc43 Remove set but not used variable, broke the build with GCC 9.2.0
2020-01-07 ff40f04 Remove forgotten debug message
2019-11-15 c6dbf16 Account for the change from ‘static’ to ‘route’ in the CLI tool as well
2019-09-29 85981e2 Allow the nanosleep syscall, it is used in kore_accesslog()
2019-09-02 a8c6ecb Set default MAN_DIR value only if it’s not already set
2019-06-09 bae117b Set req->agent to “-” if it is NULL, as do other major HTTP servers

LLVM

2023-03-19 8510cf9 [compiler-rt] Add missing #else clause to fix the build on NetBSD
2023-03-16 245f26a [docs] Document “PGO” (Profile-Guided Optimization) in the lexicon
2023-03-15 d8df871 [compiler-rt] Point UndefinedBehaviorSanitizer link to its own page
2023-02-10 5cec69b [clang] Update Clang version from 16 to 17 in scan-build.1
2022-08-01 892e6e2 [clang] Update Clang version from 15 to 16 in scan-build.1
2022-06-27 aa89bb3 [Driver][test] Add libclang_rt.profile{{.*}}.a tests for NetBSD
2022-06-26 2ff4fb6 [Driver][test] Add libclang_rt.profile{{.*}}.a tests for OpenBSD
2022-06-24 a129a37 [clang] Update Clang version from 14 to 15 in scan-build.1
2022-03-23 45c6738 [compiler-rt] Remove forgotten mention of SVN modules, LLVM now uses Git
2022-03-21 bc01d8f [compiler-rt] Remove mentions of AuroraUX in code comments and docs
2021-12-20 f6ba5c4 [llvm-readobj] Check ELFType value first when checking for OpenBSD notes
2021-11-29 878ff1f [llvm-readobj] Add support for machine-independent NetBSD ELF core notes
2021-11-24 69deb13 [clang][scan-build] Use cc/c++ instead of gcc/g++ on FreeBSD
2021-11-02 6503117 [llvm-readobj] Add support for reading OpenBSD ELF core notes
2021-10-30 6ecd4a4 [clang][scan-build] Use uname -s to detect the operating system
2021-10-21 b471e25 [clang] Support __float128 on DragonFlyBSD
2021-10-21 9635b29 [docs] Fix broken link rendering in the LLVM Coding Standards
2021-10-16 4d7c7d8 [docs] Mention DragonFlyBSD as a supported platform for LLVM
2021-10-15 ecef035 [Driver][NetBSD] Use Triple reference instead of ToolChain.getTriple()
2021-10-14 8ecbcd0 [Driver][Darwin] Use T reference instead of getToolChain().getTriple()
2021-10-14 f7a3214 [Driver][WebAssembly] Use ToolChain reference instead of getToolChain()
2021-10-09 6417260 [Driver][OpenBSD] Use ToolChain reference instead of getToolChain()
2021-10-08 1f90b36 [Driver][NetBSD] Use ToolChain reference instead of getToolChain()
2021-10-06 f0ffff4 [CMake] Fix typo in error message for LLD in bootstrap builds
2021-09-30 97a0ba4 [clang] Update Clang version from 13 to 14 in scan-build.1
2021-09-30 01641f6 [clang] Fix sentence in the usage section of ThinLTO docs
2021-09-29 7a7caf9 [clang] Fix library name (libsupc++) in the admonition note
2021-09-28 5b125a4 [CMake] Add detection for the mold linker in AddLLVM.cmake
2021-09-24 626e2a6 [compiler-rt] Use portable “#!/usr/bin/env bash” shebang for tests
2021-09-24 4ed0531 [docs] Document the –print-passes flag in opt
2021-09-23 7f5ca8c [clang] Use portable “#!/usr/bin/env bash” shebang for tools and utils
2021-09-17 b588f5d [clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD
2021-09-07 4787ef3 [compiler-rt] Document that builtins is known to work on OpenBSD
2021-09-03 466451c [clang] Allow the OpenBSD driver to link the libclang_rt.profile library
2021-07-27 1862ffe [clang] Fix a typo in the manual page: s/contraint/constraint
2021-07-23 bc96aa9 [clang] Fix typos in Options.td and regen ClangCommandLineReference.rst

libabigail

2022-05-06 c70dfec Fix numbering error for the –headers-dir2 option in the abidiff manual

libpsl

2016-12-02 9f0b09e Missing includes for in6_addr / AF_INET*, fixes compilation on OpenBSD

MAME

2022-08-26 fda5906 Added support for building on OpenBSD/arm64
2022-07-03 624793e Added support for building with Clang on OpenBSD
2016-05-19 7541a88 Allow building on OpenBSD

MagiTerm

2018-10-16 c5063ac Allow MagiTerm to build on OpenBSD

MilkyTracker

2017-07-30 f0c98a6 Unbreak lhasa and zziplib detection on non Apple platforms

MultiMail

2015-12-01 3afc097 Fix compilation errors on NetBSD

nyancat

2016-01-23 e5a3a2a Fix a buffer overflow by getting rid of all strcpy() calls
2015-10-30 07975b8 Add support for the rxvt-256color terminal
2015-10-30 65bbd3a Add _BSD_SOURCE define to allow compiling on OpenBSD

pax-utils

2023-02-11 d1a6469 lddtree: allow lddtree.sh to find Xenocara libraries on OpenBSD
2022-01-22 0ffdf61 porting: don’t include alloca.h on NetBSD

slowhttptest

2019-12-09 37df238 Check that the argument passed to freeaddrinfo(3) is not NULL