aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modify the NFSv4.2 VOP_COPY_FILE_RANGE() client call to return after oneRick Macklem2020-10-011-14/+12
* Clip the "len" argument to vn_generic_copy_file_range() at aRick Macklem2020-10-011-2/+12
* pciconf: print PCIe CTL max read request.Konstantin Belousov2020-09-301-0/+24
* Avoid a dubious assignment to bio_data in aio_qbio().John Baldwin2020-09-301-2/+1
* ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)Emmanuel Vadot2020-09-301-0/+17
* acpi_resource: support multiple IRQsEmmanuel Vadot2020-09-301-14/+6
* cache: push the lock into cache_purge_implMateusz Guzik2020-09-301-9/+2
* gdb(4): Don't escape GDB special characters at application layerConrad Meyer2020-09-301-3/+11
* Continued ipfilter #ifdef cleanup. The r343701 log entry contains aCy Schubert2020-09-301-4/+3
* ipfilter getifname ifdef cleanup.Cy Schubert2020-09-301-28/+1
* Resurrect ipfilter's getifname, replacing the stub with the realCy Schubert2020-09-301-11/+0
* riscv: Panic on PMP errorsKristof Provost2020-09-301-0/+3
* cache: use cache_has_entries where appropriate instead of opencoding itMateusz Guzik2020-09-301-6/+3
* riscv: Define __PCI_REROUTE_INTERRUPTJessica Clarke2020-09-301-0/+2
* Make copy_file_range(2) Linux compatible for overflow of offset + len.Rick Macklem2020-09-301-9/+15
* Makefile.inc1: sysent: allow subordinate sysent targets to run in parallelKyle Evans2020-09-301-0/+4
* Hoist comment on fixup of ld pathBrooks Davis2020-09-291-1/+1
* arm64: set the correct HWCAPMitchell Horne2020-09-291-1/+1
* Prefer --ld-path=/path/to/ld on clang >= 12Brooks Davis2020-09-291-1/+4
* Fallback to software for more GCM and CCM requests.John Baldwin2020-09-291-2/+2
* rtwn: narrow the epoch areaBjoern A. Zeeb2020-09-291-6/+12
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-2911-31/+39
* Updates to chroot(2) docsWarner Losh2020-09-291-2/+9
* Standalone SX shimsWarner Losh2020-09-291-0/+22
* kldconfig(8): Add EXAMPLES to the man pageFernando ApesteguĂ­a2020-09-291-4/+66
* Implement some time variables from kernelWarner Losh2020-09-292-0/+38
* o Rename acpi_iommu_get_dma_tag() -> iommu_get_dma_tag().Ruslan Bukin2020-09-295-7/+13
* ZFS: Fix a logic bug in the FreeBSD getpages VOPMark Johnston2020-09-291-2/+4
* Build debug kernels with -O2.Edward Tomasz Napierala2020-09-291-15/+4
* Use the 'traced' variable instead of comparing p->p_flag again.Edward Tomasz Napierala2020-09-291-1/+1
* Bump manual page date after 366243Mateusz Piotrowski2020-09-291-3/+3
* Improve the input validation and processing of cookies.Michael Tuexen2020-09-292-16/+14
* cxgbe(4): Avoid unnecessary work in the firmware during netmap tx.Navdeep Parhar2020-09-291-0/+16
* Remove duplicate line.Navdeep Parhar2020-09-291-3/+0
* cxgbe(4): adjust the doorbell threshold for netmap freelists to match theNavdeep Parhar2020-09-292-1/+5
* cxgbe(4): display an error message when netmap cannot be enabled becauseNavdeep Parhar2020-09-291-1/+4
* Document the fact (bug?) that the -a option will normally processGreg Lehey2020-09-291-2/+17
* cxgbe(4): fixes for netmap operation with only some queues active.Navdeep Parhar2020-09-291-77/+201
* procstat: Fix regression after 365880.Konstantin Belousov2020-09-291-8/+7
* Address whitespace nits in subr_rtc.cKyle Evans2020-09-281-2/+2
* add SIOCGIFDATA ioctlEd Maste2020-09-283-2/+16
* For mulitcons boot, report it and which console is primaryWarner Losh2020-09-281-1/+9
* Report the kernel console on the boot screenWarner Losh2020-09-282-0/+45
* Minor cleanup.Michael Tuexen2020-09-281-1/+1
* Fix booting arm64 EFI with LINUX_BOOT_ABI enabled.Michal Meloun2020-09-281-7/+6
* Speciy the dev in an easily changed variableWarner Losh2020-09-281-14/+12
* Fix video on PCI heuristicWarner Losh2020-09-281-2/+4
* Use %ju and cast to (uintmax_t) to avoid using PRI* macros.Xin LI2020-09-281-2/+2
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-2714-29/+42
* Misc compiler warning fixes in lib/libcAlan Somers2020-09-277-17/+36