summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-21Fix a pasto in a comment.Mark Kettenis
2016-08-21There are three callers of update_vattr(). Two of them don't use theMartin Natano
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-21Remove the remains of a workaround to get GIC ranges for exynos.Jonathan Gray
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Argh, commit from the wrong tree. Revert previous commit.Mark Kettenis
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Enable sximmc(4).Mark Kettenis
2016-08-20Increase MSGBUFSIZE to 8 pages.Mark Kettenis
2016-08-20Various improvements to make this work better.Mark Kettenis
2016-08-20Add some code to set the SD/MMC clocks.Mark Kettenis
2016-08-20Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takesMark Kettenis
2016-08-20Format string fixes in debug code: need %llx to print 64 bit valuesStefan Kempf
2016-08-20Replace bcmmuart(4) with com(4).Mark Kettenis
2016-08-20Remove obsolete sxiuart(4) header.Patrick Wildt
2016-08-20sxiuart(4) has been replaced with com(4).Patrick Wildt
2016-08-20Correctly enter a mapping as writable if no "page modified" emulationMark Kettenis
2016-08-20Figuring out the clock frequency used for a com(4) device on armv7 is hard.Mark Kettenis
2016-08-20Push 'field changed' guards into 'change field' functions;Richard Procter
2016-08-20Retire pf_translate_ap()Richard Procter
2016-08-19move mem.c to hppa directory like every other arch.Ted Unangst
2016-08-19Make the FSR encoding strings match the ARMv7 ARM.Mark Kettenis
2016-08-19Seems we need to hold the PHY into reset a little bit longer. Without itMark Kettenis
2016-08-19Start using to XN flag to enforce that mappings without PROT_EXEC areMark Kettenis
2016-08-19Mark device memory as execute-never to prevent a speculative instruction fetchMark Kettenis
2016-08-19Map kernel .text read-only.Mark Kettenis
2016-08-19Adjust the definitions of L1_S_COHERENT_v7, L2_L_COHERENT_v7 andMark Kettenis
2016-08-19Use Access Flag to do page reference emulation.Mark Kettenis
2016-08-19Do not seroize a struct needed for RTM_RESOLVE in the hot path.Martin Pieuchot
2016-08-19avoid using an uninitialised variable with zero length iic_exec callsJonathan Gray
2016-08-18Reset the input state completely when wsmouse is (re-)opened.Ulf Brosziewski
2016-08-18uvm_wxcheck() should only abort the process if kern.wxabort is set.Theo de Raadt
2016-08-18Update NVS protocol structure definitions to the 2016 versionMike Belopuhov
2016-08-18add a missing splx in an error pathJonathan Gray
2016-08-18Separate out the Access Flag bit from the Access Permission bits in theMark Kettenis
2016-08-18Clean up style and replace a magic value with a magic defineMike Belopuhov
2016-08-18fix panics caused by replacing m_copym2 with m_dup_pkt.David Gwynne
2016-08-17Sync up monitor trigger groups handling to the upstreamMike Belopuhov
2016-08-17Replace hand rolled atomic bit operations and use MI ones from DRMMike Belopuhov
2016-08-17Fix an mbuf leak and missing error propagation in uipc_usrreq(PRU_SEND)Alexander Bluhm
2016-08-17Nothing from the original Wasabi code remains, so replace the copyrightPatrick Wildt
2016-08-17Remove bogus suspend/resume code from armv7 com(4) attachment driver.Patrick Wildt
2016-08-17Replace sxiuart(4) with the mostly compatible com(4).Patrick Wildt
2016-08-17Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint insteadMark Kettenis
2016-08-17Add support for RT5390 and RT5392 chipsets to the ral(4) driver.Stefan Sperling
2016-08-17Update ral(4) firmware for RT2860 family devices.Stefan Sperling
2016-08-17use a register variable to get at the curcpu pointer in %g7David Gwynne
2016-08-17wpi(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-08-17we have some spare interrupt levels, so move softnet above softclock.David Gwynne