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