aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pmap: Move the SLB spill handlers to a better placeJustin Hibbits2019-06-083-87/+92
* powerpc/aim: Use nitems() for calculating size of phys_avail in AIM pmapsJustin Hibbits2019-06-082-2/+2
* Fix debug trace after removal of pdu_overhead.John Baldwin2019-06-071-2/+2
* Fix comparison signedness in arc_is_overflowing().Alexander Motin2019-06-071-2/+2
* Explicitly start ARC adjustment on limits change.Alexander Motin2019-06-071-0/+11
* Fix nda(4) PCIe link status outputChuck Tuffli2019-06-072-11/+22
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-0713-16/+16
* [PPC64] Support QEMU/KVM pseries without hugepagesLeandro Lupori2019-06-074-18/+64
* vmrun: Add a missing close-paren to the usage message.Mark Johnston2019-06-071-1/+1
* bhyve: Add PCIe Integrated Endpoint capabilityChuck Tuffli2019-06-072-6/+20
* Keep the shadow PCIR_COMMAND synced with the real one for pass through.John Baldwin2019-06-073-25/+51
* Enable memory and I/O decoding in PCI devices on demand.John Baldwin2019-06-071-3/+9
* Add a basic clang-format configuration fileAlex Richardson2019-06-072-0/+78
* Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron2019-06-073-11/+21
* Use underscores for internal variable name to avoid conflicts.Andrey V. Elsukov2019-06-071-8/+8
* Restore ARC MFU/MRU pressureAndriy Gapon2019-06-071-14/+16
* cxgbe(4): Rename the DDP sysctl to rx_zcopy to match the tx_zcopy sysctlNavdeep Parhar2019-06-071-2/+4
* Allow fail points to have separate declarations, definitions, and evalsRyan Libby2019-06-072-12/+40
* Rework the reporting of the priority.Warner Losh2019-06-071-55/+34
* preen should work independently with alwaysyes and alwaysno.Xin LI2019-06-071-3/+2
* Remove left-over status variablesWarner Losh2019-06-072-2/+0
* Allow UMA hash tables to expand faster then 2x in 20 seconds.Alexander Motin2019-06-061-12/+10
* Fix when NOFAT is definedWarner Losh2019-06-061-2/+3
* Do not overwrite the RGMII bits in the CPU port register of Switch.Luiz Otavio O Souza2019-06-062-2/+5
* Move llvm-ranlib to appropriate location in OptionalObsoleteFiles.inc.Jung-uk Kim2019-06-061-1/+1
* Use simple malloc/free instead of dropping down to the UEFIWarner Losh2019-06-062-18/+16
* Zero the GPIO regulator pins memory.Luiz Otavio O Souza2019-06-061-1/+1
* nvdimm: Provide nvdimm location informationD Scott Phillips2019-06-061-0/+19
* Restore the comment removed in r348745.Mark Johnston2019-06-061-0/+4
* The means of finding ranges of free pages was changed forDoug Moore2019-06-061-67/+90
* loader: disk_open() should honor D_PARTNONEToomas Soome2019-06-061-8/+16
* Add sysctls for uma_kmem_{limit,total}.Mark Johnston2019-06-061-1/+8
* Remove the volatile qualifer from uma_kmem_total.Mark Johnston2019-06-061-3/+3
* Conditionalize an in_epoch() call on INVARIANTS.Mark Johnston2019-06-061-4/+2
* Make the linuxkpi's alloc_pages() consistently return wired pages.Mark Johnston2019-06-062-6/+24
* Fix a race between fasttrap and the user breakpoint handler.Mark Johnston2019-06-063-31/+59
* For armv6 and armv7, build hwpmc_armv7.c as well as the base hwpmc_arm.c.Ian Lepore2019-06-061-0/+4
* Don't refer to the cpu variable in a KASSERT before initializing it.Ian Lepore2019-06-061-1/+1
* Add a testing facility to manually reclaim a vnodeAlan Somers2019-06-061-0/+88
* Add myself (arrowd) to calendar.freebsd.Gleb Popov2019-06-061-0/+1
* Add my birthday to calendarMateusz Piotrowski2019-06-061-0/+1
* r347382 added receiver side DSACK support for the TCP base stack.Michael Tuexen2019-06-061-3/+34
* Don't make the efifat thing if NOFAT is defined.Warner Losh2019-06-061-0/+4
* Whitespace adjustment.Cy Schubert2019-06-061-1/+1
* zpool.8: the comment property is not read-onlyAllan Jude2019-06-061-4/+0
* Use parse_integer to avoid sign extension.John Baldwin2019-06-051-6/+3
* tail: disable capsicum in rescue modeMariusz Zaborski2019-06-051-1/+1
* tail: fix style nit introduced in the r348708Mariusz Zaborski2019-06-051-1/+0
* geli: build warning fixesMariusz Zaborski2019-06-054-7/+7
* tail: capsicumizeMariusz Zaborski2019-06-052-2/+30