summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-17Implement GenericSerialBus OpRegion support.Mark Kettenis
2018-05-17Let hvn_iff handle promisc mode activationMike Belopuhov
2018-05-17Pass size argument to free(9).helg
2018-05-17Move the handling of SIOCIFGCLONERS out of the NET_RLOCK(). The globalTheo Buehler
2018-05-17Implement LoadTable().Mark Kettenis
2018-05-17Make VMM_DEBUG kernels compile again; ok mlarkinMike Belopuhov
2018-05-17Recent Broadcom chipsets have a dedicated PMU core and it can't bePatrick Wildt
2018-05-17Fix iLO/IPMI remote access problem. At least for bge(4) network portYASUOKA Masahiko
2018-05-17regenMike Larkin
2018-05-17pci devices found on dell precision 7520Mike Larkin
2018-05-16regenMark Kettenis
2018-05-16Add a few Intel C620 PCH entries.Mark Kettenis
2018-05-16Fix misleading indentation.Visa Hankala
2018-05-16Print stack traces on lock order conflict.Visa Hankala
2018-05-16Add kern.witnesswatch sysctl for controlling witness(4). By default,Visa Hankala
2018-05-16After having finished transmitting the last mbuf, don't just return toPatrick Wildt
2018-05-16Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)Patrick Wildt
2018-05-16Add glue for the USB3 controller on the i.MX8MQ SoC.Patrick Wildt
2018-05-16Fix kernel builds without IPSEC.Reyk Floeter
2018-05-16Correct order of free(9) in an error case.Patrick Wildt
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg
2018-05-16Correct shortcomings in imxiic(4) that occurred during the initialPatrick Wildt
2018-05-16Implement pmap_growkernel(). Bump VM_MAX_KERNEL_ADDRESS now that we noMark Kettenis
2018-05-16Avoid overflow in constraint computation; ok kettenis@ tb@Otto Moerbeek
2018-05-16Implement a BCDC control packet mechanism based on the command requestPatrick Wildt
2018-05-15Implement Rx of multiple frames per interrupt in the iwm(4) driver.Stefan Sperling
2018-05-15Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg
2018-05-15Remove a4x bus space hack.Mark Kettenis
2018-05-15Remove a4x bus space hack.Mark Kettenis
2018-05-15Take NET_LOCK for pppioctl when called via the tty ioctl handlerMike Belopuhov
2018-05-15Grab the KERNEL_LOCK() in pppasyncstart/pppasyncrelinq/pppasyncctlp.Martin Pieuchot
2018-05-14Add support for register shift/io-width to the console code as well.Mark Kettenis
2018-05-14When checking the IPsec enable sysctls, ipsec_common_input() hadAlexander Bluhm
2018-05-14When walking the IPv6 header chain in IPsec output, check that theAlexander Bluhm
2018-05-14Relax the way irqs are assigned. This diff does:Mark Kettenis
2018-05-14Stopping counting and reporting CPU time spent spinning on a lock asMartin Pieuchot
2018-05-14Expose memory barriers to userland.Mark Kettenis
2018-05-14Use a SRP list to protect pfkeyv2 sockets, thus removing the need toMartin Pieuchot
2018-05-14Delete unused/obsolete labelsPhilip Guenther
2018-05-13Fix code which is #ifdef TRAP_SIGDEBUG or DEBUG: wrong variable andPhilip Guenther
2018-05-13Add support for Elantech trackpoints to pms. Extend the list ofUlf Brosziewski
2018-05-13Add bus DMA barriers to ensure the hardware does not see a TRB cycle bitVisa Hankala
2018-05-12Cleanup IPsec common input error handling with consistent goto drop.Alexander Bluhm
2018-05-12Re-apply inadvertantly misplaced r1.127 from kettenis@:Kenneth R Westerback
2018-05-12Make the code a bit easier on the eye by factoring repeated embeddedTheo Buehler
2018-05-12Cleanup IPsec IPComp error handling with consistent goto drop.Alexander Bluhm
2018-05-12Make LACP_STATE_BITS accessible to userlandccardenas
2018-05-11Fix fallout from i386 Meltdown preparation which is using interruptAlexander Bluhm
2018-05-11Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler fromMark Kettenis
2018-05-10TCP debug sockets still had code for old TCP timers that wereAlexander Bluhm