summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove PCI_IO_WINDOW_OFFSET from the pci host generic fdt attachment.Andrew Turner2020-04-241-4/+1
* ccp: add a new hardware ID, found on AMD Ryzen 3 3200UAndriy Gapon2020-04-241-0/+1
* acpi_video: fix a crash in detach with an LCD outputAndriy Gapon2020-04-241-1/+4
* acpi_iicbus: set device description in the probe methodAndriy Gapon2020-04-241-2/+1
* ig4: ensure that drivers always attach in correct orderAndriy Gapon2020-04-241-1/+2
* sysent: re-roll after 360236 (AUE_CLOSERANGE used)Kyle Evans2020-04-243-3/+3
* close_range(2): use newly assigned AUE_CLOSERANGEKyle Evans2020-04-242-2/+2
* bsm: add AUE_CLOSERANGEKyle Evans2020-04-241-0/+1
* cxgbe/crypto: Fix the key size in a couple of places to catch up withNavdeep Parhar2020-04-231-2/+2
* arm64: rockchip: Fix TSADC on RK3328Emmanuel Vadot2020-04-231-12/+10
* acpi_ec(4): Don't probe erroneously if success occurredConrad Meyer2020-04-231-0/+2
* Make nfslockd depend on xdr.Konstantin Belousov2020-04-231-0/+1
* Convert rtentry field accesses into nhop field accesses.Alexander V. Chernikov2020-04-236-60/+67
* Unbreak LINT-NOINET[6] builds broken in r360191.Alexander V. Chernikov2020-04-231-1/+9
* cxgbe/iw_cxgbe: Create a LinuxKPI pci device for an adapter and use itNavdeep Parhar2020-04-222-2/+9
* Improve input validation when processing AUTH chunks.Michael Tuexen2020-04-221-7/+9
* Fix name of 3DES cipher in deprecation warning.John Baldwin2020-04-221-1/+1
* Make the NFSv4.n client's recovery from NFSERR_BADSESSION RFC5661 conformant.Rick Macklem2020-04-223-32/+103
* Deprecate 3des support in IPsec for FreeBSD 13.John Baldwin2020-04-221-1/+5
* Factor code in LinuxKPI to allow attach and detach using any BSD device.Hans Petter Selasky2020-04-222-14/+50
* Improve input validation when processing AUTH chunks.Michael Tuexen2020-04-221-2/+5
* Convert TOE routing lookups to the new routing KPI.Alexander V. Chernikov2020-04-225-16/+29
* Add genet driver for Raspberry Pi 4B EthernetMike Karels2020-04-225-0/+1905
* revert rS360143 - Correctly set up initial cwndRichard Scheffenegger2020-04-223-18/+17
* Don't pass a user buffer pointer as the data pointer in a CCB.John Baldwin2020-04-211-2/+25
* vmm(4): Decode and emulate BEXTRConrad Meyer2020-04-211-0/+86
* vmm(4): Decode 3-byte VEX-prefixed instructionsConrad Meyer2020-04-212-4/+91
* Don't access a user buffer directly from the kernel.John Baldwin2020-04-211-2/+10
* Retire two unused background fsck sysctls.John Baldwin2020-04-212-186/+3
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-212-3/+5
* Handle PCATCH in blockcount_sleep() so it can be interrupted.Mark Johnston2020-04-212-13/+22
* kevent32: fix the split of data into data1/data2Kyle Evans2020-04-211-1/+1
* Factor out the kmem contig page alloc and reclamation code.Mark Johnston2020-04-211-34/+39
* Minimize conditional compilation for handling of M_EXEC.Mark Johnston2020-04-211-10/+3
* Silence down a warning which should really be a debug message.Edward Tomasz Napierala2020-04-211-1/+1
* Correctly set up the initial TCP congestion windowRichard Scheffenegger2020-04-213-17/+18
* kqueue: fix conversion of timer data to sbintimeKyle Evans2020-04-211-1/+1
* Update comments about IVs used in IPsec ESP.John Baldwin2020-04-201-16/+30
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-2016-165/+35
* Generate IVs directly in esp_output.John Baldwin2020-04-201-4/+4
* Fix kern.evdev.rcpt_mask on powerpcNiclas Zeising2020-04-201-1/+1
* acpi_ec(4): Do not probe "successfully" if an error occurredConrad Meyer2020-04-201-5/+4
* Implement the atomic fetch add unless functions for the LinuxKPI.Hans Petter Selasky2020-04-203-0/+42
* Change kern.evdev.rcpt_mask to 12 by defaultNiclas Zeising2020-04-201-1/+6
* hdac: remove unused macroEd Maste2020-04-201-3/+0
* Handle trashed queue pointers in vm_page_acquire_unlocked().Mark Johnston2020-04-201-1/+1
* Implement aligned LinuxKPI types for u16, u32 and u64.Hans Petter Selasky2020-04-201-0/+4
* Allow test_bit() in the LinuxKPI to accept a const pointer.Hans Petter Selasky2020-04-201-1/+1
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-202-5/+5
* Allow the ERR_CAST() function in the LinuxKPI to take a const void pointer.Hans Petter Selasky2020-04-201-2/+4