summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-06-27Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protectionStefan Sperling
2016-06-27Regen.Joel Sing
2016-06-27Restore the sys_o58_kill system call.Joel Sing
2016-06-27Restore the sys_o58_kill system call.Joel Sing
2016-06-27Kill outdated comment. Reading the code is enough.Jeremie Courreges-Anglas
2016-06-27Implement IPV6_MINHOPCOUNT support.Jeremie Courreges-Anglas
2016-06-27Copy inp_hops from the listening socket to the accepted one and useAlexander Bluhm
2016-06-27Fix a memory leak in an error path.Jonathan Gray
2016-06-27Correct the order of memset arguments.Jonathan Gray
2016-06-27The variable swapping between inp, newinp and oldinpcb in syn_cache_get()Alexander Bluhm
2016-06-27add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters,Jonathan Matthew
2016-06-27dovutimens: call vrele(9) before returning EINVALSebastien Marie
2016-06-27sys_revoke: call vrele() before returning ENOTTYSebastien Marie
2016-06-26use error code path instead of return early without calling VOP_ABORTOP() andSebastien Marie
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray
2016-06-26Dynamically attach tiiic using the FDT.Jonathan Gray
2016-06-26Oups, remove '#define I2S_DEBUG' again.Marcus Glocker
2016-06-26Make i2s compile with I2S_DEBUG; %x -> %p.Marcus Glocker
2016-06-26add a missing argument specified in format string so this builds againJonathan Gray
2016-06-26destaticJonathan Gray
2016-06-26Dynamically attach omdog(4) using the FDT.Jonathan Gray
2016-06-24The function pf_get_sport() did work for out rules only. Make itAlexander Bluhm
2016-06-23Avoid multiple evaluation of macro arguments in softclock()Stefan Kempf
2016-06-23As klog dropped message has no ifdef small kernel, sendsyslogAlexander Bluhm
2016-06-23It is annoying that the dmesg buffer can overflow and loose messagesAlexander Bluhm
2016-06-23when pf_test returns something but PF_PASS, set error to EACCESHenning Brauer
2016-06-22Fetch MAC address from FDT.Mark Kettenis
2016-06-22No modules thus no need for extra space for additional ppp compressions.Jeremie Courreges-Anglas
2016-06-22Add support for the second GMX interface on Octeon II. This enablesVisa Hankala
2016-06-22In iwm(4), clear the in_assoc flag when going down. This flag affects behaviourStefan Sperling
2016-06-22Remove code from iwm(4) which sends DTIM and TSF information to theStefan Sperling
2016-06-22Make iwm(4) explicitly send multicast frames at the lowest rate, instead ofStefan Sperling
2016-06-22Identify UMIP feature, if available.Mike Larkin
2016-06-22dont need a traliing \ on a line in c code, it's not a macro definition.David Gwynne
2016-06-22rework art_walk so it will behave in an mpsafe world.David Gwynne
2016-06-22Main Hyper-V nexus driver, work in progress.Mike Belopuhov
2016-06-22Setup Hyper-V hypercall page and an IDT vector.Mike Belopuhov
2016-06-21To assist debugging TCP connection reuse with NAT, expand theAlexander Bluhm
2016-06-21Remove code to generate uboot tags. It hardcoded information for a singleMark Kettenis
2016-06-21add support to efifb for drawing a console on a coreboot framebufferJoshua Stein
2016-06-21Add sc_cookie in sigcontext, as same as other ports.Kenji Aoyama
2016-06-21fix typos in comments and spacingAlexandre Ratchov
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