summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-16regenMark Kettenis
2017-07-16Update Skylake Graphics IDs.Mark Kettenis
2017-07-15usingacpi might be referenced in apm only code, so adjust #if guardTed Unangst
2017-07-15Get rid of the device reset hack in iwm_newstate_task().Stefan Sperling
2017-07-15Disable the has_audio pipe config check. We don't manage the HDMI/DP audioMark Kettenis
2017-07-15iobus_h is unused, remove it.Visa Hankala
2017-07-14SpacingMike Belopuhov
2017-07-14Reduce the number of CAS loops from ludicrous to ridiculousMike Belopuhov
2017-07-14Silence the interrupt source until the interrupt task has done its jobMike Belopuhov
2017-07-14Support out-of-order TX completion notificationsMike Belopuhov
2017-07-14kernels don't build without MROUTING because ip_var.h only sometimesTed Unangst
2017-07-14The regress test src/regress/sys/kern/siginfo-fault checks whetherAlexander Bluhm
2017-07-14Add some more i2c glue to reduce the diffs to Linux.Mark Kettenis
2017-07-14fix GET_CURPCB on !MULTIPROCESSOR builds.David Gwynne
2017-07-13kill a prototype for a nonexisting function; ok mpi@Christian Weisgerber
2017-07-13Fix multicast reception: use unsigned chars to avoid accidental signChristian Weisgerber
2017-07-13Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel noFlorian Obser
2017-07-13Do not unlock the netlock in the goto out error path before it hasAlexander Bluhm
2017-07-13Set the ipl of pipex pools to IPL_SOFTNET.Martin Pieuchot
2017-07-13Add a driver for the CIB interrupt controller. Certain deviceVisa Hankala
2017-07-13Add a comment explaining why pciide(4) must skip attaching disksMike Belopuhov
2017-07-13Add handling for the third interrupt summary vector,Visa Hankala
2017-07-13Get cpuid from `ci' to avoid an extra function call.Visa Hankala
2017-07-12Add a "Backlight" property to connectors with an associated backlightMark Kettenis
2017-07-12Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctlsFlorian Obser
2017-07-12Tweak txp to avoid ifq_deq_begin/commit/rollbackMike Belopuhov
2017-07-12Reshuffle vic_start and get rid of the dequeue begin/rollback/commit danceMike Belopuhov
2017-07-12Use a 32 bit variable to detect integer overflow when searching forAlexander Bluhm
2017-07-12Prefer paravirtualized interface for IDE disks as wellMike Belopuhov
2017-07-12Introduce two quirks to prevent attaching ATA and ATAPI devicesMike Belopuhov
2017-07-12Reorganize separate configuration fields into per-CPU structsVisa Hankala
2017-07-12Invalidate read-ahead buffers when read shortMike Belopuhov
2017-07-12Kill 'rwlock' forward declaration, this should have been removed withMartin Pieuchot
2017-07-12Do not call fo_ioctl() in syscall that do, or will, take the socketMartin Pieuchot
2017-07-12Compute the level of contention only once.Visa Hankala
2017-07-12When there is no contention on a pool cache lock, lower the numberVisa Hankala
2017-07-12remove CPU_LIDSUSPEND/machdep.lidsuspendMartin Natano
2017-07-12Make max memory for VMs equal to MAXDSIZ to avoid failing later duringMike Larkin
2017-07-11Purging is at last at hand. Day of Doom is here. All that is evilFlorian Obser
2017-07-10make malloc(9) mpsafe by using a mutex instead of splvm.David Gwynne
2017-07-10Keep refusing SDIO initialization. The driver cannot work properlyVisa Hankala
2017-07-10Replace codepatch nopsleds with trapsleds.mortimer
2017-07-08Remove duplicate typedesf that are now provided by linux_types.h.Mark Kettenis
2017-07-08Enable slaacd on the installer and temporarily neuter routerFlorian Obser
2017-07-08- For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waitingKevin Lo
2017-07-08Revert grabbing the socket lock in kqueue filters.Martin Pieuchot
2017-07-07You win some, you los some. The Linux 4.4 code is still sub-standard butMark Kettenis
2017-07-07Add logic for running SD commands. Tested with a few different makesVisa Hankala
2017-07-07Fix function name in panic message.Visa Hankala