summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-06-14imxdog* at fdt? here too.Mark Kettenis
2016-06-14Add missing line feed to DPRINTF makes debug reading easier.Marcus Glocker
2016-06-14Convert the links between art data structures used during lookups into srps.Jonathan Matthew
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-13Dynamically attach imxdog(4) using the FDT.Mark Kettenis
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
2016-06-13Remove tracking of endpoints in utvfu_{as,vs}_iface structs as theseMarcus Glocker
2016-06-13Ensure expected video endpoint has wMaxPacketSize > 0 duringMarcus Glocker
2016-06-13* Start/stop audio bulk thread as consumer opens/closes device.Marcus Glocker
2016-06-13make sure attrflag is initialized. from clang via david hillTed Unangst
2016-06-13In uvm_map(), call uvm_unmap_detach_intrsafe() if we have an interrupt-safeMark Kettenis
2016-06-13Use "bus-width" property to determine whether 4-bit and 8-bit mode areMark Kettenis
2016-06-13Remove the restriction for the usbd_ref_* functions to work just in caseMarcus Glocker
2016-06-13Move the ioctl(2) logic of in{,6}_control() into two new functionsMartin Pieuchot
2016-06-13Do not execute the callback if the device is beeing detached.Martin Pieuchot
2016-06-13rename _splraise to splraiseDavid Gwynne
2016-06-13rework sparc64 splfoo functions to be more consistent with other archsDavid Gwynne
2016-06-12Fix format string in ddb show socket.Alexander Bluhm
2016-06-12Use OF_getpropintarray().Mark Kettenis
2016-06-12Dynamically attach fec(4) using the FDT.Mark Kettenis
2016-06-12Add OF_getpropint() and OF_getpropintarray().Mark Kettenis
2016-06-12Handle both the nintr 1 (allwinner a10/cortex a8) andJonathan Gray
2016-06-12Ignore everything after and including ':' in stdout-path whenJonathan Gray
2016-06-11if the timeout rounds to zero, make it one tick, otherwise we sleepTed Unangst
2016-06-11Since epp->ep_name is a userland pointer, use copyinstr(9) to get a copy okMark Kettenis
2016-06-11Cleanup some systrace leftovers.Mark Kettenis
2016-06-11dynamically attach imxuart using the FDTJonathan Gray
2016-06-11The qemu smdkc210 target uses serial0 for console but theJonathan Gray
2016-06-11dynamically attach sxiuart using the FDTJonathan Gray
2016-06-11dynamically attach sxie(4) using the FDTJonathan Gray
2016-06-10Add the "llprio" field to struct ifnet, and the corresponding keywordVincent Gross
2016-06-10The power management timer has been made optional in ACPI 5.0A, so don'tMark Kettenis
2016-06-10fix some typos in commentsJoshua Stein
2016-06-10Remove readpage and writepage ioctls.Stefan Kempf
2016-06-10test return value not an uninitialised variableJonathan Gray
2016-06-10correct spelling of a commentJonathan Gray
2016-06-10attach imxahci and imxesdhc to fdt on RAMDISK as wellJonathan Gray
2016-06-09Fix typo in comment. From Kapetanakis GiannisAlexander Bluhm
2016-06-09Dynamically attach imxesdhc(4) using the FDT.Mark Kettenis
2016-06-09Add SGMII support and PHY addresses for 8-port EdgeRouters. This makesVisa Hankala
2016-06-09Dynamically attach i.MX6 ahci(4) using the FDT.Mark Kettenis
2016-06-09Make use of the information about the node passed down to us by simplebus(4).Mark Kettenis
2016-06-09Fetch "reg" and "interrupts" properties and pass them down as attach args toMark Kettenis
2016-06-08remove obsolete raid from namtoblk tables. from Artturi AlmTed Unangst
2016-06-08stop requiring a matching platform to continue bootingJonathan Gray
2016-06-08Remove octhci(4). It has been superseded by dwctwo(4).Visa Hankala
2016-06-08Dereference p_p once rather than 4 times.Theo de Raadt
2016-06-08hppa & mips64 now can do the full W^X check. (Make sure you haveTheo de Raadt
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-06-08attach acpitoshiba(4) on more Toshiba laptopsGiovanni Bechis