summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-31G/C rt_defmask4.Martin Pieuchot
2016-08-31Do not flush RTF_CLONED children when adding a new route.Martin Pieuchot
2016-08-31Drop gif(4) support, etherip(4) is what you want now.Martin Pieuchot
2016-08-31Delete unused ioctls and associated macros. Move macros that are stillAlexandre Ratchov
2016-08-30pool_setiplDavid Gwynne
2016-08-30pool_setiplDavid Gwynne
2016-08-30pool_setiplDavid Gwynne
2016-08-30Use MaxMode to terminate the mode iteration. Actually the old wayYASUOKA Masahiko
2016-08-30Enable raspos24 for efifb. This makes qemu with UEFI start working.YASUOKA Masahiko
2016-08-30Revert "Implement VFS read clustering for MSDOSFS"Stefan Fritsch
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
2016-08-30Move DT_NUM from <sys/exec_elf.h> to resolv.h in ld.so where it belongs.Mark Kettenis
2016-08-30Make the init code match the comment and disable watchdogJonathan Gray
2016-08-30Mask sb pci irq bits for a,b,c,d instead of a,b,b,d.Jonathan Gray
2016-08-30Properly set "msb" and "bps" fields for both play and rec directions.Alexandre Ratchov
2016-08-30use a per-table rwlock to serialize ART updates and walks, rather thanJonathan Matthew
2016-08-30pool_setiplDavid Gwynne
2016-08-30pool_setipl for nfs poolsDavid Gwynne
2016-08-29Change le(4) buffer address to 0x71010000, which is the same addressKenji Aoyama
2016-08-29Set MTU size to ~4k until the TX path is ready to deal with larger packetsMike Belopuhov
2016-08-29Don't count output errors twiceMike Belopuhov
2016-08-29Fixup packet fragment unrolling procedureMike Belopuhov
2016-08-28Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore).Mark Kettenis
2016-08-28Add a few missing sunxi-h3 clocks and resets.Mark Kettenis
2016-08-28Fix the macros that determine the register offsets based on port and pin.Mark Kettenis
2016-08-28Reset the host controller after a failed command request to make sure itMarcus Glocker
2016-08-28Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS,Reyk Floeter
2016-08-27Deassert reset signals if there is a "resets" property. Implement mmc powerMark Kettenis
2016-08-27Initialize vdd to 0 in imxesdhc_bus_power() to avoiud using it uninitialized.Mark Kettenis
2016-08-27Return -1 if we try to set the frequency of a clock but couldn't find it.Mark Kettenis
2016-08-27Add support for the SD/MMC clock to the geberic clock code and use it inMark Kettenis
2016-08-27Match on "allwinner,sun8i-h3-ehci".Mark Kettenis
2016-08-27Add support for the PXN bit in level 1 translation table descriptors andMark Kettenis
2016-08-27Add support for the watchdog timer found on A31 and later SoCs, which has aMark Kettenis
2016-08-27Handle the quirky that the FIFO register sits at a different location onMark Kettenis
2016-08-27Add support for sun8i-h3, the Allwinner H3. For this SoC, the device treeMark Kettenis
2016-08-27qaddr_t is (now) deadPhilip Guenther
2016-08-27Declare lseek() instead of assuming it'll be provided elsewherePhilip Guenther
2016-08-26Implement bus dma support for loading raw mappings so that we can usePatrick Wildt
2016-08-26Add support for the Allwinner H3 (sun8i-h3).Mark Kettenis
2016-08-26Since the caller already checks and handles COHERENT we don't needPatrick Wildt
2016-08-26Remove cpu_cpwait() calls; they are no-ops on armv7.Mark Kettenis
2016-08-26Remove the code that switches around MMU domains on armv7. MMU domains areMark Kettenis
2016-08-26Remove unused prototype for sxiccmu_enablemodule().Marcus Glocker
2016-08-26The *_HEAD_INITIALIZER() macros are documented as taking the struct,Philip Guenther
2016-08-26Pull in <sys/time.h> for clock_ymdhms bitsPhilip Guenther
2016-08-26correct INTR_MSG_MASK to include INTR_MSG_1Jonathan Gray
2016-08-25Remove a check to expire received prefix.Martin Pieuchot
2016-08-25Spliced TCP sockets become faster when the output part is runningAlexander Bluhm
2016-08-25Completely revert the M_WAIT change on the cluster allocation andAlexander Bluhm