aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of silly bugs in r367149.John Baldwin2020-10-301-3/+1
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-298-38/+32
* Use public interfaces to manage the nested rate limit send tag.John Baldwin2020-10-291-34/+15
* Call m_snd_tag_rele() to free send tags.John Baldwin2020-10-293-20/+6
* Remove an extra if_ref().John Baldwin2020-10-291-1/+0
* Store the new send tag in the right place.John Baldwin2020-10-291-1/+1
* vfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewriteMateusz Guzik2020-10-291-0/+2
* Make linprocfs(4) print a warning when there's not enough room to fillEdward Tomasz Napierala2020-10-291-0/+4
* Optimize set_syscall_retval for riscv by predicting the returnEdward Tomasz Napierala2020-10-291-3/+5
* Make it possible to mount nullfs(5) using plain mount(8)Edward Tomasz Napierala2020-10-291-1/+3
* Fix typo.Edward Tomasz Napierala2020-10-291-1/+1
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-295-97/+301
* vfs: add NDREINIT to facilitate repeated namei callsMateusz Guzik2020-10-293-1/+37
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-297-18/+150
* Save the current TCP pacing rate in t_pacing_rate.John Baldwin2020-10-293-0/+11
* Check for process group change in tty_wait_background().Konstantin Belousov2020-10-281-0/+13
* iflib: fix typo bug introduced by r367093Vincenzo Maffione2020-10-281-2/+3
* Fix use-after-free in icmp6_notify_error().Alexander V. Chernikov2020-10-281-9/+5
* Fix unintentional constant rename in r367109.Alexander Motin2020-10-281-0/+4
* Print NVMe controller capabilities in verbose dmesg.Alexander Motin2020-10-282-3/+38
* Add local variable to store the sysent pointer. Just a cleanup,Edward Tomasz Napierala2020-10-281-9/+12
* Make linux_errtbl a bit more readable by using named initializers.Edward Tomasz Napierala2020-10-281-98/+108
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2829-29/+0
* Add new USB IDs.Hans Petter Selasky2020-10-282-0/+6
* iflib: add per-tx-queue netmap timerVincenzo Maffione2020-10-271-43/+41
* vfs: tidy up vnlru_freeMateusz Guzik2020-10-271-10/+11
* vfs: fix vnode reclaim races against getnwevnodeMateusz Guzik2020-10-271-21/+63
* refcount: make it atomic-cleanMateusz Guzik2020-10-271-8/+9
* o Add the domain member to the struct bus_dma_tag_common as required byRuslan Bukin2020-10-271-0/+2
* Take the ITS device lock around gicv3_its_release_irqsrc() since thatRuslan Bukin2020-10-271-0/+2
* arm64: Remove a racy KASSERT from pmap_remove_pages()Mark Johnston2020-10-271-2/+0
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-277-10/+8
* riscv: Minor cleanup in startup codeKristof Provost2020-10-271-2/+1
* Remove frontstuffWarner Losh2020-10-273-13/+0
* riscv: make use of SBI legacy replacement extensionsMitchell Horne2020-10-262-54/+138
* riscv: remove sbi_clear_ipi()Mitchell Horne2020-10-263-10/+1
* linux: silence renameat2 flags warningMateusz Guzik2020-10-261-0/+8
* linux: add missing conversions for compat.linux.use_emul_path handlingMateusz Guzik2020-10-262-44/+114
* cache: add missing NIRES_ABS handlingMateusz Guzik2020-10-262-3/+17
* audit: also correctly audit linux_execve()Kyle Evans2020-10-264-0/+12
* db_search_symbol: prevent pollution from bogus symbolsEric van Gyzen2020-10-261-1/+14
* zfs: remove unused support for zfs_znode_moveMateusz Guzik2020-10-262-31/+1
* Enable bioq 'car limit' added at r335066 at 128 bios.Alexander Motin2020-10-261-1/+3
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-2519-33/+105
* Fix incorrect constants of target tag action.Alexander Motin2020-10-251-2/+2
* Add IOMMU support to GICv3 Interrupt Translation Service (ITS) driver.Ruslan Bukin2020-10-251-1/+52
* Various new check-hash checks have been added to the UFS filesystemKirk McKusick2020-10-253-6/+9
* Fix build after r367020Mitchell Horne2020-10-241-3/+3
* cdefs.h: remove intel_compiler supportWarner Losh2020-10-241-25/+15
* Remove support for intel compiler from i386 in_cksumWarner Losh2020-10-242-4/+4