summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update in preparation of 13.1-RELEASEupstream/13.1.0release/13.1.0Glen Barber2022-05-111-1/+1
* clockcalib: Fix an overflow bugMark Johnston2022-05-051-1/+1
* Update to RC6Glen Barber2022-05-051-1/+1
* xhci(4): Always add and evaluate the slot context.Hans Petter Selasky2022-05-041-1/+5
* xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.Hans Petter Selasky2022-05-041-2/+9
* 13.1: Update to RC5Glen Barber2022-04-281-1/+1
* xhci(4): Ensure the so-called data toggle gets properly reset.Hans Petter Selasky2022-04-271-4/+23
* Stop using the kmem for PCPU memory on arm64Andrew Turner2022-04-274-39/+18
* if_bnxt: Allow bnxt interfaces to use vlansMisho2022-04-271-3/+3
* 13.1: update to RC4Glen Barber2022-04-211-1/+1
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-192-3/+1
* ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}Mark Johnston2022-04-181-1/+1
* linker: Permit CTFv3 containersMark Johnston2022-04-181-4/+4
* fbt: Add support for CTFv3 containersMark Johnston2022-04-181-78/+231
* ctf: Add definitions for CTFv3Mark Johnston2022-04-181-26/+113
* linker: Simplify CTF container handlingMark Johnston2022-04-181-28/+16
* ctf: Import ctf.h from OpenBSDMark Johnston2022-04-182-360/+214
* isci(4): Remove a double word in an error messageGordon Bergling2022-04-151-1/+1
* 13.1: update to RC3Glen Barber2022-04-141-1/+1
* net: Fix LLE lock leaksMark Johnston2022-04-112-5/+7
* i386: Fix the nodevice apic buildMark Johnston2022-04-111-0/+9
* 13.1: update to RC2Glen Barber2022-04-071-1/+1
* vfs: fixup WANTIOCTLCAPS on openMateusz Guzik2022-04-064-1/+10
* vfs: fix memory leak on lookup with fds with ioctl capsMateusz Guzik2022-04-066-54/+88
* fix integer overflow bugs in *stosbtWarner Losh2022-04-061-3/+3
* mrsas: if controller reset is in progress, refrain from firing DCMDs toChandrakanth Patil2022-04-061-0/+1
* mrsas: remove additional MPT command allocation for R1 FP commandChandrakanth Patil2022-04-061-1/+0
* linuxkpi: move io_mapping_create_wc to .cWarner Losh2022-04-062-11/+14
* linuxkpi: Move lkpi_pcim_iomap_devres_find to .c fileWarner Losh2022-04-062-20/+21
* linuxkpi: Move pci_alloc_irq_vectors to .c fileWarner Losh2022-04-062-36/+38
* linuxkpi: Move pci_request_region and _lkpi_pci_iomap into .cWarner Losh2022-04-062-84/+88
* linuxkpi: Move lkpi_pci_devres_get_alloc into .c fileWarner Losh2022-04-062-15/+17
* linuxkpi: Move cdev_alloc into .c fileWarner Losh2022-04-062-11/+13
* linuxkpi: Move class_create to .c fileWarner Losh2022-04-062-19/+21
* linuxkpi: Move device_create_groups_vargs to linux_compat.cWarner Losh2022-04-062-44/+47
* linuxkpi: move kobject_create to .c fileWarner Losh2022-04-062-13/+15
* linuxkpi: add padding to struct pci_driverWarner Losh2022-04-061-0/+19
* linuxkpi: Restore the KBI for struct pci_driverWarner Losh2022-04-062-7/+10
* Bump newvers.sh for 13.1-RC1 advisoriesEd Maste2022-04-061-1/+1
* netmap: Fix TOCTOU vulnerability in nmreq_copyinVincenzo Maffione2022-04-061-34/+17
* netmap: Fix integer overflow in nmreq_copyinVincenzo Maffione2022-04-061-2/+12
* net80211: validate Mesh ID length in ieee80211_parse_beaconBjoern A. Zeeb2022-04-061-0/+6
* LinuxKPI: 802.11: fix RSSI (and NF)Bjoern A. Zeeb2022-04-052-6/+8
* net80211: correct types for nf and rssiBjoern A. Zeeb2022-04-051-2/+2
* LinuxKPI: 802.11: fix compat code for i386Bjoern A. Zeeb2022-04-052-6/+7
* uart(4): Add a concept of "unique" serial devicesColin Percival2022-04-053-0/+67
* cxgbe: fix enabling lro & rxtimestampsAndrew Gallatin2022-04-041-5/+6
* sys/contrib/zlib: Always define Z_U8 and Z_U4Xin LI2022-04-041-0/+5
* MFV 7b495a2a7abf (zlib): Correct incorrect inputs provided to the CRCXin LI2022-04-041-4/+4
* MFV c144cc54795d: zlib 1.2.12.Xin LI2022-04-0428-2044/+11454