summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-31Return error values directly where appropriate, instead of using the errFrederic Cambus
2018-05-31Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.Mark Kettenis
2018-05-31Add sizes for free().Frederic Cambus
2018-05-31Enable bwfm(4) on Loongson for USB devices.Frederic Cambus
2018-05-31zap trailing whitespaceTheo Buehler
2018-05-31Re-commit the correct half of revision 1.154:Theo Buehler
2018-05-31Make witness(4) watch locks and print error stack traces by default.Visa Hankala
2018-05-31Back out previous. The handling of SIOCSIFADDR is now wrong.Theo Buehler
2018-05-31Use IPL_MPFLOOR for mutexes that can be taken w/ and w/o the KERNEL_LOCK().Martin Pieuchot
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-05-31Some more code shuffling to get rid of one switch in each, in_ioctl()Theo Buehler
2018-05-31Add sleep_finish_all(), which provides the common combo of sleep_finish(),Philip Guenther
2018-05-30restrict the prio values from SIOCSIFLLPRIO to what the kernel handlesDavid Gwynne
2018-05-30Add SIOCGIFGLIST to fetch a list of interface groups on the system.Stuart Henderson
2018-05-30Add sizes for free() for octeon.Frederic Cambus
2018-05-30Implement SDIO DMA support. This is achieved by wrapping thePatrick Wildt
2018-05-30For the upcoming SDIO DMA support we need to use DMA-able bufferPatrick Wildt
2018-05-30Define IPL_MPFLOOR on SP archs.Martin Pieuchot
2018-05-30Clear the DMA select bits in case we use PIO instead of DMA. SomePatrick Wildt
2018-05-30Remove comcnspeed variable, which gets set but is never actually used.Mark Kettenis
2018-05-29Lock the device vnode when calling vinvalbuf() in ext2fs_reload(),Visa Hankala
2018-05-29`f_mtx' must block interrupts as long as it is taken w/ and w/o theMartin Pieuchot
2018-05-28Initialize FIFO watermark thresholds. Fixes DMA issues on controllers thatMark Kettenis
2018-05-28More steps for i386 Meltdown fix:Alexander Bluhm
2018-05-28Cleanup bootconfig.h and use strlcpy() to copy boot arguments.Mark Kettenis
2018-05-28Remove unused include file.Mark Kettenis
2018-05-28Drop include of <arm64/swi.h> and remove it.Mark Kettenis
2018-05-28Call readdisksector() instead of rolling our own. Drop <sys/systm.h>Mark Kettenis
2018-05-28rwsleep: generalize to support both read- and write-locks.cheloha
2018-05-28Constipate a bunch of time functionsPhilip Guenther
2018-05-28Call vput(dvp) in vnode operation functions instead of calling it inVisa Hankala
2018-05-28When mounting an ext2 filesystem, lock the device vnode for the durationVisa Hankala
2018-05-28regenMartin Pieuchot
2018-05-28Next step in disentangling the switches in in_ioctl(). Split out theTheo Buehler
2018-05-28regenMartin Pieuchot
2018-05-28Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2)Martin Pieuchot
2018-05-28Add clock support for i.MX8MQ. Most of the clocks can be configuredPatrick Wildt
2018-05-28Returns EBUSY if dup2(2) is called for a LARVAL file.Martin Pieuchot
2018-05-28Get MAC address from "local-mac-address" property if provided.Mark Kettenis
2018-05-28implement support for MikroTik's Ethernet over IP protocol as eoip(4)David Gwynne
2018-05-27Add 20 MHz MMC clock.Mark Kettenis
2018-05-27Add Allwinner A64 support.Mark Kettenis
2018-05-27Implement A64 thermal sensor clocks.Mark Kettenis
2018-05-27Add support for the Allwinner H3 SoC.Mark Kettenis
2018-05-27Add SDIO support:Mark Kettenis
2018-05-27BCM43430 SDIO works if we load the appropriate firmware.Mark Kettenis
2018-05-27Add support for the GMAC on Allwinner R40/V40 SoCs.Mark Kettenis
2018-05-27On Allwinner R40, export a regmap covering the GMAC_CLK_REG.Mark Kettenis
2018-05-27Add missing #include "audio.h" needed for the NAUDIO macro.Alexandre Ratchov