Age | Commit message (Expand) | Author |
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 |
2017-07-06 | Our website says that socppc was discontinued after 5.8 (thanks to | Ingo Schwarze |
2017-07-06 | Delete cross references to boot_landisk(8). | Ingo Schwarze |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-06 | Remove bogus arguments from a printf in the bootloader. | Mike Larkin |
2017-07-06 | sync the list of pci devices which don't require aperture | Jonathan Gray |
2017-07-06 | Disassociate PA load address of the kernel from VA, such that PA isn't | Theo de Raadt |
2017-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
2017-07-06 | 0xcc-fill a few more alignments. Not because these ones matter particularily, | Theo de Raadt |
2017-07-06 | remove an unneeded .align and .code32 | Mike Larkin |
2017-07-05 | Fix native/raw backlight support in inteldrm(4). | Mark Kettenis |
2017-07-05 | Enable NFSCLIENT to let installation over NFS work. | Visa Hankala |
2017-07-05 | Fix RAMDISK build. | Visa Hankala |
2017-07-05 | regen | Mark Kettenis |
2017-07-05 | Add Intel Braswell Sensor Hub device. | Mark Kettenis |
2017-07-05 | Convert pf tagname malloc(9) into pool_get(9) to make it MP safe. | Alexander Bluhm |
2017-07-05 | The IP in IP input function strips the outer header and reinserts | Alexander Bluhm |
2017-07-05 | Comments are lying. | Martin Pieuchot |