459,598 commits found in 74 milliseconds
dd(1) : clarify the text about oflag operand and creat as its default
Hat tip to Ian D. Leroux for the suggested wording.
route6d.c: apply a wee bit of KNF
Add missing file
fix datafile place
new openssl test file
NetBSD /src MbKptEp — crypto/external/apache2/openssl/dist/crypto/modes/asm aes-gcm-ppc-v1.pl put back the previous version which works for 32 bits and does not make
an abiv2 for 64
NetBSD /src erffHYK — crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc64 aes-gcm-ppc.S revert
NetBSD /src amHTQh1 — crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc aes-gcm-ppc.S Makefile revert new aes-gcm-ppc.S
fix riscv
fix sparc (only v9+ has vis3)
spaces to tabs
new libuv
fix bug in cpuset handling
NetBSD /src T7zaTLd — external/mit/libuv/dist configure ltmain.sh, external/mit/libuv/dist/m4 libtool.m4 Import libuv 1.51.0 (previous was 1.44.2)
2025.04.25, Version 1.51.0 (Stable), 5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b
Changes since version 1.50.0:
* win: fix leak in uv_os_tmpdir (Saúl Ibarra Corretgé)
* docs: fix RTD build (Saúl Ibarra Corretgé)
* win: lazy-load [GS]etThreadDescription symbols (Ben Noordhuis)
* linux: try preadv64/pwritev64 before preadv/pwritev (Ben Noordhuis)
* win: check cwd length before spawning a child process (Morten Engelhardt
Olsen)
* macos,bsd: handle missing /dev/null in chroot env (Andrey)
[1083 lines not shown ] Version Delta File 1.1 +17,493 -0 external/mit/libuv/dist/configure 1.1 +11,436 -0 external/mit/libuv/dist/ltmain.sh 1.1 +8,427 -0 external/mit/libuv/dist/m4/libtool.m4 1.1 +6,698 -0 external/mit/libuv/dist/Makefile.in 1.1 +2,761 -0 external/mit/libuv/dist/src/unix/linux.c 1.1.1.3 +1,527 -1,088 external/mit/libuv/dist/test/test-fs.c +48,342 -1,088 344 files not shown +72,327 -10,560 350 files
New data file
new directory for openssl data
Don't install MD5.3 for now because it is obsolete (conflicts with md5.3 on
case insensitive filesystems). Perhaps we should rename it openssl_MD5.3
and install it as such.
Can't use -1 for the recursion_guard thread id, because pthread_equal
SEGV's trying to verify the thread magic.
arm/imx23_olinuxino: drop unused audio input code
Audio input has never been supported. Remove all remaining references to audio input in the code.
arm/imx23_olinuxino: fix audio playback warnings
We now get a signal instead of kasserts and dmesg spam, but you might want to protect your ears before listening to the output.
Catch up with upstream (OpenBSD)
Add support for RTL8125D revision 0x6890000
hmactest.c: remove remnant of conflict marker to fix build
new OpenSSL
Need to tell lint to use c11 for _Atomic
NetBSD /src LDd7MTh — crypto/external/apache2/openssl/dist/apps/lib apps.c, crypto/external/apache2/openssl/dist/include/openssl bio.h.in merge changes between OpenSSL-3.5.1 and 3.5.5
NetBSD /src BKvqW8l — crypto/external/apache2/openssl/dist/crypto/ec ecp_nistz256_table.c curve25519.c, crypto/external/apache2/openssl/dist/ssl s3_lib.c Import OpenSSL-3.5.5 (previous was 3.5.1)
Changes between 3.5.4 and 3.5.5 [27 Jan 2026]
Fixed Improper validation of PBMAC1 parameters in PKCS#12 MAC verification.
Severity: Moderate
Issue summary: PBMAC1 parameters in PKCS#12 files are missing
validation which can trigger a stack-based buffer overflow, invalid
pointer or NULL pointer dereference during MAC verification.
Impact summary: The stack buffer overflow or NULL pointer dereference
may cause a crash leading to Denial of Service for an application
that parses untrusted PKCS#12 files. The buffer overflow may also
potentially enable code execution depending on platform mitigations.
Reported by: Stanislav Fort (Aisle Research) and Petr #ime#ek (Aisle
Research) and Hamza (Metadust)
[346 lines not shown ] Version Delta File 1.1.1.2 +14,894 -9,513 crypto/external/apache2/openssl/dist/crypto/ec/ecp_nistz256_table.c 1.1.1.2 +10,184 -10,183 crypto/external/apache2/openssl/dist/test/ecdsatest.h 1.1.1.2 +9,600 -1,918 crypto/external/apache2/openssl/dist/test/quic_record_test.c 1.1.1.2 +3,896 -3,501 crypto/external/apache2/openssl/dist/ssl/s3_lib.c 1.1.1.2 +3,102 -2,955 crypto/external/apache2/openssl/dist/crypto/ec/curve25519.c 1.1.1.2 +2,944 -2,702 crypto/external/apache2/openssl/dist/test/sslapitest.c +44,620 -30,772 2,330 files not shown +205,367 -161,099 2,336 files
NetBSD /src JqzHapW — distrib/sets/lists/tests mi, tests/usr.bin/cc t_libm_cabs.sh Makefile add a test to confirm that __builtin_cabsl() is renamed to __c99_cabsl().
should pass on all netbsd platforms (GCC 12 or 14) since:
https://mail-index.netbsd.org/source-changes/2026/01/19/msg160286.html
Group pmap_{activate,deactivate,update}
NFCI
Remove debug printf
oops did not mean to commit this yet.