Age | Commit message (Expand) | Author |
2016-06-20 | I2C driver for the Maxim DS1307 Real Time Clock chip. | Marcus Glocker |
2016-06-20 | In iwm(4), send PHY DB commands as async commands. | Stefan Sperling |
2016-06-20 | rework the splfoo implementation so it can provide splraise. | David Gwynne |
2016-06-20 | Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode. | Stefan Sperling |
2016-06-19 | Rework how umb(4) attaches such that it also works with devices that implement | Mark Kettenis |
2016-06-19 | Add define for NCM. | Mark Kettenis |
2016-06-19 | omap4 uart is compatible with omap3 uart but has it's own compatible string | Jonathan Gray |
2016-06-19 | dynamically attach omap uart with fdt | Jonathan Gray |
2016-06-19 | Make some noise in dmesg when iwm(4) fails to bring up the hardware. | Stefan Sperling |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-06-19 | add pool_setipl on all pools. | David Gwynne |
2016-06-18 | KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNEL | Philip Guenther |
2016-06-18 | Make the 1 Gbps SGMII settings the default to define a consistent set of | Visa Hankala |
2016-06-18 | Fix PCS block size. | Visa Hankala |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-18 | Stop setting the 4-bit mode capability flag for now. | Jonathan Gray |
2016-06-18 | Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables. | Alexandre Ratchov |
2016-06-18 | Plug some memory leaks in error paths of iwm(4). | Stefan Sperling |
2016-06-18 | Dynamically attach ommmc with fdt. Offset the start of the memory region | Jonathan Gray |
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 |