summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-06-15Split out the T_PAGEFLT handling into its own function, pageflttrap().Philip Guenther
2018-06-15Reorder trapframe/intrframe to put %ebp next to %eip and make itAlexander Bluhm
2018-06-15Remove the witness_skipspin setting to simplify the code.Visa Hankala
2018-06-15Simplify #ifdefs. The kernel_lock symbol is no longer needed whenVisa Hankala
2018-06-15Fix the lock order problem found by witness. Release the lock forYASUOKA Masahiko
2018-06-15Use IPL_MPFLOOR for ipmi mutex to prevent a interrupt which requiresYASUOKA Masahiko
2018-06-15kevent: don't reject timeouts greater than 100 million secondscheloha
2018-06-14Put the .openbsd.randomdata.retguard input section at the start of thePhilip Guenther
2018-06-14Clear the GPRs when entering the kernel from userspace so thatPhilip Guenther
2018-06-14Grab the FPU lock before calling aesni_encMike Belopuhov
2018-06-14In in_pcballoc() finish the inp initialization before adding it toAlexander Bluhm
2018-06-14Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just callAlexander Bluhm
2018-06-14Make possible to build uniprocessor WITNESS kernels without kernel_lock.Visa Hankala