summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ukbd(4): Push LED events in ioctl handler rather than in xfer callbackVladimir Kondratyev2020-12-241-5/+5
* ukbd(4): Do not serialize evdev key eventsVladimir Kondratyev2020-12-241-3/+6
* Add support for USB-C and TB3 Gen2 to if_ure(4).Hans Petter Selasky2020-12-242-0/+4
* version bump for commit 665b1365fe8e24d618d63b0d57b0b4ad39e97824Rick Macklem2020-12-231-1/+1
* wmt(4): Use sys/param.h macroses to work with bit fieldsVladimir Kondratyev2020-12-231-23/+23
* wmt(4): Refactor 'Contact Count Maximum' parsingVladimir Kondratyev2020-12-231-29/+18
* wmt(4): Add support for hardware timestamp reportingVladimir Kondratyev2020-12-231-3/+42
* wmt(4): Add support for touchpadsVladimir Kondratyev2020-12-231-15/+184
* wmt(4): Fetch and parse HID report descriptor only one timeVladimir Kondratyev2020-12-231-71/+39
* wmt(4): Add support for hybrid modeVladimir Kondratyev2020-12-231-13/+40
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-239-14/+71
* [if_dwc] add support for multi-descriptor packets in TX pathOleksandr Tymoshenko2020-12-232-43/+116
* gdb(4) fix x86 signal reportingMitchell Horne2020-12-232-30/+24
* gdb(4): allow bulk write of registersMitchell Horne2020-12-231-2/+16
* gdb(4): handle single register read packetsMitchell Horne2020-12-231-0/+11
* Remove bvmconsole and bvmdebug.Robert Wing2020-12-244-355/+0
* Improve input validation for parameters in ASCONF and ASCONF-ACK chunksMichael Tuexen2020-12-231-2/+2
* qatfw: Fix firmware autoloading for qat_c2xxx devicesMark Johnston2020-12-231-2/+2
* rtsock: Avoid copying uninitialized padding bytesMark Johnston2020-12-231-12/+18
* md: Fix a read-after-free in BIO_GETATTR handlingMark Johnston2020-12-231-33/+32
* ffs: Avoid out-of-bounds accesses in the fs_active bitmapMark Johnston2020-12-231-2/+2
* AIO: remove the kaiocb->bio linkageAlan Somers2020-12-232-33/+26
* Move the literal pool to the end of asm functionsAndrew Turner2020-12-231-1/+1
* Mark all arm64 locore functions with ENTRY/LENTRYAndrew Turner2020-12-231-13/+20
* Add LENTRY and LEND to arm64Andrew Turner2020-12-231-3/+6
* Use the new PAGE_SIZE_4K in the GICv3 driverAndrew Turner2020-12-231-2/+2
* Rename the arm64 4k PAGE_* macrosAndrew Turner2020-12-231-3/+7
* Stop redefining PAGE_SHIFT in virtio-mmioAndrew Turner2020-12-231-2/+0
* More the arm64 early page tables and stack to .bssAndrew Turner2020-12-232-6/+13
* pf: Use counter(9) for pf_state byte/packet trackingKristof Provost2020-12-234-14/+47
* pf: Fix unaligned checksum updatesKristof Provost2020-12-233-20/+90
* No need to stop XHCI endpoints in disabled state.Hans Petter Selasky2020-12-231-0/+2
* Remove not needed variable initialization.Hans Petter Selasky2020-12-231-2/+2
* x86: stop punishing VMs with low priority for TSC timecounterKonstantin Belousov2020-12-231-1/+1
* vxlan: stop checking CSUM_ENCAP_VXLAN when converting inner CSUM flags into n...Konstantin Belousov2020-12-231-2/+1
* psm(4): Always initialize Synaptics touchpad report range with defaultsVladimir Kondratyev2020-12-231-14/+9
* acpi_wmi(4): Allow attachment to ACPI node if EC is not foundVladimir Kondratyev2020-12-231-1/+3
* cyapa(4): Add support for evdev protocolVladimir Kondratyev2020-12-232-1/+91
* cyapa(4): Make button detection matching ChromeOS driverVladimir Kondratyev2020-12-231-4/+5
* Improve address generation in the early arm64 bootAndrew Turner2020-12-231-11/+22
* cache: fix up cache_hold_vnode commentMateusz Guzik2020-12-231-3/+2
* netgraph: Fix ng_ether's shutdown handingMark Johnston2020-12-232-10/+7
* newvers.sh: fix sense of git dirty checkEd Maste2020-12-231-1/+1
* Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domainAndrew Gallatin2020-12-196-34/+134
* Optionally bind ktls threads to NUMA domainsAndrew Gallatin2020-12-191-3/+39
* Ensure a minimum packet length before creating a mbuf in if_ure.Hans Petter Selasky2020-12-191-1/+1
* Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reve...Hans Petter Selasky2020-12-191-9/+9
* kern: cpuset: allow jails to modify child jails' rootsKyle Evans2020-12-191-5/+20
* usb: Replace ITUNERNET vendor with MICROCHIP and improve product namesJessica Clarke2020-12-182-6/+6
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-185-6/+15