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