aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* u3g: Add support Quectel EM12-G modem.Alexander V. Chernikov2022-03-283-0/+4
* ifconfig: remove debug printf introduced in 779fd0534466Alexander V. Chernikov2022-03-281-1/+0
* ifconfig: improve vlan options parsingAlexander V. Chernikov2022-03-281-7/+14
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-03-286-15/+29
* linux: fix linux_recvmsg() MSG_PEEK flag handlingAlexander V. Chernikov2022-03-281-0/+6
* routing: Add unified level-based logging support for the routing subsystem.Alexander V. Chernikov2022-03-286-51/+292
* nhops: split nh_family into nh_upper_family and nh_neigh_family.Alexander V. Chernikov2022-03-283-13/+55
* [lltable] Add per-family lltable getters.Alexander V. Chernikov2022-03-284-8/+44
* netstat: fix nhop prepend printing.Alexander V. Chernikov2022-03-281-2/+4
* tcp: virtualise net.inet.tcp.msl sysctl.Alexander V. Chernikov2022-03-284-7/+9
* Merge LLVM commit c03fdd340356 to fix lang/rust on powerpcPiotr Kubaj2022-03-281-2/+3
* vfs: add missing bits to vdropl_implMateusz Guzik2022-03-271-0/+6
* vfs: [2/2] fix stalls in vnode reclaim by only counting attemptsMateusz Guzik2022-03-251-2/+23
* vfs: [1/2] fix stalls in vnode reclaim by not requeieing from vnlruMateusz Guzik2022-03-251-10/+45
* rtsx: Call rtsx_init() on resume.hlh-restart2022-03-241-1/+3
* Allow kern.ipc.maxsockets to be set to current value without errorAllan Jude2022-03-241-1/+1
* hdac: Handle interrupts racing with device suspendMark Johnston2022-03-241-3/+3
* 13.1: update to BETA3Glen Barber2022-03-241-1/+1
* zfskeys: Support autoloading of keys stored on ZFSMateusz Piotrowski2022-03-231-0/+12
* Make the arm64 get_pcpu a function againAndrew Turner2022-03-231-1/+8
* vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné2022-03-232-2/+9
* Bump version.Gordon Tetlow2022-03-221-1/+1
* contrib/tzdata: import tzdata 2022aPhilip Paeps2022-03-2221-580/+1335
* Update leap-seconds to leap-seconds.3676924800Xin LI2022-03-221-4/+4
* 13.1: Enable REPRODUCIBLE_BUILD by defaultGlen Barber2022-03-211-2/+2
* if_epair: build fixKristof Provost2022-03-201-5/+5
* virtio_random(8): MFC: avoid deadlock at shutdown time (regression fix)Eugene Grosbein2022-03-191-0/+35
* WITHOUT_BOOT build option appears to include stand, failing on libsaToomas Soome2022-03-181-0/+3
* OpenSSL: Merge OpenSSL 1.1.1nJung-uk Kim2022-03-18577-686/+960
* Build compiler-rt against libunwind, not libcxxrtDimitry Andric2022-03-171-1/+1
* Remove compat hacks from libcxxrt's _Unwind_ExceptionDimitry Andric2022-03-173-28/+13
* LinuxKPI: Add comment describing proper use of the on_each_cpu() function.Hans Petter Selasky2022-03-171-0/+12
* lindebugfs: Make single_release() NULL safe.Hans Petter Selasky2022-03-171-1/+7
* lindebugfs: The Linux file operations use negative return values in the kernel.Hans Petter Selasky2022-03-171-2/+2
* lindebugfs: Zero the linux_file structure before use.Hans Petter Selasky2022-03-171-2/+1
* newfs(8): Fix a bug in initialization of sblock.fs_maxbsize .Wuyang Chung2022-03-171-1/+1
* usbtest: Fix issue when multiple devices are sharing same USB vendor and prod...Hans Petter Selasky2022-03-175-81/+92
* xhci(4): Add quirk for "Fresco Logic FL1009 USB3.0 xHCI Controller".Hans Petter Selasky2022-03-171-0/+1
* xhci(4): Add quirk for "TUSB73x0 USB3.0 xHCI Controller".Hans Petter Selasky2022-03-173-4/+19
* Make sure the avr32dci_odevd structure is used.Hans Petter Selasky2022-03-171-0/+6
* Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky2022-03-1712-452/+142
* Make sure the XHCI driver obeys the isochronous scheduling threshold valueHans Petter Selasky2022-03-172-1/+13
* Let the xhci_hw_root structure span exactly XHCI_PAGE_SIZE bytes by increasingHans Petter Selasky2022-03-171-1/+3
* ibcore: Fix multiple includes of same header file.Hans Petter Selasky2022-03-171-1/+0
* usb(4): Factor out the usb_check_request() function.Hans Petter Selasky2022-03-173-52/+57
* 13.1: update to BETA2Glen Barber2022-03-171-1/+1
* if_epair: fix race condition on multi-core systemsMichael Gmelin2022-03-161-6/+11
* Ensure that fsck(8) / fsck_ffs(8) produces the correct exit code for missing ...Kirk McKusick2022-03-161-4/+1
* Fix a bug in BN_mod_sqrt() that can cause it to loop forever.Gordon Tetlow2022-03-152-14/+31
* Add support for getting early entropy from UEFIColin Percival2022-03-146-1/+114