summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-20Stash the syscall number in tf_err so it can be reported by the SPL checkPhilip Guenther
2018-05-20Pass the acpi node corresponding to the i2c device down as the cookie.Mark Kettenis
2018-05-20Wake up the acpi thread after scheduling a gpio event.Mark Kettenis
2018-05-20Prevent race condition if file system is accessed before it ishelg
2018-05-20Implement FBT_FLUSH. This is sent whenever a file descriptor is closed withhelg
2018-05-19As long we have no per socket locking, we must grab either net lockAlexander Bluhm
2018-05-19Fix GenericSerialBus support by parsing ExtendedAccessField correctly.Mark Kettenis
2018-05-19Introduce a tdb_reaper() function to prevent a use-after-free when aMartin Pieuchot
2018-05-19Akin to the PCI attachment driver we can extract the chip's dmesg(8)Patrick Wildt
2018-05-18regenMark Kettenis
2018-05-18Fix entry for Intel CM238 LPC.Mark Kettenis
2018-05-18Revert previous commit; it break reading the RTC on my Cubox-i.Mark Kettenis
2018-05-18After reading the first frame, which we can do in two reads (softwarePatrick Wildt
2018-05-18This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD.Mark Kettenis
2018-05-18Use SCSI_NOSLEEP for management commands issued during attach.Jonathan Matthew
2018-05-18Add bio(4) and sensors for mfii(4), based on code from mfi(4). Most of theJonathan Matthew
2018-05-18Make mfii_mgmt() allocate and release a ccb to simplify the most common useJonathan Matthew
2018-05-18Add DPRINTF/DNPRINTF for debug output as in mfi(4) and convert existingJonathan Matthew
2018-05-18Use passthrough IO rather than MFA for management commands.Jonathan Matthew
2018-05-17The Broadcom FullMAC firmware has a few ways of doing flow control. OnePatrick Wildt
2018-05-17Sprinkle some #ifndef SMALL_KERNEL such that RAMDISK kernels cuild again.Mark Kettenis
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