1,290,459 commits found in 112 milliseconds
compat32 wait4/6(2) : only copy out when there is a pid to report
PR: 295965
(cherry picked from commit 89fa97f0a71d4988891766c4e69eeb9687016b14 )
compat32 wait4/6(2) : only copy out when there is a pid to report
PR: 295965
(cherry picked from commit 89fa97f0a71d4988891766c4e69eeb9687016b14 )
procstat binary: do not skip pid if either path or osrel sysctls failed
PR: 295893
(cherry picked from commit 9f378397ee89044a4faec522916b50f0a164d62e )
reap_kill_subtree_once: when proctree_lock is dropped, reaper might change
(cherry picked from commit 44970244e6d872103f36eae34218b672b69579dd )
proc: add tree ref count
(cherry picked from commit 85a65e3930924429903e09832d177f8aa09dfb47 )
kern_fork: guard against NULL newproc on the failure path
(cherry picked from commit 9b48646ab366dcf6089fac653eef963331aa1169 )
imgact_elf: handle unaligned phdrs
PR: 295629
(cherry picked from commit 0b269737f9ca057826a6c9376c2474b1ae5bc91c )
FreeBSD /src b52346b — sys/compat/linux linux_fork.c linux_misc.c, sys/kern kern_exit.c kern_exec.c exit1(9) : do not deadlock if exit is called due to PT_SC_REMOTERQ
(cherry picked from commit a2cfe535771ded3ca8526bae405a5b61f71f1f33 )
kern_procctl: add get_reaper_or_p() helper
(cherry picked from commit 261c97b47ea4f120bfa4a04aab7d35c70dde8c8f )
procctl(PROC_REAP_GETPIDS): re-validate reaper after relock of proctree_lock
(cherry picked from commit 390ae06d4f524a6f32383cbc1bcbdecdb3738bc3 )
rename(2) : do not allow to rename root vnode of the mounted filesystem
PR: 295826
(cherry picked from commit d53633bfcf24a3eb3711e24b597aa8301f92b958 )
procctl(): do not allow the process to exit inside kern_procctl_single()
(cherry picked from commit a845480cc122f45cebc5fbbe43de6b1c096d852b )
renameat(2) : when retrying, check for pending signals
PR: 295826
(cherry picked from commit 5d0ebfe1d97801518755c7025f57ba7d5bf1c8db )
connectat(2) : do not enable EMPTYPATH for AT_FDCWD
(cherry picked from commit a248c5545f6fb861ea4200b69a58b2abcf815ce4 )
uipc_usrreq: revert addition of EMPTYPATH for bindat(2)
(cherry picked from commit 453968c78d27ed5c90562a1178f34fe8d616bf40 )
open.2: document O_PATH behavior for bindat/connectat
(cherry picked from commit 5d36fcc53d3d1c05a3bbac45e9d5409156e216f1 )
FreeBSD /src 57c8ccc — sys/dev/ntsync linux_ntsync.c linux_ntsync.h, sys/modules Makefile linux_ntsync: linux compat shim for ntsync(9)
(cherry picked from commit 510ee6698d377f4a9a4eeb08d9dc17bdc72ad5ab )
bindat(2) /connectat(2) : allow implicit EMPTYPATH for unix domain sockets
(cherry picked from commit 12c590a9abd770f69da3bc0b8adb4955d79357c8 )
ntsync: add kinfo reporting
(cherry picked from commit d0ea3aff90655be3cdb34d86a4a97be6fc85d919 )
ntsync: install headers for userspace consumption
(cherry picked from commit 0ac9aac81c40159d561e43fc6976a866f852832b )
ntsync(4)
(cherry picked from commit 03ca6dbdb80da79408f135d823fbd9a00fd4f25b )
FreeBSD /ports e2ffece — net/phpldapadmin Makefile, net/phpldapadmin/files patch-lib_xml2array.php patch-lib_functions.php net/phpldapadmin: Add support for php85
PR: 295877
Sponsored by: UNIS Labs
(cherry picked from commit 90ebf10b5ad1e4d4efd72a8baee270c6a2737b08 )
FreeBSD /ports 3792881 — net/phpldapadmin Makefile, net/phpldapadmin/files patch-lib_import__functions.php patch-lib_xml2array.php net/phpldapadmin: add patches to support php84
net/phpldapadmin (version 1) was written some years ago. The developer
of PLA (https://github.com/leenooks/phpLDAPadmin ) officially dropped
support for PLA1, but PLA2 is still not full functional as PLA1.
I've made small patches which enable support for php84 (changes of some
builtin php functions, declarations of variables and so on).
With these patches PLA1 (still) is working corectly.
PR: 287238
Event: Wiesbaden Hackathon 202604
(cherry picked from commit d4a83eff40d6515ddb6fca3c1bbb780a9747be28 )
FreeBSD /ports 90ebf10 — net/phpldapadmin Makefile, net/phpldapadmin/files patch-lib_xml2array.php patch-lib_functions.php net/phpldapadmin: Add support for php85
PR: 295877
Sponsored by: UNIS Labs
games/veloren-weekly: update to s20260611
Changes: https://gitlab.com/veloren/veloren/-/compare/30dc4ff7f7...4df794c12c
(cherry picked from commit afee3328b8765259544d4af54c41b116bb6b5db7 )
multimedia/ab-av1: update to 0.11.3
Changes: https://github.com/alexheretic/ab-av1/releases/tag/v0.11.3
Reported by: GitHub (watch releases)
(cherry picked from commit f6294121e95921b527517da8279ac31f4cb4bfcf )
games/veloren-weekly: update to s20260611
Changes: https://gitlab.com/veloren/veloren/-/compare/30dc4ff7f7...4df794c12c
multimedia/ab-av1: update to 0.11.3
Changes: https://github.com/alexheretic/ab-av1/releases/tag/v0.11.3
Reported by: GitHub (watch releases)
FreeBSD /ports 3211803 — multimedia/gpac pkg-plist, multimedia/gpac/files patch-src_filters_ff__mx.c patch-src_utils_os__config__init.c multimedia/gpac: update to 26.02.0
Sponsored by: Netflix
fusefs: only search for FREAD fufh in readdir
The extra search for an FEXEC fufh shall be removed, since readdir
is only supposed to be called on a directory opened with FREAD. The
sole exception is NFS, which will call VOP_READDIR with directories that
aren't open at all. fuse already has special code to handle that.
Also remove the fuse_filehandle_get_dir() function, since it's not
used anywhere else.
Signed-off-by: CismonX <admin at cismon.net>
Reviewed by: asomers
MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1729