| Commit message (Expand) | Author | Age | Files | Lines |
| * | unix: Fix some bugs in the SOCK_STREAM receive path | Mark Johnston | 13 days | 1 | -0/+120 |
| * | unix/stream: fix a race with MSG_PEEK on SOCK_SEQPACKET with MSG_EOR | Gleb Smirnoff | 13 days | 1 | -0/+62 |
| * | wg(4): Add a test that the driver handles a decryption failure | John Baldwin | 2026-07-28 | 3 | -0/+122 |
| * | ktls CBC decrypt: Only increment iovec index when an entry is used | John Baldwin | 2026-06-30 | 1 | -2/+108 |
| * | posixshm: Fix handling of sendfile() with largepage objects | Mark Johnston | 2026-06-30 | 1 | -0/+89 |
| * | posixshm: Disallow truncation of largepage objects | Mark Johnston | 2026-06-30 | 1 | -0/+38 |
| * | posixshm: Disallow fspacectl() on largepage objects | Mark Johnston | 2026-06-30 | 1 | -0/+22 |
| * | unlinkat: Pass flags down to the work functions | Mark Johnston | 2026-06-30 | 2 | -0/+221 |
| * | tests/libalias: Add a regression test for an alias_smedia bug | Mark Johnston | 2026-06-30 | 2 | -0/+78 |
| * | device_pager: Avoid double-insertion of pages into the pager list | Mark Johnston | 2026-06-30 | 1 | -0/+30 |
| * | imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images | Mark Johnston | 2026-06-08 | 2 | -0/+159 |
| * | sound: Fix software buffer lifetime issues | Mark Johnston | 2026-06-08 | 1 | -0/+60 |
| * | sound: Check for offset overflow in dsp_mmap_single() | Christos Margiolis | 2026-06-08 | 2 | -0/+52 |
| * | ktls: Don't attempt to modify non-anonymous mbufs on the receive path | John Baldwin | 2026-06-08 | 1 | -0/+93 |
| * | ptrace: Fix validation of PT_SC_REMOTE arguments | Mark Johnston | 2026-05-19 | 1 | -19/+66 |
| * | fusefs: Handle buggy servers' LISTXATTR response | Alan Somers | 2026-05-19 | 1 | -0/+73 |
| * | jaildesc: Make sure to drain selinfo sleepers in jaildesc_close() | Mark Johnston | 2026-05-19 | 2 | -0/+203 |
| * | procdesc: Make sure to drain selinfo sleepers in procdesc_free() | Mark Johnston | 2026-05-19 | 2 | -0/+130 |
| * | pf: improve SCTP validation | Kristof Provost | 2026-04-28 | 1 | -0/+90 |
| * | pf: fix duplicate rule detection for automatic tables | Kristof Provost | 2026-04-28 | 1 | -0/+42 |
| * | pkru: Fix handling of 1GB largepage mappings | Mark Johnston | 2026-04-20 | 1 | -0/+187 |
| * | tty: Avoid leaving dangling pointers in tty_drop_ctty() | Mark Johnston | 2026-04-20 | 2 | -0/+83 |
| * | pf tests: verify that we handle address range rules correctly | Kristof Provost | 2026-03-25 | 1 | -0/+38 |
| * | pf: improve DIOCRCLRTABLES validation | Kristof Provost | 2025-11-06 | 1 | -0/+33 |
| * | pf: improve add state validation | Kristof Provost | 2025-11-06 | 1 | -0/+25 |
| * | fusefs: Fix intermittency in the BadServer.ShortWrite test case | Alan Somers | 2025-11-06 | 3 | -6/+10 |
| * | fusefs: fix intermittency in the BadServer.ShortWrite test | Alan Somers | 2025-11-06 | 1 | -0/+5 |
| * | fusefs: respect the server's FUSE_SETXATTR_EXT flag | Alan Somers | 2025-11-06 | 1 | -15/+52 |
| * | fusefs: fix page fault triggered by async notification when unmounted | Alan Somers | 2025-11-03 | 3 | -2/+62 |
| * | libpfctl: Fix displaying deeply nested anchors | Jose Luis Duran | 2025-10-30 | 1 | -0/+46 |
| * | pf: fix 'no rdr' | Kristof Provost | 2025-10-22 | 1 | -0/+51 |
| * | so_reuseport_lb_test: Add a test case for connected UDP sockets | Mark Johnston | 2025-10-22 | 1 | -0/+148 |
| * | unix/stream: repair SO_SNDTIMEO | Gleb Smirnoff | 2025-10-17 | 1 | -0/+27 |
| * | tarfs: Simplify sameness checks | Dag-Erling Smørgrav | 2025-10-09 | 1 | -3/+3 |
| * | pf tests: fix intermittent mld test failures | Kristof Provost | 2025-10-05 | 2 | -21/+16 |
| * | atf_python: allow test scripts to pass jail options | Kristof Provost | 2025-10-05 | 1 | -4/+8 |
| * | pf: fix 'natpass' | Kristof Provost | 2025-10-05 | 1 | -0/+58 |
| * | release: Create /firstboot in common VM image creation code | Mark Johnston | 2025-10-03 | 1 | -1/+0 |
| * | pf: Fix interface counters for af-to rules | Kajetan Staszkiewicz | 2025-10-01 | 1 | -2/+16 |
| * | pf: Fix rule and state counters | Kajetan Staszkiewicz | 2025-10-01 | 4 | -9/+838 |
| * | pf: Always skip outbound filtering for inbound af-to rules | Kajetan Staszkiewicz | 2025-10-01 | 1 | -5/+7 |
| * | pf: Fix interface binding for af-to with route-to | Kajetan Staszkiewicz | 2025-10-01 | 2 | -4/+8 |
| * | pf: Add pfsync protocol for FreeBSD 15 | Kajetan Staszkiewicz | 2025-10-01 | 1 | -7/+459 |
| * | atf_pytest: fix xfail detection from pytest report | Siva Mahadevan | 2025-09-30 | 1 | -2/+2 |
| * | pf tests: Add python3 as a dependency | Jose Luis Duran | 2025-09-27 | 1 | -0/+15 |
| * | fusefs: fix a kernel panic regarding SCM_RIGHTS | Alan Somers | 2025-09-26 | 2 | -0/+127 |
| * | fusefs: fix the last_local_modify LLM/LastLocalModify.lookup/3 test | Alan Somers | 2025-09-25 | 1 | -2/+10 |
| * | pf: fix possible pd->pcksum NULL deref | Kristof Provost | 2025-09-13 | 2 | -0/+77 |
| * | tests: disable transmit checksum offloading for epair interfaces | Michael Tuexen | 2025-09-04 | 2 | -0/+6 |
| * | pf tests: sctp:pfsync robustness improvement | Kristof Provost | 2025-09-03 | 1 | -0/+3 |