| Latest commits: |
|---|
| | Date | Commit message | Author | Files | Lines |
| 2026-09-05 03:24:50 +0100 (4 hours) | tests/sys/kern: Skip capsicum procdesc tests when capability mode is unavailableHEADstable/15 | Olivier Cochard | 3 | -0/+13 |
| 2026-09-05 01:33:46 +0100 (5 hours) | tty: gracefully handle proctree_lock locking | Konstantin Belousov | 3 | -172/+215 |
| 2026-09-05 01:33:46 +0100 (5 hours) | kern/tty.c: Exterrorize returns | Gleb Popov | 3 | -22/+29 |
| 2026-09-05 01:33:46 +0100 (5 hours) | tty: make tty_wait_background() aware of proctree_lock ownership | Konstantin Belousov | 3 | -10/+21 |
| 2026-09-05 01:33:45 +0100 (5 hours) | tty: add tty_wait_proctree(9) | Konstantin Belousov | 1 | -0/+39 |
| 2026-09-05 01:33:45 +0100 (5 hours) | condvar.9: document cv_wait_sig_unblock(9) | Konstantin Belousov | 1 | -1/+10 |
| 2026-09-05 01:33:44 +0100 (5 hours) | condvars(9): add cv_wait_sig_unlock() | Konstantin Belousov | 2 | -0/+58 |
| 2026-09-05 01:33:44 +0100 (5 hours) | tests/sys/kern/procdesc.c: mark grandchild var in pdopenpid_capmode() as volatile | Konstantin Belousov | 1 | -1/+2 |
| 2026-09-05 01:33:44 +0100 (5 hours) | sys/tests/kern/pdopenpid: pdopenpid(2) is allowed in cap mode | Konstantin Belousov | 1 | -4/+34 |
| 2026-09-05 01:33:43 +0100 (5 hours) | pdfork.2: document cap mode, namely pdopenpid(2) and pdptrace(2) errors | Konstantin Belousov | 2 | -0/+43 |
| 2026-09-05 01:33:43 +0100 (5 hours) | Regen | Konstantin Belousov | 2 | -6/+6 |
| 2026-09-05 01:33:43 +0100 (5 hours) | ptrace(2): allow ptrace(PT_TRACE_ME) in cap mode | Konstantin Belousov | 1 | -0/+2 |
| 2026-09-05 01:33:42 +0100 (5 hours) | pdopenpid(2): in cap mode, translate all errors from pdopenpid1() to ECAPMODE | Konstantin Belousov | 1 | -0/+3 |
| 2026-09-05 01:33:42 +0100 (5 hours) | pdopenpid(2): allow in capability mode with restrictions | Konstantin Belousov | 2 | -1/+7 |
| 2026-09-05 01:33:41 +0100 (5 hours) | pdptrace(2): allow debugging in capability mode | Konstantin Belousov | 3 | -9/+24 |
| 2026-09-05 01:33:41 +0100 (5 hours) | kern: add p_canopen() | Konstantin Belousov | 4 | -2/+33 |
| 2026-09-05 01:33:41 +0100 (5 hours) | ptrace.2: document PT_GET_ABI_NAME | Konstantin Belousov | 1 | -0/+11 |
| 2026-09-05 01:33:40 +0100 (5 hours) | ptrace(2): add PT_GET_ABI_NAME request | Konstantin Belousov | 3 | -1/+32 |
| 2026-09-05 01:33:40 +0100 (5 hours) | tests/sys/kern/pdwait: adjust test for the addition of CAP_PTRACE | Konstantin Belousov | 1 | -1/+1 |
| 2026-09-05 01:33:40 +0100 (5 hours) | pdfork.2, rights.4: document pdptrace(2), CAP_PTRACE, and pdfork(PD_PTRACE_CAP) | Konstantin Belousov | 3 | -3/+52 |
| 2026-09-05 01:33:39 +0100 (5 hours) | Regen | Konstantin Belousov | 13 | -3/+108 |
| 2026-09-05 01:33:39 +0100 (5 hours) | lib/libsys: export pdptrace(2) | Konstantin Belousov | 2 | -0/+2 |
| 2026-09-05 01:33:38 +0100 (5 hours) | Add pdptrace(2) | Konstantin Belousov | 4 | -29/+91 |
| 2026-09-05 01:33:38 +0100 (5 hours) | ptrace: split sys_ptrace()/freebsd32_ptrace() | Konstantin Belousov | 3 | -118/+129 |
| 2026-09-05 01:33:38 +0100 (5 hours) | sys/bsm/audit_kevents.h: add AUE_PDPTRACE | Konstantin Belousov | 1 | -0/+1 |
| 2026-09-05 01:33:38 +0100 (5 hours) | pdfork(2): add PD_PTRACE_CAP flag | Konstantin Belousov | 3 | -3/+24 |
| 2026-09-05 01:33:37 +0100 (5 hours) | capsicum: add CAP_PTRACE | Konstantin Belousov | 3 | -3/+7 |
| 2026-09-05 01:33:37 +0100 (5 hours) | kern/kern_descrip.c: export filecaps_fill() | Konstantin Belousov | 2 | -1/+2 |
| 2026-09-05 01:29:55 +0100 (6 hours) | pci: Expose a VF's owning PF to bus subclasses | Kevin Bowling | 3 | -1/+26 |
| 2026-09-05 01:29:29 +0100 (6 hours) | e1000: Limit the TSO sentinel to lem(4) controllers | Kevin Bowling | 1 | -2/+6 |
| 2026-09-05 01:29:17 +0100 (6 hours) | ofw_pcibus: Honor device proximity for DMA tags | Kevin Bowling | 2 | -0/+34 |
| 2026-09-05 01:29:04 +0100 (6 hours) | ofw_pcibus: Inherit PF locality for SR-IOV VFs | Kevin Bowling | 1 | -7/+32 |
| 2026-09-05 00:07:01 +0100 (7 hours) | asmc: prefer MMIO backend over PIO when both are present | Abdelkader Boudih | 2 | -9/+11 |
| 2026-09-05 00:07:01 +0100 (7 hours) | asmc: deduplicate sensor converters and cause sysctls | Abdelkader Boudih | 1 | -108/+45 |
| 2026-09-05 00:07:01 +0100 (7 hours) | asmc: add system state and board identity sysctls | Abdelkader Boudih | 2 | -0/+306 |
| 2026-09-05 00:07:01 +0100 (7 hours) | asmc: try PIO before MMIO to avoid false T2 detection | Abdelkader Boudih | 3 | -26/+33 |
| 2026-09-05 00:07:01 +0100 (7 hours) | asmc: Refactor sensor detection and sysctl registration | Abdelkader Boudih | 1 | -80/+67 |
| 2026-09-05 00:07:01 +0100 (7 hours) | asmc: fix asmc_key_dump() page fault on T2 MMIO backend | Abdelkader Boudih | 1 | -5/+31 |
| 2026-09-05 00:07:00 +0100 (7 hours) | asmc: add MMIO backend for T2 Macs | Abdelkader Boudih | 6 | -25/+611 |
| 2026-09-05 00:07:00 +0100 (7 hours) | asmc: rename wol sysctl to auto_poweron | Abdelkader Boudih | 3 | -16/+21 |
| 2026-09-05 00:07:00 +0100 (7 hours) | asmc: replace hardcoded model table with universal probing | Abdelkader Boudih | 2 | -1585/+545 |
| 2026-09-05 00:07:00 +0100 (7 hours) | asmc: add automatic voltage/current/power/ambient sensor detection | Abdelkader Boudih | 2 | -2/+445 |
| 2026-09-05 00:07:00 +0100 (7 hours) | asmc: add support for MacBookPro13,1 | Marcus Gartner | 2 | -0/+24 |
| 2026-09-05 00:07:00 +0100 (7 hours) | asmc: add raw SMC key read/write interface | Abdelkader Boudih | 3 | -47/+288 |
| 2026-09-05 00:06:45 +0100 (7 hours) | asmc(4): Add support for backlight(9) interface | Vladimir Kondratyev | 4 | -2/+80 |
| 2026-09-04 18:56:15 +0100 (12 hours) | xhci: Only reset the data toggle value when the USB stack asks for it | ShengYi Hung | 2 | -5/+19 |
| 2026-09-04 16:33:04 +0100 (14 hours) | stand: set st_dev/st_ino in the loader's ZFS stat for veriexec | Etienne Bonnand | 3 | -11/+56 |
| 2026-09-04 16:33:00 +0100 (14 hours) | usb: xhci: allow up to 1s for SET_ADDRESS | Kyle Evans | 1 | -1/+1 |
| 2026-09-04 16:32:45 +0100 (14 hours) | kern: fix oversight in security.bsd.unprivileged_kenv_read | Kyle Evans | 1 | -1/+1 |
| 2026-09-04 16:32:39 +0100 (14 hours) | prometheus_sysctl_exporter: don't abort on bad labels | Kyle Evans | 2 | -15/+46 |
| 2026-09-04 16:32:21 +0100 (14 hours) | bsdinstall: add a hardening knob for unprivileged kenv access | Kyle Evans | 1 | -0/+4 |
| 2026-09-04 07:01:27 +0100 (24 hours) | libproc: link against libctf if MK_CTF != no instead of MK_CDDL != no | Enji Cooper | 2 | -2/+2 |
| 2026-09-04 06:58:27 +0100 (24 hours) | rc.d/dumpon: minor hardening/tightening up | Enji Cooper | 1 | -5/+8 |
| 2026-09-04 06:56:19 +0100 (24 hours) | linux_firmware: reformat error print-out | Enji Cooper | 1 | -3/+4 |
| 2026-09-04 06:55:57 +0100 (24 hours) | [test] libatexit: leverage __{BEGIN,END}_DECLS | Enji Cooper | 1 | -4/+7 |
| 2026-09-04 06:54:14 +0100 (24 hours) | cpuset(9): correct markup | Enji Cooper | 1 | -2/+1 |
| 2026-09-04 06:53:22 +0100 (24 hours) | DB_COMMAND(9): correct mdoc markup for .Nm entries | Enji Cooper | 1 | -2/+2 |
| 2026-09-04 06:49:00 +0100 (24 hours) | contrib/netbsd-tests: lib/libc/c063: sync with NetBSD | Enji Cooper | 4 | -71/+198 |
| 2026-09-04 06:47:34 +0100 (24 hours) | alq(9): add missing .Nm entry for ALQ(9) | Enji Cooper | 1 | -0/+1 |
| 2026-09-04 06:45:03 +0100 (24 hours) | acl(9): fix typo (ACL_ACL -> ACL) | Enji Cooper | 1 | -1/+1 |
| 2026-09-04 06:44:34 +0100 (24 hours) | atomic(9): add missing .Nm entries | Enji Cooper | 1 | -0/+3 |
| 2026-09-04 00:00:54 +0100 (31 hours) | route/fib_algo: Free leaked radix_masks in radix_lockless | Pouria Mousavizadeh Tehrani | 2 | -3/+25 |
| 2026-09-03 17:32:44 +0100 (37 hours) | subr_physmem_test: add tests for two edge-cases | Mitchell Horne | 1 | -0/+43 |
| 2026-09-03 17:32:36 +0100 (37 hours) | g_eli: disambiguate CPU-bound worker creation | Mitchell Horne | 1 | -42/+72 |
| 2026-09-03 17:32:36 +0100 (37 hours) | sched/lapic: remove sched_do_timer_accounting() | Mitchell Horne | 5 | -21/+0 |
| 2026-09-03 17:32:36 +0100 (37 hours) | smp: remove unused hlt_cpus_mask | Mitchell Horne | 6 | -32/+1 |
| 2026-09-03 17:32:36 +0100 (37 hours) | g_eli: better handling of absent/disabled CPUs | Mitchell Horne | 1 | -11/+1 |
| 2026-09-03 17:29:20 +0100 (38 hours) | libkern.h: remove HAVE_INLINE_* macros | Mitchell Horne | 1 | -11/+0 |
| 2026-09-03 17:29:13 +0100 (38 hours) | jh7110_gpio: remove unneeded cleanup | Mitchell Horne | 1 | -1/+0 |
| 2026-09-03 17:29:08 +0100 (38 hours) | jh7110_gpio: driver enhancements | Brian Scott | 1 | -37/+112 |
| 2026-09-03 17:29:00 +0100 (38 hours) | jh7110_gpio: style | Mitchell Horne | 1 | -52/+49 |
| 2026-09-03 17:28:01 +0100 (38 hours) | release/riscv: tweak GENERICSD partition placement | Mitchell Horne | 1 | -1/+1 |
| 2026-09-03 17:27:46 +0100 (38 hours) | cdefs(9): document __nonstring | Mitchell Horne | 1 | -1/+4 |
| 2026-09-03 17:27:28 +0100 (38 hours) | hwpmc: fix false callchain assertion on the PMC_UR ring | Andre Silva | 1 | -1/+1 |
| 2026-09-03 17:27:28 +0100 (38 hours) | hwpmc: fix false runcount assertion in user callchain capture | Andre Silva | 1 | -3/+4 |
| 2026-09-03 17:23:14 +0100 (38 hours) | vfs_unmountall.9: Fix an outdated .Xr to boot(9) | Artem Bunichev | 1 | -1/+1 |
| 2026-09-03 15:03:04 +0100 (40 hours) | pfctl: fix printing of wildcard anchors | Kristof Provost | 2 | -4/+36 |
| 2026-09-03 12:56:38 +0100 (42 hours) | hastd: Fix crash on empty message | Glen Barber | 1 | -6/+8 |
| 2026-09-03 12:56:38 +0100 (42 hours) | various: Fix nlist invocations | Dag-Erling Smørgrav | 17 | -119/+119 |
| 2026-09-03 01:53:46 +0100 (2 days) | bhyve: Keep passthrough PCI power state virtual | Kevin Bowling | 1 | -2/+51 |
| 2026-09-03 01:53:24 +0100 (2 days) | bhyve: Manage passthrough devices across guest FLR | Kevin Bowling | 12 | -21/+520 |
| 2026-09-03 01:53:13 +0100 (2 days) | e1000: Report 82571 packet buffer ECC errors | Kevin Bowling | 1 | -7/+47 |
| 2026-09-02 18:40:37 +0100 (3 days) | devstat: Fix a kernel stack disclosure | Mark Johnston | 1 | -0/+1 |
| 2026-09-02 18:40:28 +0100 (3 days) | malloc: Use ckdint.h helpers instead of WOULD_OVERFLOW | Mark Johnston | 1 | -5/+7 |
| 2026-09-02 18:40:28 +0100 (3 days) | tools/build: stage stdckdint.h's dependencies for non-FreeBSD hosts | Abhijeet Sharma | 1 | -0/+4 |
| 2026-09-02 18:40:28 +0100 (3 days) | sys: Add sys/ckdint.h | Mark Johnston | 2 | -24/+49 |
| 2026-09-02 18:40:28 +0100 (3 days) | tools/build: Bring in stdckdint.h if needed | Mark Johnston | 1 | -0/+4 |
| 2026-09-02 18:40:28 +0100 (3 days) | rsu: add a runtime TX buffer bound check for a kernel buffer overflow | Andrew Griffiths | 1 | -1/+3 |
| 2026-09-02 18:40:28 +0100 (3 days) | mtw: fix zero-length queue array that can corrupt struct mtw_softc | Andrew Griffiths | 1 | -1/+1 |
| 2026-09-02 18:40:28 +0100 (3 days) | amd64: Mark the trapframe as initialized in ipi_bitmap_handler() | Mark Johnston | 1 | -0/+2 |
| 2026-09-02 18:40:28 +0100 (3 days) | virtio_p9fs: Disallow detach if a session is in progress | Nimish Jain | 1 | -0/+4 |
| 2026-09-02 15:13:13 +0100 (3 days) | ipfilter: Avoid negative array indicies | Cy Schubert | 3 | -4/+4 |
| 2026-09-02 14:52:31 +0100 (3 days) | makefs: Fix build on systems without st_birthtime such as Linux | John Baldwin | 1 | -0/+5 |
| 2026-09-02 14:52:31 +0100 (3 days) | makefs cd9660: Populate creation time stamps in RockRidge extensions | John Baldwin | 1 | -4/+9 |
| 2026-09-02 10:38:58 +0100 (3 days) | bcm2835_audio: Comment out vchi_service_release() | Xuqing Yang | 1 | -1/+1 |
| 2026-09-01 15:01:56 +0100 (4 days) | diff3: Use a format string to quiet a compiler warning | Ed Maste | 2 | -2/+2 |
| 2026-09-01 10:37:28 +0100 (4 days) | msun: add asinpi, acospi, and atanpi | Steve Kargl | 15 | -15/+1735 |
| 2026-09-01 10:36:42 +0100 (4 days) | libc: Add strfromd, strfromf, and strfroml per C23 | Faraz Vahedi | 11 | -1/+1363 |
| 2026-09-01 10:03:21 +0100 (4 days) | ix(4): Sanitize negative error codes | Sobczyk, Pawel | 1 | -4/+19 |
| 2026-09-01 10:02:57 +0100 (4 days) | ix(4): Remove workaround for 2.5/5G speeds on E610 | Krzysztof Galazka | 1 | -23/+12 |
| [...] |
|
| |
| Clone |
| https://git.FreeBSD.org/src.git |