summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-07-01SolidRun's HummingBoards and CuBoxes are also available withPatrick Wildt
2016-06-30Use ``rt_addr'' rather than ``rt_ifa'' to get the source addressMartin Pieuchot
2016-06-30Restore the automagically added /64 route on p2p interfaces in order toMartin Pieuchot
2016-06-29Make the fdt parser skip nop tokens. This is needed on someVisa Hankala
2016-06-29Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This bitMike Larkin
2016-06-28Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedChris Cappuccio
2016-06-28introduce rwlock for socketbuf instead of the old flag and tsleep dance.Ted Unangst
2016-06-28Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNTJeremie Courreges-Anglas
2016-06-28Don't panic on null vmxon region or vmxon failure - this will be handledMike Larkin
2016-06-28Enable UMIP feature if present. miod originally pointed this out to me.Mike Larkin
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-28in pledgereq (the array for doing correspondance between textual promise as i...Sebastien Marie
2016-06-27Missing "break;" in switch statement; repairs IP_MINTTL.Jeremie Courreges-Anglas
2016-06-27Repair kill(2) on zombie processes.Jeremie Courreges-Anglas
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