summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-06-20I2C driver for the Maxim DS1307 Real Time Clock chip.Marcus Glocker
2016-06-20In iwm(4), send PHY DB commands as async commands.Stefan Sperling
2016-06-20rework the splfoo implementation so it can provide splraise.David Gwynne
2016-06-20Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode.Stefan Sperling
2016-06-19Rework how umb(4) attaches such that it also works with devices that implementMark Kettenis
2016-06-19Add define for NCM.Mark Kettenis
2016-06-19omap4 uart is compatible with omap3 uart but has it's own compatible stringJonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray
2016-06-19Make some noise in dmesg when iwm(4) fails to bring up the hardware.Stefan Sperling
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-19add pool_setipl on all pools.David Gwynne
2016-06-18KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNELPhilip Guenther
2016-06-18Make the 1 Gbps SGMII settings the default to define a consistent set ofVisa Hankala
2016-06-18Fix PCS block size.Visa Hankala
2016-06-18Add net.inet.{tcp,udp}.rootonly sysctl, to mark which portsVincent Gross
2016-06-18Stop setting the 4-bit mode capability flag for now.Jonathan Gray
2016-06-18Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables.Alexandre Ratchov
2016-06-18Plug some memory leaks in error paths of iwm(4).Stefan Sperling
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
2016-06-17urtwn device now needs rtwn.c, even if rtwn device isn't builtPhilip Guenther
2016-06-17Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codeStefan Sperling
2016-06-17pool_setipl on all uvm pools.David Gwynne
2016-06-17Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthreadMarcus Glocker
2016-06-16Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate anyMark Kettenis
2016-06-16enable suspend/hibernate fn keysGiovanni Bechis
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-15Fix typo from rebase : extra parentheseVincent Gross
2016-06-15Move the cmsg handling code on top of udp_output(), to makeVincent Gross
2016-06-15With the introduction of ip6_output_ipsec_lookup() we didn't exit theFlorian Obser
2016-06-15Kill nd6_output(), it doesn't do anything since the resolution logicMartin Pieuchot
2016-06-15No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows howMartin Pieuchot
2016-06-15There's no need to convert values returned by arc4random to the networkMike Belopuhov
2016-06-14Don't hardcode vlan/queue priority for pppoe packets; inherit it from theStuart Henderson
2016-06-14Prevent a round to zero in the timeout_add_...() functions. GettingAlexander Bluhm
2016-06-14If the FDT node has a "non-removable" property, return 1 from the cardMark Kettenis
2016-06-14Make sure OF_getprop() returns the proper length for a synthesised "name"Mark Kettenis
2016-06-14provide splraise on landiskDavid Gwynne
2016-06-14Make fdt_node_property() return -1 if the requested property can't be foundMark Kettenis
2016-06-14Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it viaMartin Pieuchot
2016-06-14Store the source address associated with a route in its own chunk ofMartin Pieuchot
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