aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* oce: Disallow the passthrough ioctl for unprivileged users.Mark Johnston2019-12-232-0/+4
* powerpc: repeat of r356044Kyle Evans2019-12-231-1/+1
* terasic_mtl: kill off final dummy keyboard driverKyle Evans2019-12-231-16/+0
* sc: fix arm/mips/sparc64 MD bitsKyle Evans2019-12-233-3/+3
* syscons: drop keyboard index from softcKyle Evans2019-12-233-28/+25
* Make pass(4) handle misaligned buffers of MAXPHYS size.Alexander Motin2019-12-231-10/+10
* Fix undefined behavior: left-shifting into the sign bit.Konstantin Belousov2019-12-232-2/+2
* Do not use waitable allocation of pbuf when creating cluster for write.Konstantin Belousov2019-12-231-2/+1
* Compile uart_cpu_acpi.c, added in r348195, into uart.ko.Mark Johnston2019-12-221-1/+2
* lagg: Clean up handling of the rr_limit option.Mark Johnston2019-12-222-25/+28
* Fix typo using RB_INITIALIZER.Doug Moore2019-12-221-1/+1
* Fix a bug introduced in r356002. Prior versions of this patchset hadJeff Roberson2019-12-221-0/+2
* Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson2019-12-2212-94/+106
* Add vmgenc(4) driver for ACPI VM generation counterConrad Meyer2019-12-223-0/+288
* Move vm_fault busy logic into its own function for clarity and re-use byJeff Roberson2019-12-221-35/+36
* Micro-optimize the control flow in _pmap_unwire_ptp(), and eliminateAlan Cox2019-12-211-3/+2
* MFV r353141 (by phillip):Cy Schubert2019-12-211-2/+16
* Fix VPO_UNMANAGED handling in vm_page_reclaim_run() after r353540.Mark Johnston2019-12-211-2/+9
* Don't shift 32-bit value by more than 32 bits.Gleb Popov2019-12-211-1/+1
* powerpc: Only build mpc85xx i2c driver for mpc85xxJustin Hibbits2019-12-211-1/+1
* Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-211-1/+1
* gcc9: quiet Waddress-of-packed-member for kernel buildRyan Libby2019-12-211-0/+3
* gcc: quiet Wattribute for no_sanitize("address")Ryan Libby2019-12-211-2/+6
* random(4): Flip default Fortuna generator over to Chacha20Conrad Meyer2019-12-201-6/+6
* Correct a mistakenly inverted condition in r355833.Alan Cox2019-12-202-2/+2
* Deduplicate code between if_delgroup() and if_delgroups().Mark Johnston2019-12-201-64/+46
* mii(4): Fix ivars leak when the bus device or bus children detach.Mark Johnston2019-12-201-0/+14
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-202-2/+2
* 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
* Including <sys/tmpfs.h> into non-kernel software leads to aDoug Moore2019-12-191-2/+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