aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup nexthops request flags:Alexander V. Chernikov2020-11-281-2/+1
* Remove now unused armv4 and not-INTRNG files.Michal Meloun2020-11-2816-8157/+7
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-284-0/+12
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-2899-328/+405
* Suspend I/O on ahci-cd devices during a snapshot.John Baldwin2020-11-281-1/+1
* bhyve: Add snapshot support for virtio-rnd.John Baldwin2020-11-282-1/+5
* bhyve: 'xhci,tablet' snapshot fixesJohn Baldwin2020-11-281-10/+11
* kern: cpuset: drop the lock to allocate domainsetsKyle Evans2020-11-281-8/+13
* Convert vmm_ops calls to IFUNCPeter Grehan2020-11-287-173/+230
* addr2line: add label checks when DW_AT_range and DW_AT_low_pc cannot be usedEd Maste2020-11-271-65/+212
* o Move options IOMMU from Debugging section back to the Bus sectionRuslan Bukin2020-11-273-3/+2
* callout(9): Remove some leftover APM BIOS supportMark Johnston2020-11-272-70/+0
* fix casper initialization for setting scripts.Hajimu UMEMOTO2020-11-271-2/+3
* arm: Correctly report the size of FPA registers to GDBMark Johnston2020-11-271-2/+6
* Some code reorganization.Alexander Motin2020-11-278-375/+322
* Make generated C files depend on this MakefileStefan Eßer2020-11-271-4/+4
* Fix bhyve SMBIOS type 19 handling to avoid misreporting total RAM amountRebecca Cran2020-11-271-1/+1
* bhyve: fix smbiostbl.c style issues and add comment about date formatRebecca Cran2020-11-271-2/+3
* Restore break statement lost in r367857.Alexander Motin2020-11-271-0/+1
* libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocsMateusz Piotrowski2020-11-261-3/+3
* Remove stray column.Konstantin Belousov2020-11-261-1/+1
* Style.Konstantin Belousov2020-11-261-18/+18
* arm64: Do not rely on SPCR table to detect acpiEmmanuel Vadot2020-11-261-1/+1
* Update Makefile for new version 3.2.0Stefan Eßer2020-11-261-6/+6
* More cleanup in response queue and reset code.Alexander Motin2020-11-265-284/+111
* ping: add a ping6 hard link for backwards compatibilityAlan Somers2020-11-267-4/+26
* nullfs: provide custom bypass for VOP_READ_PGCACHE().Konstantin Belousov2020-11-261-0/+23
* vn_read_from_obj(): fix handling of doomed vnodes.Konstantin Belousov2020-11-261-3/+3
* More careful handling of the mount failure.Konstantin Belousov2020-11-261-4/+21
* clear_inodedeps: handle ERELOOKUP from ffs_syncvnode().Konstantin Belousov2020-11-261-1/+4
* Make max ticks for pause in vn_lock_pair() adjustable at runtime.Konstantin Belousov2020-11-263-1/+13
* Update to version 3.2.0Stefan Eßer2020-11-26117-23082/+26194
|\
| * Import version 3.2.0vendor/bc/3.2.0Stefan Eßer2020-11-26117-23077/+26190
| * Revert incomplete import of version 3.2.0Stefan Eßer2020-11-2698-21752/+22964
| * Update to version 3.2.0Stefan Eßer2020-11-2698-22964/+21752
* | bsd.lib.mk: Work around build system racinessAlex Richardson2020-11-261-1/+11
* | Add .cfi_{start,end}proc for RISC-V assembly functionsAlex Richardson2020-11-261-2/+2
* | arm: allwinner: a23 timer functions are only used for arm64Emmanuel Vadot2020-11-261-0/+8
* | arm: tegra: Remove unused variableEmmanuel Vadot2020-11-261-1/+0
* | arm: mv: Remove unused codeEmmanuel Vadot2020-11-261-91/+0
* | arm: ti: Remove unused function ti_first_gpio_bankEmmanuel Vadot2020-11-261-16/+0
* | sdhci: mmccam: Update vccq in the driver iosEmmanuel Vadot2020-11-261-0/+5
* | sdhci: Only print mmccam debug code if hw.sdhci.debug is > 1Emmanuel Vadot2020-11-261-8/+16
* | mmccam: We can't sleep during sdda_add_part so use M_NOWAITEmmanuel Vadot2020-11-261-7/+14
* | Ensure consistent error messages from ifconfig(8).Hans Petter Selasky2020-11-267-10/+19
* | GH Actions: Use pre-installed clang packagesUlrich Spörlein2020-11-262-19/+46
* | Significantly speed up libthr/mutex_test and make more reliableAlex Richardson2020-11-261-15/+100
* | libsysdecode: account for invalid protection flagsPawel Biernacki2020-11-261-1/+1
* | Add support for Fintek F81803 SuperIO chipPoul-Henning Kamp2020-11-262-1/+36
* | thread: staticize thread_reap and move td_allocdomainMateusz Guzik2020-11-262-3/+3