Age | Commit message (Expand) | Author |
2016-06-17 | urtwn device now needs rtwn.c, even if rtwn device isn't built | Philip Guenther |
2016-06-17 | Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code | Stefan Sperling |
2016-06-17 | pool_setipl on all uvm pools. | David Gwynne |
2016-06-17 | Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread | Marcus Glocker |
2016-06-16 | Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate any | Mark Kettenis |
2016-06-16 | enable suspend/hibernate fn keys | Giovanni Bechis |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-15 | Fix typo from rebase : extra parenthese | Vincent Gross |
2016-06-15 | Move the cmsg handling code on top of udp_output(), to make | Vincent Gross |
2016-06-15 | With the introduction of ip6_output_ipsec_lookup() we didn't exit the | Florian Obser |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-06-15 | No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows how | Martin Pieuchot |
2016-06-15 | There's no need to convert values returned by arc4random to the network | Mike Belopuhov |
2016-06-14 | Don't hardcode vlan/queue priority for pppoe packets; inherit it from the | Stuart Henderson |
2016-06-14 | Prevent a round to zero in the timeout_add_...() functions. Getting | Alexander Bluhm |
2016-06-14 | If the FDT node has a "non-removable" property, return 1 from the card | Mark Kettenis |
2016-06-14 | Make sure OF_getprop() returns the proper length for a synthesised "name" | Mark Kettenis |
2016-06-14 | provide splraise on landisk | David Gwynne |
2016-06-14 | Make fdt_node_property() return -1 if the requested property can't be found | Mark Kettenis |
2016-06-14 | Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it via | Martin Pieuchot |
2016-06-14 | Store the source address associated with a route in its own chunk of | Martin Pieuchot |
2016-06-14 | imxdog* at fdt? here too. | Mark Kettenis |
2016-06-14 | Add missing line feed to DPRINTF makes debug reading easier. | Marcus Glocker |
2016-06-14 | Convert the links between art data structures used during lookups into srps. | Jonathan Matthew |
2016-06-13 | rename raiseipl to splraise() | David Gwynne |
2016-06-13 | Dynamically attach imxdog(4) using the FDT. | Mark Kettenis |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2016-06-13 | Remove tracking of endpoints in utvfu_{as,vs}_iface structs as these | Marcus Glocker |
2016-06-13 | Ensure expected video endpoint has wMaxPacketSize > 0 during | Marcus Glocker |
2016-06-13 | * Start/stop audio bulk thread as consumer opens/closes device. | Marcus Glocker |
2016-06-13 | make sure attrflag is initialized. from clang via david hill | Ted Unangst |
2016-06-13 | In uvm_map(), call uvm_unmap_detach_intrsafe() if we have an interrupt-safe | Mark Kettenis |
2016-06-13 | Use "bus-width" property to determine whether 4-bit and 8-bit mode are | Mark Kettenis |
2016-06-13 | Remove the restriction for the usbd_ref_* functions to work just in case | Marcus Glocker |
2016-06-13 | Move the ioctl(2) logic of in{,6}_control() into two new functions | Martin Pieuchot |
2016-06-13 | Do not execute the callback if the device is beeing detached. | Martin Pieuchot |
2016-06-13 | rename _splraise to splraise | David Gwynne |
2016-06-13 | rework sparc64 splfoo functions to be more consistent with other archs | David Gwynne |
2016-06-12 | Fix format string in ddb show socket. | Alexander Bluhm |
2016-06-12 | Use OF_getpropintarray(). | Mark Kettenis |
2016-06-12 | Dynamically attach fec(4) using the FDT. | Mark Kettenis |
2016-06-12 | Add OF_getpropint() and OF_getpropintarray(). | Mark Kettenis |
2016-06-12 | Handle both the nintr 1 (allwinner a10/cortex a8) and | Jonathan Gray |
2016-06-12 | Ignore everything after and including ':' in stdout-path when | Jonathan Gray |
2016-06-11 | if the timeout rounds to zero, make it one tick, otherwise we sleep | Ted Unangst |
2016-06-11 | Since epp->ep_name is a userland pointer, use copyinstr(9) to get a copy ok | Mark Kettenis |
2016-06-11 | Cleanup some systrace leftovers. | Mark Kettenis |
2016-06-11 | dynamically attach imxuart using the FDT | Jonathan Gray |
2016-06-11 | The qemu smdkc210 target uses serial0 for console but the | Jonathan Gray |
2016-06-11 | dynamically attach sxiuart using the FDT | Jonathan Gray |