summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-06-14In soclose() and soaccept() convert the KASSERT(SS_NOFDREF) backAlexander Bluhm
2018-06-14Use mbuf (not cluster) always for t_template of tcpcb.YASUOKA Masahiko
2018-06-14In dounlinkat() only perform the check for a mounted directory whenTodd C. Miller
2018-06-13alltraps was branching multiple times on whether the trap was from kernelPhilip Guenther
2018-06-13Make the VFS layer responsible for preventing the deletionVisa Hankala
2018-06-13Make octeon kernels compile with DEBUG.Visa Hankala
2018-06-12Enable on i.MX6SX and i.MX7.Mark Kettenis
2018-06-12Add a bunch of i.MX7 clocks.Mark Kettenis
2018-06-12Don't panic on I/O to unregistered regionspaces. Needed to unbreak the GPDMike Larkin
2018-06-12axen(4): Identify the owner of some chatty printfsMike Larkin