summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-06-22Save and restore the relevant FPU state on armv7.Mark Kettenis
2018-06-22tweak commentVisa Hankala
2018-06-22Finish the last missing piece for the i386 meltdown fix:Alexander Bluhm
2018-06-22vmm(4): Be more careful when tearing down VMs, to avoid a possible raceMike Larkin
2018-06-21Don't timeout on fb_queue(9). The current process will blockhelg
2018-06-21Drop redundant "node == parent node" checks from VOP_RMDIR()Visa Hankala
2018-06-21Use atomic operations for updating cred structure reference countsVisa Hankala
2018-06-21don't let the retguard skip region exceed the space we have reserved forMike Larkin
2018-06-21Grab the KERNEL_LOCK() rather than asserting that it is held.Martin Pieuchot
2018-06-21Save and restore retguard area during hibernate unpack. This copies theMike Larkin
2018-06-21Add missing comma. This fixes compilation if we enable VMM_DEBUG macro.Kevin Lo
2018-06-20On newer AMD parts, use CoreId (EBX) and NodeId (ECX) from cpuid 0x8000001eStuart Henderson
2018-06-20Fix formatting.helg
2018-06-20regenMartin Pieuchot
2018-06-20Unlock sendmsg(2) and sendto(2).Martin Pieuchot
2018-06-20Grab and/or assert for the KERNEL_LOCK() in in ktrace & pledge.Martin Pieuchot
2018-06-20Use the socket lock rather than the KERNEL_LOCK() in pfkey_sendup().Martin Pieuchot
2018-06-20drm/i915: Disable LVDS on Radiant P845Jonathan Gray
2018-06-19Rename some unused fields in struct uvmexp toKenneth R Westerback
2018-06-19SMT (Simultanious Multi Threading) implementations typically shareMark Kettenis
2018-06-19Changes the default mount behaviour so only the user that mounts thehelg
2018-06-19Send the calling thread id, effective uid and gid, and umask to thehelg
2018-06-19Add support for SAS3.5 controllers. This involves reorderingJonathan Matthew
2018-06-18Remove the MAKE_FRAME macro to trace over ioapic interrupts in ddb.Alexander Bluhm
2018-06-18Add an HP LD220 pole displayMike Belopuhov
2018-06-18regenMike Belopuhov
2018-06-18Add an HP LD220 pole displayMike Belopuhov
2018-06-18"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"Kenneth R Westerback
2018-06-18Run the code to handle interrupts directly from the interrupt handlerMark Kettenis
2018-06-18Improve indentation and variable naming.Visa Hankala
2018-06-18Fix build with DEBUG_PCI_CONF.Visa Hankala
2018-06-18Do not allow to change the rdomain of the default loopback interface.Martin Pieuchot
2018-06-18Allow write for non-regular files when file system is mounted read-only.helg
2018-06-18chmod(2) should return EFTYPE if the effective user ID is not thehelg
2018-06-18Refactor the six ways to find TCP options into one new function. As a result:Richard Procter
2018-06-18Put file descriptors on shared data structures when they are completelyMartin Pieuchot
2018-06-18Align the end of the retguard area on a page boundary and provide symbolsPhilip Guenther
2018-06-17Use regmapMark Kettenis
2018-06-17Resetting fec(4) also resets the MII control register. Since wePatrick Wildt
2018-06-17Add curly braces to the if-condition to make sure the bus widthPatrick Wildt
2018-06-17Add another missing clock for i.MX7D. This particular clock lives on theMark Kettenis
2018-06-17Move kqueue related fields from struct filedesc to struct kqueue. Solves a panicanton
2018-06-16regenJonathan Matthew
2018-06-16add SAS3.5 megaraids in SAS HBA modeJonathan Matthew
2018-06-16Introduce "wroute" promise.Florian Obser
2018-06-16Fix some i.MX7D clocks.Mark Kettenis
2018-06-16Enable imxrtc(4).Mark Kettenis
2018-06-16Add imxrtc(4), a driver for the "secure" RTC in the Low Power Domain of theMark Kettenis
2018-06-16base and ports are now clean of TIOCSTI uses. The #define can now be removed.Theo de Raadt
2018-06-16Oops, turned on forceukbd during testing of eager FPU work and it slippedPhilip Guenther