aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/carp: Rework unicast_v4stable/14Zhenlei Huang4 hours1-36/+44
* tests/carp: make a 0.2 second pause before configuring second jailGleb Smirnoff4 hours1-0/+5
* tests/carp: make sleep interval in the wait loop smallerGleb Smirnoff4 hours1-1/+1
* tests/carp: kill routed(8) before destroying interfacesGleb Smirnoff4 hours1-0/+3
* blacklistd: Fix RFC1918 typoJose Luis Duran9 hours1-1/+1
* pf: do not reject rules with colliding hashesKristof Provost21 hours2-16/+44
* sys/time: appease gcc -Wtype-limitsRyan Libby42 hours1-0/+4
* Define stdint.h macros unconditionallyDimitry Andric48 hours5-40/+0
* Remove extraneous tab characters at EOL in various _stdint.h filesDimitry Andric48 hours3-4/+4
* uipc_shm.c: make large page allocation interruptibleKonstantin Belousov2 days1-0/+8
* vis.3: Try to better describe VIS_SAFEDag-Erling Smørgrav3 days1-13/+19
* jail: avoid leaking jail config fds to exec.* hooksJan Bramkamp3 days1-1/+4
* nuageninit: modify the test to show the issue fixed inc316ec259011Baptiste Daroussin3 days1-3/+5
* nuageinit: only parse user_data as yaml when necessaryBaptiste Daroussin3 days1-1/+1
* etcupdate: fix arguments order of diff commandBoris Lytochkin3 days2-3/+18
* zone.9: Add a missing newlineMateusz Piotrowski3 days1-0/+1
* lockf: Test that lockf does not spin on fdDag-Erling Smørgrav4 days1-0/+18
* lockf: Avoid spinning when operating on an fdChristian Ullrich4 days1-1/+5
* pf: improve ASCONF chunk validationKristof Provost5 days1-0/+7
* ifnet: if_detach(): Fix races with vmove operationsZhenlei Huang6 days1-6/+17
* tests/netgraph: Add a test for races between if_detach() and vnet_if_return()Zhenlei Huang6 days2-0/+69
* tests/net/if_clone_test: Add a test for races between if_detach() and if_vmov...Zhenlei Huang6 days1-0/+29
* if_clone: Make ifnet_detach_sxlock opaque to consumersZhenlei Huang6 days3-8/+17
* ifnet: Move SIOCSIFVNET from ifhwioctl() to ifioctl()Zhenlei Huang6 days1-17/+27
* ifnet: vnet_if_return(): Avoid unnecessary recursive acquisition of ifnet_det...Zhenlei Huang6 days1-2/+2
* ifnet: Add some sanity checksZhenlei Huang6 days1-10/+19
* ifnet: Fix races in if_vmove_reclaim()Zhenlei Huang6 days1-5/+9
* ifnet: Remove unreachable codeZhenlei Huang6 days1-18/+0
* contrib/expat: import expat 2.8.0Philip Paeps6 days49-740/+1135
* mfi(4)/mrsas(4): Set sysctl name for driver versions consistentlyMichael Osipov7 days2-6/+4
* mfi(4)/mrsas(4): Print driver versions consistentlyMichael Osipov7 days2-7/+4
* tail(1): Fix -r (reverse) to work on pseudo filesystemsAaron LI9 days1-1/+1
* linprocfs: Continue on error when reading process limitsRicardo Branco9 days1-4/+4
* dhclient: Improve server and filename validationDag-Erling Smørgrav10 days1-21/+54
* md5: Encode non-printable filenamesDag-Erling Smørgrav10 days2-14/+57
* arm64: Ditch arm64-specific unsound PCPU optimisationJessica Clarke10 days1-6/+4
* loader.efi: Defer efi_translate(e_entry) until after bi_loadJessica Clarke10 days3-7/+6
* caroot: RegenerateDag-Erling Smørgrav10 days106-5662/+3273
* caroot: Clean upDag-Erling Smørgrav10 days194-1300/+800
* caroot: Rename script and normalize licenseDag-Erling Smørgrav10 days2-35/+35
* caroot: Generate both trusted and untrustedDag-Erling Smørgrav10 days4-99/+51
* tzcode: Update to 2026bDag-Erling Smørgrav10 days5-69/+166
* ahci(4): Add another device ID for Marvell 9128 SATA controller: 0x91a3John W10 days1-0/+2
* geom_part: Restore the human readable format of sizeZhenlei Huang10 days1-4/+4
* /bin/ps: Fix display of negative nice values on ARMv7/aarch64Jamie Landeg-Jones10 days3-2/+5
* libnv: fix heap overflow in nvlist_recv()Mariusz Zaborski11 days2-4/+62
* libnv: switch fd_wait() from select(2) to poll(2)Mariusz Zaborski11 days2-6/+62
* libnv: add tests to verify potential overflow issuesMariusz Zaborski11 days4-7/+210
* libnv: add test to verify null termination of string in arrayMariusz Zaborski11 days1-2/+56
* pf: improve SCTP validationKristof Provost11 days2-5/+36