aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-209570-86/+86
* Fix a memory leak in if_delgroups() introduced in r334118.Mark Johnston2019-12-201-0/+1
* vt: store a pointer to the keyboard instead of indexKyle Evans2019-12-202-47/+24
* Kill off dummy kbd driversKyle Evans2019-12-205-95/+0
* vt: fix post-boot keyboard attachmentKyle Evans2019-12-201-0/+7
* VERSATILEPB: Unbreak after r355796Kyle Evans2019-12-201-2/+0
* Improve input validation for some parameters having a too smallMichael Tuexen2019-12-202-2/+6
* random(4): Fortuna: Enable concurrent generation by default for 13Conrad Meyer2019-12-201-12/+16
* iicoc: fix the build on PCI machinesPhilip Paeps2019-12-201-2/+2
* Print upper 32 bits in devmap table entriesPhilip Paeps2019-12-201-1/+1
* iicoc: add FDT bus attachmentPhilip Paeps2019-12-202-0/+189
* iicoc: split up common core and PCI bus specificsPhilip Paeps2019-12-204-134/+187
* iicoc: minor whitespace and style(9) fixesPhilip Paeps2019-12-201-34/+35
* riscv/sifive: add FU540 SPI controller driverPhilip Paeps2019-12-202-0/+404
* riscv/sifive: add SiFive FU540 PRCI driverPhilip Paeps2019-12-203-0/+274
* [PowerPC] Only move linker sets to .data on ELFv1Brandon Bergren2019-12-191-1/+4
* Fix SIGINFO stack collection to ignore threads with swapped-out stacks.Mark Johnston2019-12-191-2/+3
* Fix a bug in r355784. I missed a sched_add() call that needed to reacquireJeff Roberson2019-12-191-1/+1
* localeconv: correct grouping and mon_grouping per C/POSIXEd Maste2019-12-191-1/+1
* Including <sys/tmpfs.h> into non-kernel software leads to aDoug Moore2019-12-191-2/+1
* Trim a spurious carriage return from the RFB signature string added in r355301.John Baldwin2019-12-191-1/+1
* ipfw: Don't rollback state in alloc_table_vidx() if atomicity is not required.Alexander V. Chernikov2019-12-193-12/+20
* Revert r355908 to commit it with a proper message.Alexander V. Chernikov2019-12-193-20/+12
* svn-commit.tmpAlexander V. Chernikov2019-12-193-12/+20
* Stop speculation past an eret instructionAndrew Turner2019-12-193-5/+17
* Tweaks for DIRDEPS_BUILDSimon J. Gerraty2019-12-193-3/+5
* Remove VMware MSI-X from the PCI blacklist.Mark Peek2019-12-181-7/+0
* Remove useless code from in6_rmx.cAlexander V. Chernikov2019-12-182-65/+0
* vnic: Relax PHY node matching after r336281.Mark Johnston2019-12-181-4/+7
* cxgbe(4): check if the firmware supports FW_RI_FR_NSMR_TPTE_WR workNavdeep Parhar2019-12-181-0/+8
* oce: Tighten input validation in the SIOCGI2C handler.Mark Johnston2019-12-181-9/+8
* Add missing "ereport." prefixes of ZFS events.Alexander Motin2019-12-181-9/+9
* When pmap_enter_{l2,pde}() are called to create a kernel mapping, they areAlan Cox2019-12-182-165/+206
* Drop a sleepable lock when we plan on sleepingWarner Losh2019-12-181-2/+6
* Leave multicast group before reaping and committing state for bothHans Petter Selasky2019-12-182-14/+14
* Restore important comment in RCU/EPOCH support in FreeBSD after r355784.Hans Petter Selasky2019-12-182-0/+16
* acpi(4): Add _CID to PNP info stringConrad Meyer2019-12-181-2/+5
* bcm2835_vcbus: add legacy compat mappingsKyle Evans2019-12-181-0/+14
* Fix the aflag shift on big-endian platforms after r355672.Mark Johnston2019-12-181-1/+5
* Add support for TLS 1.3 using AES-GCM to the OCF backend for KTLS.John Baldwin2019-12-181-18/+142
* Add a structure for the AAD used in TLS 1.3.John Baldwin2019-12-181-2/+12
* Bump Dd for changes in r355866.John Baldwin2019-12-182-2/+2
* arm: add SOC_BRCM_BCM2837 option, include it in GENERICKyle Evans2019-12-173-2/+4
* Update the crypto(4) and crypto(9) manpages.John Baldwin2019-12-172-123/+169
* Revert r355833Warner Losh2019-12-171-8/+11
* an(4): Require privileges for all SIOCGAIRONET requests.Mark Johnston2019-12-171-8/+15
* Temporarily skip failing sys.geom.class.multipath.failloop.failloop on i386 CILi-Wen Hsu2019-12-171-0/+5
* Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2cIan Lepore2019-12-172-2/+0
* This commit is a bit of a re-arrange of deck chairs. ItRandall Stewart2019-12-179-75/+187
* Update owc_gpiobus (one-wire over gpio) to the modern gpio_pin interface.Ian Lepore2019-12-171-105/+88