index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2015-12-10
mark bnx_start as mpsafe.
David Gwynne
2015-12-10
write down some stuff before it falls out of my head.
David Gwynne
2015-12-09
Remove plain DES encryption from IPsec.
Christian Weisgerber
2015-12-09
Correct the response string length
Mike Belopuhov
2015-12-09
Keep all ether prototypes in one place.
Martin Pieuchot
2015-12-09
No need to check if size = az->pstream.buffer.size is zero, as
Alexandre Ratchov
2015-12-09
Implement a function to fetch device properties
Mike Belopuhov
2015-12-09
Store the backend node in the attach argument structure
Mike Belopuhov
2015-12-09
cfdriver can't be const...
Mike Belopuhov
2015-12-09
rework ifq_serialise to avoid some atomic ops.
David Gwynne
2015-12-09
Always pass a valid interface pointer to rtdeletemsg().
Martin Pieuchot
2015-12-09
cleanup macbook air iso keyboard support
Joerg Jung
2015-12-09
Do not trigger a KASSERT() if the route we're trying to remove does not
Martin Pieuchot
2015-12-09
Do not trigger a KASSERT() when destroying/detaching an interface with
Martin Pieuchot
2015-12-09
Backport some commits from mainline linux to enable High Bit Rate 2
Jonathan Gray
2015-12-09
rework the if_start mpsafe serialisation so it can serialise arbitrary work
David Gwynne
2015-12-09
successful vmm enter/leave does not need to be reported
Theo de Raadt
2015-12-09
Don't expose XenStore ops we don't know how to deal with
Mike Belopuhov
2015-12-08
Implements simple virtual device probing routine
Mike Belopuhov
2015-12-08
Implement a function to detach emulated devices (such as an em(4)
Mike Belopuhov
2015-12-08
Driver for XenStore, the configuration storage
Mike Belopuhov
2015-12-08
Disable xspd(4) until the man page is written; noticed by reyk@
Mike Belopuhov
2015-12-08
Driver for the XenSource Platform Device
Mike Belopuhov
2015-12-08
Add ability to establish virtual interrupts via Xen event
Mike Belopuhov
2015-12-08
Communicate the selected IDT vector to the Hypervisor
Mike Belopuhov
2015-12-08
Set up an IDT vector for Xen callbacks
Mike Belopuhov
2015-12-08
Allocate and hook up a "shared info page"
Mike Belopuhov
2015-12-08
This brings in support for Xen hypercalls via an MI interface
Mike Belopuhov
2015-12-08
Setup a hypercall page in the kernel .text segment
Mike Belopuhov
2015-12-08
Xen basic infrastructure files and pvbus(4) attachment.
Mike Belopuhov
2015-12-08
When iwm(4) moves to AUTH state it asks the firmware for a "time event" to
Stefan Sperling
2015-12-08
correct errant spacing here before it continues spreading
Ted Unangst
2015-12-08
correct errant spacing
Ted Unangst
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-08
_SYS_TASKQ_H_ -> _SYS_TASK_H_
David Gwynne
2015-12-08
tweak whitespace in struct definition. no functional change.
David Gwynne
2015-12-08
use struct task_list instead of TAILQ_HEAD(, task)
David Gwynne
2015-12-08
+TAILQ_HEAD(task_list, task);
David Gwynne
2015-12-08
vlan doenst have to handle SIOCGIFADDR cos the stack does it.
David Gwynne
2015-12-08
Kill unused iftxlist.
Martin Pieuchot
2015-12-08
if_stop is unused, so kill it.
David Gwynne
2015-12-08
split the interface send queue (struct ifqueue) implementation out.
David Gwynne
2015-12-08
Match 3rd party Xbox 360 controllers, from Christian Heckendorf.
Martin Pieuchot
2015-12-08
dont need to repeatedly set if_start to the same function.
David Gwynne
2015-12-07
Add cpuid bits documented in the August 2015 revision of
Jonathan Gray
2015-12-07
enable snooping on Intel 100 Series HDA
Jonathan Gray
2015-12-07
match on intel 100 series
Jonathan Gray
2015-12-07
NFS can pass a buffer cache buffer straight to VOP_STRATEGY here, so dma_flip is
Bob Beck
2015-12-06
Only declare buf_daemon() once
Philip Guenther
2015-12-06
child_return() is already declared in <sys/proc.h>
Philip Guenther
[next]