13,387,302 commits found in 7 milliseconds
editors/emacs-devel: Update to 2026-08-15 snapshot
Commit log: https://github.com/emacs-mirror/emacs/compare/1095d63d28fc...ef448d2ca996
Sponsored by: The FreeBSD Foundation
*/*: Bump port revision after electron42 update (e25bed0a6ecc )
FreeBSD /ports e25bed0 — devel/electron42 distinfo, devel/electron42/files patch-electron_shell_common_node__bindings.cc patch-electron_shell_browser_api_electron__api__web__contents.cc devel/electron42: Update to 42.9.0
While here, prepare node modules archives for amd64 and aarch64
separately.
Changelog: https://github.com/electron/electron/releases/tag/v42.9.0
stdio.3: add a bit more detail to STANDARDS
sqlite3: Vendor import of sqlite3 3.53.3
Release notes at https://www.sqlite.org/releaselog/3_53_3.html.
Obtained from: https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz
FreeBSD /src 8cfe06e — usr.sbin/bsdconfig/datetime INDEX time, usr.sbin/bsdconfig/datetime/include messages.subr bsdconfig: add datetime module for live system clock
Provide bsdconfig datetime (menu), date, and time to set the running
system clock via dialog(1) /bsddialog(1) --calendar and --timebox with
mustberoot. Unlike bsdinstall's time helper, this operates on the live
system rather than a CHROOT-staged install target, and calls
adjkerntz(8) after a successful change so the CMOS stays in sync.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D58487
[ASan] Register assert lit feature in `lit.cfg.py` (#216529)
Add this feature to test a functional change related to asserts, see
https://github.com/llvm/llvm-project/pull/213546#discussion_r3790705838.
And this will allow other people to add `// REQUIRES: asserts` in
testcases in the future too.
I follow the same pattern already used in `flang/test/lit.cfg.py` and
other configs. OpenBSD /ports wlky2K1 — databases/postgresql Makefile distinfo, databases/postgresql/pkg PLIST-docs Update to PostgreSQL 18.6
tests/sys/capsicum: adjust tests for the new reaping behavior
(cherry picked from commit 77d6c45afdca8a524a88edfb3097d4d9dc90b583 )
pdkill(2) , pdgetpid(2) : return EBADF if the file type is not procdesc
PR: 297293
(cherry picked from commit e8b9b6b9f31c463137b4104550bfb3286a43703a )
capsicum-tests: remove Linux support
(cherry picked from commit fba81b33aabff74ad03d5f9f9663c176cf060fa6 )
pddupfd.2: fix errno value returned for non-procdesc argument
(cherry picked from commit dfdd8af5a8de8f193747f5ec13cd501106823d2d )
tests/procdesc: Fix race in pdopenpid_pdwait_only_one
(cherry picked from commit 727a83e90098e1c0fc4acdcf9b8099a70e6ea2b2 )
tests/sys/kern: adjust tests for the new reaping behavior
(cherry picked from commit a96f285b5953f6ff3adb3ab43433ba9e15a9aa46 )
tests/procdesc: Add some test cases for pdopenpid()
(cherry picked from commit 0083a4d6224f1290af31528b55ba27c51e27ba46 )
pddupfd(2) : add basic test
(cherry picked from commit 23e94b040b9b99f097c113fc8576576ffec0486f )
processes: add zombie references, each of them prevents reap
(cherry picked from commit bcdb6ba94d08554eeb9bde4d2468707a612f5d90 )
pdwait(2) , wait(2) : document interaction between pdopenpid() and waitpid()
(cherry picked from commit c49198534a9b823c18c8b9e67e3b16a2d0fa27ad )
kern/kern_exit.c: make wait_fill_siginfo/wrusage global
(cherry picked from commit a24674ecab24abf6cc84262059b3e28bb0cd3a04 )
pdwait(2) : change handling of the exited processes
(cherry picked from commit 7da4edd300984abe67ff503828c1674a28e4b8b0 )
procdesc: Disallow pddupfd() of non-passable files
(cherry picked from commit 91e11c8f2b38eb1d1f3a1d57b27378fb2c6ab3c1 )
procdesc: Remove dead code
(cherry picked from commit 9a7bd3309bec08802e8c18c03669812ec3352534 )
kern_pdwait(): print the process pointer through pd
(cherry picked from commit 2e259c209f6912bc99e18bbfb55dd10554b3b11d )
libsysdecode: Recognize NOTE_PDSIGCHLD
(cherry picked from commit a931431a1deca75079f034b74a63c2774f83be8d )
kqueue.2: document EVFILT_PROCDESC support for NOTE_FORK
(cherry picked from commit 3f88f6b89942a7f3aa6bb682b02b7307d060b52f )
procdesc: report NOTE_PDSIGCHLD for traced and stopped process
(cherry picked from commit b328975b9d7c475cd99107ca407df04366cc38af )
fget_procdesc(): change error for non-procdesc type from EBADF to EINVAL
(cherry picked from commit e18844223d1eabb7e435ff9da20d88915d3f4675 )
kern/sys_process.c: remove extra ()
(cherry picked from commit fed49793ddd197e3dd86c8456b39f569ab74b54c )
FreeBSD /src f86fd0a — sys/kern kern_fork.c sys_procdesc.c, sys/sys procdesc.h event.h EVFILT_PROCDESC: support NOTE_FORK
(cherry picked from commit e8d4d754e1c73b01c89580a26c22f982415c694a )
sys/proc.h: remove spurious blank lines
(cherry picked from commit a48a27532567b3ec2178110994f5cea245a54ac2 )