aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OpenSSH: Regen config.h for DSA retirementEd Maste2025-04-151-11/+0
* OpenSSH: remove ability to enable DSA support (in configure)Ed Maste2025-04-151-30/+0
* ln: Tweak append logic.Dag-Erling Smørgrav2025-04-152-8/+32
* cp: Improve error messages.Dag-Erling Smørgrav2025-04-151-9/+9
* vm_kern: in unback, init cursor while unlockedDoug Moore2025-04-151-1/+1
* pfctl: also remove incorrect counter print for rule anchorsKristof Provost2025-04-151-1/+0
* pf: pass struct pf_pdesc to pf_change_ap()Kristof Provost2025-04-151-42/+43
* pf: add SDT on REASON_SET()Kristof Provost2025-04-152-0/+3
* pf: share reason between pf_test() and pf_test_rule()Kristof Provost2025-04-151-19/+20
* pfctl: fix crash on "pfctl -a '*' -vvsr"Kristof Provost2025-04-151-1/+0
* release: Emit warning if NO_ROOT used with pkg-stageEd Maste2025-04-151-0/+3
* so_splice: Synchronize so_unsplice() with so_splice()Mark Johnston2025-04-151-1/+14
* symlink.2: document EOPNOTSUPPMichael Tuexen2025-04-141-1/+5
* LinuxKPI; 802.11: start filling rxrate statisticsBjoern A. Zeeb2025-04-142-16/+58
* LinuxKPI: 802.11: avoid using an mbuf tag for nowBjoern A. Zeeb2025-04-142-0/+24
* LinuxKPI: 802.11: increase mbufq lengthsBjoern A. Zeeb2025-04-141-2/+2
* LinuxKPI: 802.11: better dealing with errors in RX pathBjoern A. Zeeb2025-04-141-13/+16
* LinuxKPI: 802.11: deal with the error paths for lkpi_xmit()Bjoern A. Zeeb2025-04-141-13/+25
* LinuxKPI: 802.11: plug mbuf leakBjoern A. Zeeb2025-04-141-3/+29
* rc.subr: add ${svc}_svcj_ipaddrs optionLexi Winter2025-04-142-16/+55
* iwx: Remove debug logging codeTom Jones2025-04-143-346/+177
* iwx: Use subdevice for comparisonTom Jones2025-04-141-3/+2
* vm_page: use iterators in page allocactionDoug Moore2025-04-148-122/+136
* vm_fault: Defer marking COW pages validMark Johnston2025-04-131-3/+16
* fhopen: Restore the O_CREAT checkMark Johnston2025-04-131-0/+2
* linuxkpi: Fix `pci_upstream_bridge()` with DRM devicesJean-Sébastien Pédron2025-04-131-1/+14
* linuxkpi: Add `memcpy_{from,to}_page()`Jean-Sébastien Pédron2025-04-131-0/+30
* lindebugfs: Add `debugfs_create_str()`Jean-Sébastien Pédron2025-04-133-0/+118
* vm: wrap long linesDoug Moore2025-04-132-9/+12
* dhclient: Keep two clocksColin Percival2025-04-133-35/+33
* LinuxKPI: 802.11: enable fragmentation offloadBjoern A. Zeeb2025-04-121-0/+4
* LinuxKPI: bump __FreeBSD_version to 1500037 for alloc routine changesBjoern A. Zeeb2025-04-122-1/+7
* LinuxKPI; cleanup slab.h a bit; move more free() into slab.cBjoern A. Zeeb2025-04-122-46/+84
* LinuxKPI: implement krealloc() for memory being contiguousBjoern A. Zeeb2025-04-122-15/+51
* malloc: extend malloc_usable_size() for contigmallocBjoern A. Zeeb2025-04-121-0/+3
* LinuxKPI: switch mallocarray to an lkpi implementation using __kmalloc()Bjoern A. Zeeb2025-04-123-24/+48
* LinuxKPI: add seq_hex_dump()Bjoern A. Zeeb2025-04-123-46/+102
* arch.7: Replace 13.x with 13.5Ed Maste2025-04-121-11/+11
* reboot.8: Xr reboot(2)Maxim Konovalov2025-04-121-1/+2
* net80211/regdomain: try to sort out TWBjoern A. Zeeb2025-04-121-1/+253
* LinuxKPI: 802.11: further locking workarounds fro crypto updatesBjoern A. Zeeb2025-04-122-17/+35
* fhopen: Enable handling of O_PATH, fix some bugsMark Johnston2025-04-122-55/+76
* linuxkpi: Add <linux/ref_tracker.h>Jean-Sébastien Pédron2025-04-121-0/+93
* sys: protect the kernel build from accidental _FORTIFY_SOURCEKyle Evans2025-04-123-7/+9
* loader/efi: strip trailing whitespaceWarner Losh2025-04-1119-259/+258
* loader/libefi: Fix trivial trailing whitespaceWarner Losh2025-04-115-14/+14
* loader/efi: Fix trivial whitespace errorWarner Losh2025-04-113-4/+4
* iwlwifi: fix iwl_uefi_get_uats_table() if not compiled with ACPIBjoern A. Zeeb2025-04-111-0/+4
* LinuxKPI: 802.11: deal with sta bw > channel widthBjoern A. Zeeb2025-04-111-9/+95
* LinuxKPI: 802.11: try to limit VHT (11ac) to 5GhzBjoern A. Zeeb2025-04-111-4/+6