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