summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-10mark bnx_start as mpsafe.David Gwynne
2015-12-10write down some stuff before it falls out of my head.David Gwynne
2015-12-09Remove plain DES encryption from IPsec.Christian Weisgerber
2015-12-09Correct the response string lengthMike Belopuhov
2015-12-09Keep all ether prototypes in one place.Martin Pieuchot
2015-12-09No need to check if size = az->pstream.buffer.size is zero, asAlexandre Ratchov
2015-12-09Implement a function to fetch device propertiesMike Belopuhov
2015-12-09Store the backend node in the attach argument structureMike Belopuhov
2015-12-09cfdriver can't be const...Mike Belopuhov
2015-12-09rework ifq_serialise to avoid some atomic ops.David Gwynne
2015-12-09Always pass a valid interface pointer to rtdeletemsg().Martin Pieuchot
2015-12-09cleanup macbook air iso keyboard supportJoerg Jung
2015-12-09Do not trigger a KASSERT() if the route we're trying to remove does notMartin Pieuchot
2015-12-09Do not trigger a KASSERT() when destroying/detaching an interface withMartin Pieuchot
2015-12-09Backport some commits from mainline linux to enable High Bit Rate 2Jonathan Gray
2015-12-09rework the if_start mpsafe serialisation so it can serialise arbitrary workDavid Gwynne
2015-12-09successful vmm enter/leave does not need to be reportedTheo de Raadt
2015-12-09Don't expose XenStore ops we don't know how to deal withMike Belopuhov
2015-12-08Implements simple virtual device probing routineMike Belopuhov
2015-12-08Implement a function to detach emulated devices (such as an em(4)Mike Belopuhov
2015-12-08Driver for XenStore, the configuration storageMike Belopuhov
2015-12-08Disable xspd(4) until the man page is written; noticed by reyk@Mike Belopuhov
2015-12-08Driver for the XenSource Platform DeviceMike Belopuhov
2015-12-08Add ability to establish virtual interrupts via Xen eventMike Belopuhov
2015-12-08Communicate the selected IDT vector to the HypervisorMike Belopuhov
2015-12-08Set up an IDT vector for Xen callbacksMike Belopuhov
2015-12-08Allocate and hook up a "shared info page"Mike Belopuhov
2015-12-08This brings in support for Xen hypercalls via an MI interfaceMike Belopuhov
2015-12-08Setup a hypercall page in the kernel .text segmentMike Belopuhov
2015-12-08Xen basic infrastructure files and pvbus(4) attachment.Mike Belopuhov
2015-12-08When iwm(4) moves to AUTH state it asks the firmware for a "time event" toStefan Sperling
2015-12-08correct errant spacing here before it continues spreadingTed Unangst
2015-12-08correct errant spacingTed Unangst
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-12-08_SYS_TASKQ_H_ -> _SYS_TASK_H_David Gwynne
2015-12-08tweak whitespace in struct definition. no functional change.David Gwynne
2015-12-08use struct task_list instead of TAILQ_HEAD(, task)David Gwynne
2015-12-08+TAILQ_HEAD(task_list, task);David Gwynne
2015-12-08vlan doenst have to handle SIOCGIFADDR cos the stack does it.David Gwynne
2015-12-08Kill unused iftxlist.Martin Pieuchot
2015-12-08if_stop is unused, so kill it.David Gwynne
2015-12-08split the interface send queue (struct ifqueue) implementation out.David Gwynne
2015-12-08Match 3rd party Xbox 360 controllers, from Christian Heckendorf.Martin Pieuchot
2015-12-08dont need to repeatedly set if_start to the same function.David Gwynne
2015-12-07Add cpuid bits documented in the August 2015 revision ofJonathan Gray
2015-12-07enable snooping on Intel 100 Series HDAJonathan Gray
2015-12-07match on intel 100 seriesJonathan Gray
2015-12-07NFS can pass a buffer cache buffer straight to VOP_STRATEGY here, so dma_flip isBob Beck
2015-12-06Only declare buf_daemon() oncePhilip Guenther
2015-12-06child_return() is already declared in <sys/proc.h>Philip Guenther