summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-17Grant table entries must be disassociated once CCB is completeMike Belopuhov
2017-07-16Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200.Stefan Sperling
2017-07-16Add WITNESS supportPhilip Guenther
2017-07-16Add comments to the definitions of iwm(4) driver-private flags.Stefan Sperling
2017-07-16Clear the framepointer (r3) in switch_trampoline to avoid faults in stack tracePhilip Guenther
2017-07-16Remove the AP from iwm's firmware station table when moving out of AUTH state.Stefan Sperling
2017-07-16Some net80211 state changes are triggered by incoming frames, and it isStefan Sperling
2017-07-16Match /clocks node on Allwinner H5.Mark Kettenis
2017-07-16Explain the multi-touch tracking function.Ulf Brosziewski
2017-07-16Minor changes in the setup.Ulf Brosziewski
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