Age | Commit message (Expand) | Author |
2016-06-09 | Add SGMII support and PHY addresses for 8-port EdgeRouters. This makes | Visa Hankala |
2016-06-09 | Dynamically attach i.MX6 ahci(4) using the FDT. | Mark Kettenis |
2016-06-09 | Make use of the information about the node passed down to us by simplebus(4). | Mark Kettenis |
2016-06-09 | Fetch "reg" and "interrupts" properties and pass them down as attach args to | Mark Kettenis |
2016-06-08 | remove obsolete raid from namtoblk tables. from Artturi Alm | Ted Unangst |
2016-06-08 | stop requiring a matching platform to continue booting | Jonathan Gray |
2016-06-08 | Remove octhci(4). It has been superseded by dwctwo(4). | Visa Hankala |
2016-06-08 | Dereference p_p once rather than 4 times. | Theo de Raadt |
2016-06-08 | hppa & mips64 now can do the full W^X check. (Make sure you have | Theo de Raadt |
2016-06-08 | Use fdt to find the console to initialise. Try to use /chosen/stdout-path | Jonathan Gray |
2016-06-08 | attach acpitoshiba(4) on more Toshiba laptops | Giovanni Bechis |
2016-06-08 | Revert previous, it breaks regression tests. | Martin Pieuchot |
2016-06-08 | Move ND resoluton logic from nd6_output() to nd6_storelladdr() and | Martin Pieuchot |
2016-06-08 | Enforce W^X and map W|X segments without X permission initially. The | Mark Kettenis |
2016-06-08 | As logging to dmesg with msgbuf_putchar() can happen in any interrupt | Alexander Bluhm |
2016-06-08 | reporting a different issue, bluhm noticed that valid is not initialized. | Ted Unangst |
2016-06-07 | Allocate RAM for guest VM in vmd(8) and pass it to vmm(4) | Stefan Kempf |
2016-06-07 | Multicast packet are already duplicated in bridge_process() so | Martin Pieuchot |
2016-06-07 | Use rtalloc(9) instead of ifa_ifwithnet() to find an interface | Martin Pieuchot |
2016-06-07 | Move initialization macro outside of #define _KERNEL to use them in | Martin Pieuchot |
2016-06-07 | remove splsoftfd and splausoft | David Gwynne |
2016-06-07 | consistently set ipls on pmap pools. | David Gwynne |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt |
2016-06-07 | per trending style, add continue to empty loops. | Ted Unangst |
2016-06-06 | Remove wsmouse_input. | Ulf Brosziewski |
2016-06-06 | Provide a bus_dma tag as part of the pvbus attach arguments | Mike Belopuhov |
2016-06-06 | Move nd6_output()'s "short-circuiting" for non-lladdr interface types earlier. | Stuart Henderson |
2016-06-06 | Kill unused function wrappers, from David Hill. | Martin Pieuchot |
2016-06-06 | Move logic to send ARP replies to arpreply(). | Martin Pieuchot |
2016-06-06 | Get rid of the ``enaddr'' argument of carp_iamatch(). | Martin Pieuchot |
2016-06-06 | Fill a few more pads with 0xcc | Theo de Raadt |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-05 | Continue preparing a future merge of urtwn(4) and rtwn(4). | Stefan Sperling |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-05 | Add uvm_share() to share a memory range between two address spaces | Stefan Kempf |
2016-06-05 | Reset the bus width back to 1-bit when resetting the host. | Jonathan Gray |
2016-06-04 | Remove model specific strings keyed off the board id. | Jonathan Gray |
2016-06-04 | If a process trips the W^X violation check, abort it unless it came | Stuart Henderson |
2016-06-03 | Put iwn_update_htprot() back, with a fixed implementation this time. | Stefan Sperling |
2016-06-03 | Unsigned integers can't be negative. | Martin Natano |
2016-06-03 | In iwm(4), fix multicast Rx by updating the MAC context again after | Stefan Sperling |
2016-06-03 | Allow pegged process on secondary CPUs to continue to be scheduled when | Mark Kettenis |
2016-06-03 | Remove superfluous parenthesis to shut up clang, from David Hill. | Martin Pieuchot |
2016-06-03 | We should never decrease uvm_maxkaddr. Currently this may happen if | Mark Kettenis |
2016-06-03 | defer the freeing of art tables and nodes to a task. | David Gwynne |
2016-06-03 | set rt_expire times against time_uptime, not time_second. | David Gwynne |
2016-06-03 | measure nd expiry times against time_uptime, not time_second. | David Gwynne |
2016-06-03 | rename imxenet to fec | Jonathan Gray |
2016-06-02 | Fix two issues in the MSI-X code. First, actually read the MSI-X capability | Mark Kettenis |
2016-06-02 | print the size when an unavailable address is returned. it is useful. | Ted Unangst |