aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cp: Improved conformance when copying directories.Dag-Erling Smørgrav2024-04-011-9/+18
* cp: Correct the list of non-portable flags.Dag-Erling Smørgrav2024-04-011-3/+5
* wg: Use ENETUNREACH when transmitting to a non-existent peerMark Johnston2024-04-011-4/+1
* usr.bin: Make lorder conditional on MK_TOOLCHAIN.Dag-Erling Smørgrav2024-04-012-1/+7
* if_bridge: use IF_MINMTUEugene Grosbein2024-04-011-1/+1
* snd_hdspe(4): Only buffer_copy() audio data once.Florian Walpen2024-03-312-9/+38
* mountd.c: Add warning messages for administrative controlsRick Macklem2024-03-311-5/+24
* bsd-family-tree: remove EoL whitespaceMaxim Konovalov2024-03-311-1/+1
* bsd-family-tree: add NetBSD 10.0Maxim Konovalov2024-03-311-0/+3
* kern linker: Don't invoke dtors without having invoked ctorsMark Johnston2024-03-314-5/+46
* ptrace tests: Add a test using PROC_REAP_KILL to kill a traced debuggeeMark Johnston2024-03-311-0/+47
* tar: make error reporting more robust and use correct errnoEd Maste2024-03-311-2/+3
* sound: Implement asynchronous device detachChristos Margiolis2024-03-315-46/+15
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-03-319-1793/+329
* zfs: merge openzfs/zfs@39be46f43Martin Matuska2024-03-3088-841/+1801
|\
| * Linux 5.18+ compat: Detect filemap_range_has_pageRobert Evans2024-03-301-0/+1
| * Fix buffer underflow if sysfs file is emptyRobert Evans2024-03-291-1/+1
| * vdev_disk: clean up spa/bdev mode conversionRob N2024-03-291-42/+39
| * zvols: prevent overflow of minor device numbersFabian-Gruenbichler2024-03-291-0/+7
| * Add ashift validation when adding devices to a poolGeorge Wilson2024-03-2921-58/+219
| * ZTS: fix flakiness in cp_files_002_posRobert Evans2024-03-271-3/+3
| * BRT: Check pool clone stats in more testsAlexander Motin2024-03-271-5/+15
| * BRT: Fix tests to work on non-empty poolsAlexander Motin2024-03-271-21/+26
| * BRT: Fix holes cloning.Alexander Motin2024-03-271-13/+13
| * BRT: Skip getting length in brt_entry_lookup()Alexander Motin2024-03-261-16/+2
| * abd_iter_page: don't use compound heads on Linux <4.5Rob Norris2024-03-251-0/+14
| * vdev_disk: use bio_chain() to submit multiple BIOsRob Norris2024-03-251-151/+80
| * vdev_disk: add module parameter to select BIO submission methodRob Norris2024-03-252-2/+45
| * vdev_disk: rewrite BIO filling machinery to avoid split pagesRob Norris2024-03-253-3/+447
| * vdev_disk: make read/write IO function configurableRob Norris2024-03-251-2/+21
| * vdev_disk: reorganise vdev_disk_io_startRob Norris2024-03-251-20/+31
| * vdev_disk: rename existing functions to vdev_classic_*Rob Norris2024-03-253-102/+120
| * abd: add page iteratorRob Norris2024-03-255-14/+169
| * linux 5.4 compat: page_size()Rob Norris2024-03-254-0/+56
| * BRT: Make BRT block sizes configurableAlexander Motin2024-03-252-13/+26
| * Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-2532-197/+209
| * BRT: Relax brt_pending_apply() lockingAlexander Motin2024-03-251-11/+5
| * ZAP: Massively switch to _by_dnode() interfacesAlexander Motin2024-03-259-172/+202
| * BRT: Skip duplicate BRT prefetchesAlexander Motin2024-03-251-3/+3
| * Fix corruption caused by mmap flushing problemsRobert Evans2024-03-253-9/+10
| * ZAP: Some cleanups/micro-optimizationsAlexander Motin2024-03-212-47/+38
| * udev: correctly handle partition #16 and laterFabian-Gruenbichler2024-03-211-4/+5
| * BRT: Change brt_pending_tree sorting orderAlexander Motin2024-03-211-6/+7
| * zio: update ZIO type x stage documentationRob N2024-03-212-55/+58
| * Fix option string, adding -e and fixing orderCameron Harr2024-03-212-29/+28
| * Update resume token at object receive.Alexander Motin2024-03-211-0/+10
| * Linux 6.8 compat: use splice_copy_file_range() for fallbackRob N2024-03-203-2/+43
| * freebsd: fix missing headers in distribution tarballRob N2024-03-201-0/+2
* | arm64: enable superpage mappings by pmap_mapdev{,_attr}()Alan Cox2024-03-301-0/+14
* | arm64 pmap: Add ATTR_CONTIGUOUS support [Part 1]Eliot Solomon2024-03-302-48/+740