summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
2016-06-13Implement a timeout for the session initialization FSM.Renato Westphal
2016-06-13Do not create sockets for disabled address-families.Renato Westphal
2016-06-13Rework the handling of Hello packets.Renato Westphal
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-13fec attaches to fdt nowJonathan Gray
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
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-13correct pledge for disklabel -R -[fF]Jonathan Gray
2016-06-13Only need to sync the icache on the GOT for the old BSS PLT formatPhilip Guenther
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-12Remove old unused prototype, from Ilya Kaliman.Nicholas Marriott
2016-06-12ethernet -> EthernetJonathan Gray
2016-06-12imxenet -> fecJonathan Gray
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-11don't use specified twice in a sentence, noticed by jmcTed Unangst
2016-06-11dynamically attach imxuart using the FDTJonathan Gray
2016-06-11syncVisa Hankala
2016-06-11Fixed "then" vs "than" typo.Tobias Stoeckmann
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-11clarify some wordingTed Unangst
2016-06-11specify that default is deny if no rule matchesTed Unangst
2016-06-11expand contractionsTed Unangst
2016-06-11tighten up some wordingTed Unangst
2016-06-11Parse the whole Hello packet before processing it.Renato Westphal
2016-06-11Add missing ntohl() when recording a label request.Renato Westphal
2016-06-11Send an 'Unknown FEC' Notification for unexpected wildcard FECs.Renato Westphal
2016-06-11Make all TLV parsing functions look the same for consistency.Renato Westphal
2016-06-11Make it possible to parse unknown TLVs in the future.Renato Westphal
2016-06-11Use uint16_t for notification type.Renato Westphal
2016-06-11Fix parsing of multiple optional TLVs in label and notification messages.Renato Westphal
2016-06-10Add the "llprio" field to struct ifnet, and the corresponding keywordVincent Gross