aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bio: Fix KASAN invalid access report in biodonestable/15Ka Ho Ng3 hours1-2/+0
* linprocfs.4: Improve docs around pid/self entriesMichael Osipov3 hours1-4/+4
* bhyve: Document that MAC address has to be unicastMichael Osipov3 hours2-5/+10
* bhyve_config.5: Fix consistency and terms in manpageMichael Osipov3 hours1-8/+9
* dpaa2: Setup interface caps on attachDmitry Salychev4 hours1-7/+45
* armv8rng: Fix an inverted test in random_rndr_read_one()Mark Johnston7 hours1-1/+1
* vmem: Fix the gcc buildMark Johnston7 hours1-4/+6
* telnet: Remove usage of ALIGNMark Johnston8 hours1-2/+2
* inotify: Avoid resetting the cookieMark Johnston8 hours2-5/+33
* rc.subr: Use the variable we defined to invoke setaudit(8)Mark Johnston8 hours1-1/+1
* pfsync: Avoid zeroing the state export unionMark Johnston8 hours3-14/+42
* socket: Fix the name of a parameter in a commentMark Johnston8 hours1-1/+1
* netmap: Let memory allocator parameters be settable via loader.confMark Johnston8 hours1-15/+19
* sys/font.h: avoid warnings about too-long initializer stringsDimitry Andric10 hours1-1/+1
* bsnmpd: avoid warnings about too-long initializer stringsDimitry Andric10 hours1-1/+1
* makefs: avoid warnings about too-long initializer stringsDimitry Andric10 hours1-1/+1
* m4: avoid warnings about too-long initializer stringsDimitry Andric10 hours1-1/+2
* fsck_msdosfs: avoid warnings about too-long initializer stringsDimitry Andric10 hours1-2/+2
* cross-build: Avoid adding <sys/cdefs.h> to SYSINCSAyrton Munoz10 hours1-0/+2
* tools.build: also add sys/_visible.h to SYSINCSDimitry Andric10 hours1-0/+1
* tools.build: add sys/cdefs.h to SYSINCS, since lots of other headers use itDimitry Andric10 hours1-0/+4
* cdefs.h: Introduce __nonstring attributeAlex Richardson10 hours2-0/+15
* pf: handle TTL expired during nat64Kristof Provost15 hours3-6/+56
* pmcannotate: avoid accessing uninitialized local variablesDimitry Andric20 hours1-2/+6
* Remove debug crutch I accidentally left inDimitry Andric20 hours1-1/+0
* Reduce number of external symbols in libllvm, libclang and liblldbDimitry Andric20 hours2-0/+13
* cuse(3): annotate cuse_init() to suppress thread safety analysisDimitry Andric20 hours1-1/+1
* sys/netipsec: ensure sah stability during input callback processingKonstantin Belousov21 hours7-15/+68
* Import latest mtree from NetBSDJose Luis Duran2 days4-41/+43
* bhyve.8: Fix consistency and terms in manpageMichael Osipov3 days1-32/+34
* unionfs: detect common deadlock-producing mount misconfigurationsJason A. Harmening4 days1-2/+25
* unionfs: Implement VOP_GETLOWVNODEJason A. Harmening4 days3-2/+47
* vnode_if.src: fix function name in locking annotationJason A. Harmening4 days1-1/+1
* zfs: merge openzfs/zfs@743334913 (zfs-2.4-release) into stable/15Martin Matuska5 days48-506/+1100
|\
| * Tag 2.4.0vendor/openzfs/zfs-2.4-releaseTony Hutter11 days1-1/+1
| * CI: Change timeout valuesTony Hutter11 days2-7/+2
| * Tag 2.4.0-rc5Brian Behlendorf2025-12-101-1/+1
| * ZTS: Add test for snapshot automount raceAmeer Hamza2025-12-104-2/+85
| * Fix snapshot automount race causing duplicate mounts and AVL tree panicAmeer Hamza2025-12-101-38/+104
| * Fix snapshot automount expiry cancellation deadlockAmeer Hamza2025-12-1012-48/+69
| * Fix taskq NULL pointer dereference on timer raceAmeer Hamza2025-12-101-7/+24
| * Linux 6.18 compat: META (#18039)Brian Behlendorf2025-12-101-1/+1
| * Linux: work around use of GPL-only symbol `kasan_flag_enabled`Rob Norris2025-12-105-1/+74
| * Fix ddtprune causing space leakChunwei Chen2025-12-104-1/+100
| * CI: Fix Ubuntu 22.01 rsend failuresTony Hutter2025-12-101-2/+0
| * Fix a declaration position of the nth_page.Alex2025-12-101-8/+8
| * CI: exclude signed-off-by/reviewed-by from 72 char limitBrian Behlendorf2025-12-101-1/+3
| * Fix HIGHMEM/kmap API violation in zfs_uiomove_bvec_impl()bspengler-oss2025-12-101-4/+6
| * Preserve LIFO ordering of kmap ops in abd_raidz_gen_iterate()bspengler-oss2025-12-101-8/+8
| * Fix interaction of abd_iter_map()/abd_iter_unmap() with HIGHMEMbspengler-oss2025-12-101-2/+15