summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 13stable/13Li-Wen Hsu2020-12-241-0/+1
* testaLi-Wen Hsu2020-12-241-0/+1
* 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
* mmap(2): Update .Dd missed in the last commitGuangyuan Yang2020-12-241-1/+1
* mmap(2): Fix a typoGuangyuan Yang2020-12-241-1/+1
* Add support for USB-C and TB3 Gen2 to if_ure(4).Hans Petter Selasky2020-12-242-0/+4
* Sync ippool.8 man page synopsis with reality and the rest of theCy Schubert2020-12-241-3/+3
* 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-232-19/+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-2412-793/+7
* sbin/sysctl: Style fixRyan Moeller2020-12-231-1/+1
* sbin/sysctl: Always honor skip in sysctl_allRyan Moeller2020-12-231-3/+1
* Improve input validation for parameters in ASCONF and ASCONF-ACK chunksMichael Tuexen2020-12-231-2/+2
* UPDATING: Announce git transitionWarner Losh2020-12-231-0/+6
* 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
* make the git commit message template more compactEd Maste2020-12-231-27/+17
* 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
* tools/tools/locale: skip control character widthsYuri Pankov2020-12-232-65/+4
* pf: Use counter(9) for pf_state byte/packet trackingKristof Provost2020-12-234-14/+47
* pf tests: Verify (tcp) checksum modification on unaligned optionsKristof Provost2020-12-233-4/+151
* pf tests: Sort Makefile entriesKristof Provost2020-12-231-10/+10
* 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