summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-03Correct access to doorbell. In radeondrm this is only present and usedJonathan Gray
2019-04-03Always copy data (if any) whenever a new bounce buffer is available.Alexandre Ratchov
2019-04-03Check for available space before copying data to the bounce buffers.Alexandre Ratchov
2019-04-03Make the uaudio_stream->ubuf_xfer relative to current xfer number.Alexandre Ratchov
2019-04-02disable MSI for AMD Summit Ridge/Raven Ridge HD Audio as workaround for audio...thfr
2019-04-02Restrict which filesystems are available for swap. This rules outVisa Hankala
2019-04-02BOGO_PC is an invalid userland address, which indicates kbind() is nowTheo de Raadt
2019-04-02retguard has now replaced the stack protector on clang architectures,Theo de Raadt
2019-04-02call pf_pkt_addr_changed on inputDavid Gwynne
2019-04-02Fix ddb not to write its history to out of the region. When theYASUOKA Masahiko
2019-04-02clear the BCAST and MCAST mbuf flags for "outgoing" packets.David Gwynne
2019-04-02some mbuf ph_rtableid fixesDavid Gwynne
2019-04-02Move to 6.5 release rathe than -beta. That means "pkg_add -u -Dsnap"Theo de Raadt
2019-04-02Don't detach non-removable devices during resume on "sdhc* at acpi?".Stefan Sperling
2019-04-02vmm(4): Fix some broken event injection code for SVMMike Larkin
2019-04-02vmm(4): Inject #UD on read of MSR_LS_CFG on AMD SVMMike Larkin
2019-04-02Add variable length trap padding between the retguard epilogue and themortimer
2019-04-01Correctly extract the RSSI information from the structure. It'sPatrick Wildt
2019-04-01vmm(4): flush EPT when uvm removes mappings from a nested page tableMike Larkin
2019-04-01vmm(4): Don't advertise support for SSBD and related speculative execMike Larkin
2019-04-01Enable RF_KILL interrupts on resumekn
2019-04-01Fix interrupt handler to set RUNNING flag when RF switch is enabledkn
2019-04-01remove prototype from earlier version of reboot code. spotted by antonTed Unangst
2019-04-01In the upstreamed and official device tree for i.MX8MQ the clocksPatrick Wildt
2019-04-01imxdwusb(4) and imxpd(4) are no longer needed.Patrick Wildt
2019-04-01Add retguard macros to kernel setjmp / longjmp.mortimer
2019-04-01In the upstreamed and official device tree for i.MX8MQ the USB physPatrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the power domains arePatrick Wildt
2019-04-01vmm(4): Don't advertise support for MCE/MCA since we don't implementMike Larkin
2019-04-01compile fix from visaTed Unangst
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-04-01Repair "} if" and make it the intended "} else if", compare the correspondingChristian Weisgerber
2019-04-01repair "} if" from an ancient merge error; ok deraadt@ kn@Christian Weisgerber
2019-04-01deprecate TASKQ_CANTSLEEP since nothing uses it anymoreDavid Gwynne
2019-04-01Enable the full pre-reset code path again, now that we've fixed the causeJonathan Matthew
2019-04-01Don't use a prefetchable mapping for the registers - the controller onlyJonathan Matthew
2019-03-31Unbreak tree by removing the bits that were copied to art.h in r1.18Theo Buehler
2019-03-31Don't try to recover when DMA pointers wrap if the driver isAlexandre Ratchov
2019-03-31Add a more strict rtm_hdrlen size check. Make sure that at leastClaudio Jeker
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
2019-03-31Fix output accounting when bridge(4) is down.Martin Pieuchot
2019-03-31Document that it is safe to dereference `if_softc' when the caller hasMartin Pieuchot
2019-03-31The KERNEL_LOCK() is still what serializes access to bridge(4) data structures.Martin Pieuchot
2019-03-31Move the prototypes of internal lockf functions from <sys/lockf.h>Visa Hankala
2019-03-31AR9287-based usb devices use GPIO pin 10 for LED, not 8.Kevin Lo
2019-03-31Fix comment typo: 'trasnfer' -> 'transfer'.Marcus Glocker
2019-03-31follow atf and change neoverse e1 part numberJonathan Gray
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton
2019-03-29typo in printf; leo_tck at volny czStuart Henderson
2019-03-29Use stricter validation checks for A-MPDUs in the net80211 input path.Stefan Sperling