13,099,031 commits found in 2 milliseconds
HardenedBSD /src f4be8d1 — lib/libc/gen posix_spawnattr_getprocdescp_np.3 posix_spawn.c, lib/libsys/amd64 pdrfork_thread.S Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
HardenedBSD /src 9e4dd19 — lib/libc/gen posix_spawnattr_getprocdescp_np.3 posix_spawn.c, lib/libsys/amd64 pdrfork_thread.S Merge branch 'freebsd/current/main' into hardened/current/master
Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
Merge branch 'freebsd/main' into hardenedbsd/main
sbin/setkey: add -Z option to disable receive timeouts
Sponsored by: NVidia networking
MFC after: 1 week
sbin/setkey: add -Z option to disable receive timeouts
Sponsored by: NVidia networking
MFC after: 1 week
Revert "[NVPTX] Weak cmpxchg unittests for NVPTX (#176078)"
This reverts commit e936715b8c5e624b5d6cc1e2e50a32c394d03209 .
[NFC] update doc comment on `setLoopEstimatedTripCount`
devel/ruby-build: Update to 20260121
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20260121
(cherry picked from commit fc7460de47a6fa8b1b69294d1812696956baccfb )
LLVM /project b035bd6 — libc/src/stdio snprintf_modular.cpp sprintf_modular.cpp, libc/src/stdio/baremetal vprintf_modular.cpp printf_modular.cpp [libc] Modular printf option (float only)
This adds LIBC_CONF_PRINTF_MODULAR, which causes floating point support
(later, others) to be weakly linked into the implementation.
__printf_modular becomes the main entry point of the implementaiton, an
printf itself wraps __printf_modular. printf it also contains a
BFD_RELOC_NONE relocation to bring in the float aspect.
See issue #146159 for context.
x86: add machine/ifunc.h
(cherry picked from commit 2b1db07bec92e9447e6574a74366d4dd606e80a6 )
freebsd32_rusage_out(): bzero the compat32 structure
(cherry picked from commit 6af3cf27ed0072f2dcb17380ab63228f9aa28708 )
compat32: provide a type and a macro for (u)int64_t handling on non-x86 arches
(cherry picked from commit 96acaa960023c20e852e04e7cc5c6a5faca36c67 )
x86: add machine/ifunc.h
(cherry picked from commit 2b1db07bec92e9447e6574a74366d4dd606e80a6 )
sys/abi_compat.h: fix UB for bintime32 handling
(cherry picked from commit be1b2da855cc38531733b5c97891cd4a40a993bc )
freebsd32_rusage_out(): bzero the compat32 structure
(cherry picked from commit 6af3cf27ed0072f2dcb17380ab63228f9aa28708 )
ktrace: do not enqueue request if the process' ktrioparams are freed
(cherry picked from commit 6bb3f208617b58a54e2204eb31bae3f9a86117a7 )
sys/abi_compat.h: fix UB for bintime32 handling
(cherry picked from commit be1b2da855cc38531733b5c97891cd4a40a993bc )
ktrace: do not enqueue request if the process' ktrioparams are freed
(cherry picked from commit 6bb3f208617b58a54e2204eb31bae3f9a86117a7 )
compat32: provide a type and a macro for (u)int64_t handling on non-x86 arches
(cherry picked from commit 96acaa960023c20e852e04e7cc5c6a5faca36c67 )
devel/ruby-build: Update to 20260121
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20260121
devel/ruby-build: Update to 20260121
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20260121
Use static IP for single node sharing protocol CI
LLVM /project 667703e — libc/shared/math sinhf16.h, libc/src/__support/math sinhf16.h CMakeLists.txt [libc][math] Refractor sinhf16 to Header only (#177337)
Part of #147386
Resolves #177645 Fix
www/filebrowser-quantum: Mark BROKEN on i386
Cannot use int64(off) (value of type int64) as int32 value in
assignment.
Reported by: pkg-fallout
www/filebrowser-quantum: Mark BROKEN on i386
Cannot use int64(off) (value of type int64) as int32 value in
assignment.
Reported by: pkg-fallout
Merge branch 'main' into revert-176078-upstream/weakcmpxchgtest LLVM /project 54c5dcb — libc/shared/math ilogbf128.h, libc/src/__support/math ilogbf128.h CMakeLists.txt [libc][math] Refactor ilogbf128 to Header Only (#175396)
Refactors the ilogbf128 implementation to be header-only and available via shared math.
fixes: #175345 Use static IP for single node sharing protocol CI