Age | Commit message (Expand) | Author |
2016-07-01 | SolidRun's HummingBoards and CuBoxes are also available with | Patrick Wildt |
2016-06-30 | Use ``rt_addr'' rather than ``rt_ifa'' to get the source address | Martin Pieuchot |
2016-06-30 | Restore the automagically added /64 route on p2p interfaces in order to | Martin Pieuchot |
2016-06-29 | Make the fdt parser skip nop tokens. This is needed on some | Visa Hankala |
2016-06-29 | Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This bit | Mike Larkin |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |
2016-06-28 | introduce rwlock for socketbuf instead of the old flag and tsleep dance. | Ted Unangst |
2016-06-28 | Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNT | Jeremie Courreges-Anglas |
2016-06-28 | Don't panic on null vmxon region or vmxon failure - this will be handled | Mike Larkin |
2016-06-28 | Enable UMIP feature if present. miod originally pointed this out to me. | Mike Larkin |
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew |
2016-06-28 | in pledgereq (the array for doing correspondance between textual promise as i... | Sebastien Marie |
2016-06-27 | Missing "break;" in switch statement; repairs IP_MINTTL. | Jeremie Courreges-Anglas |
2016-06-27 | Repair kill(2) on zombie processes. | Jeremie Courreges-Anglas |
2016-06-27 | Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protection | Stefan Sperling |
2016-06-27 | Regen. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-06-27 | Kill outdated comment. Reading the code is enough. | Jeremie Courreges-Anglas |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-27 | Copy inp_hops from the listening socket to the accepted one and use | Alexander Bluhm |
2016-06-27 | Fix a memory leak in an error path. | Jonathan Gray |
2016-06-27 | Correct the order of memset arguments. | Jonathan Gray |
2016-06-27 | The variable swapping between inp, newinp and oldinpcb in syn_cache_get() | Alexander Bluhm |
2016-06-27 | add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters, | Jonathan Matthew |
2016-06-27 | dovutimens: call vrele(9) before returning EINVAL | Sebastien Marie |
2016-06-27 | sys_revoke: call vrele() before returning ENOTTY | Sebastien Marie |
2016-06-26 | use error code path instead of return early without calling VOP_ABORTOP() and | Sebastien Marie |
2016-06-26 | Dynamically attach cpsw(4) with the FDT. | Jonathan Gray |
2016-06-26 | Dynamically attach tiiic using the FDT. | Jonathan Gray |
2016-06-26 | Oups, remove '#define I2S_DEBUG' again. | Marcus Glocker |
2016-06-26 | Make i2s compile with I2S_DEBUG; %x -> %p. | Marcus Glocker |
2016-06-26 | add a missing argument specified in format string so this builds again | Jonathan Gray |
2016-06-26 | destatic | Jonathan Gray |
2016-06-26 | Dynamically attach omdog(4) using the FDT. | Jonathan Gray |
2016-06-24 | The function pf_get_sport() did work for out rules only. Make it | Alexander Bluhm |
2016-06-23 | Avoid multiple evaluation of macro arguments in softclock() | Stefan Kempf |
2016-06-23 | As klog dropped message has no ifdef small kernel, sendsyslog | Alexander Bluhm |
2016-06-23 | It is annoying that the dmesg buffer can overflow and loose messages | Alexander Bluhm |
2016-06-23 | when pf_test returns something but PF_PASS, set error to EACCES | Henning Brauer |
2016-06-22 | Fetch MAC address from FDT. | Mark Kettenis |
2016-06-22 | No modules thus no need for extra space for additional ppp compressions. | Jeremie Courreges-Anglas |
2016-06-22 | Add support for the second GMX interface on Octeon II. This enables | Visa Hankala |
2016-06-22 | In iwm(4), clear the in_assoc flag when going down. This flag affects behaviour | Stefan Sperling |
2016-06-22 | Remove code from iwm(4) which sends DTIM and TSF information to the | Stefan Sperling |
2016-06-22 | Make iwm(4) explicitly send multicast frames at the lowest rate, instead of | Stefan Sperling |
2016-06-22 | Identify UMIP feature, if available. | Mike Larkin |
2016-06-22 | dont need a traliing \ on a line in c code, it's not a macro definition. | David Gwynne |
2016-06-22 | rework art_walk so it will behave in an mpsafe world. | David Gwynne |
2016-06-22 | Main Hyper-V nexus driver, work in progress. | Mike Belopuhov |