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
2016-04-11
This code chunk has been disabled since its import, and what is does is
Vincent Gross
2016-04-11
Search in the correct routing table if NPF is not defined.
Martin Pieuchot
2016-04-11
Add functions to dump vcpu register state. Needed for some upcoming diffs.
Mike Larkin
2016-04-11
Clarify some comments
Mike Larkin
2016-04-10
For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M
Mark Kettenis
2016-04-10
Fix layer violation in the ihidev(4) code by implementing a generic mechanism
Mark Kettenis
2016-04-10
remove an uneeded include
Jonathan Gray
2016-04-10
Don't try to get a board name string before attaching mainbus with the
Jonathan Gray
2016-04-08
We must always check if the socket is already bound, and always set
Vincent Gross
2016-04-08
Fix match function so that the cortex bus only attaches if the attach
Patrick Wildt
2016-04-08
sync
Reyk Floeter
2016-04-08
Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)
Reyk Floeter
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2016-04-08
add m_purge for freeing a list of mbufs linked via m_nextpkt
David Gwynne
2016-04-07
Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driver
Mark Kettenis
2016-04-07
Return -ENOSPC if idr_alloc() fails to allocate an unused id instead of
Mark Kettenis
2016-04-07
Instead of panicking if an mbuf(9) already has a statekey dump its
Martin Pieuchot
2016-04-07
Always call bread_cluster() instead of calling it only if the current
Martin Pieuchot
2016-04-07
Share clone bitmap between aliased vnodes. This prevents duplicate clone
Martin Natano
2016-04-06
Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.
Mark Kettenis
2016-04-06
Remove some pre-idr leftovers.
Mark Kettenis
2016-04-06
Another "idr" conversion.
Mark Kettenis
2016-04-06
Convert memory extract routine to return errno-based errors.
Patrick Wildt
2016-04-06
Add support for bus space translation.
Patrick Wildt
2016-04-06
define number of exit/entry save/load MSRs as a #define instead of a magic
Mike Larkin
2016-04-06
correct the order of arguments to m_get in m_dup_pkt
David Gwynne
2016-04-05
Use the "idr" API here as well, reducing the diffs to Linux.
Mark Kettenis
2016-04-05
Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind().
Vincent Gross
2016-04-05
Add $OpenBSD$ markers.
Mark Kettenis
2016-04-05
Now that we the "idr" API, we can get rid of a lot of
Mark Kettenis
2016-04-05
Add an implementation of the Linux "idr" API.
Mark Kettenis
2016-04-05
Remove completely out-of-date comment about locking protocol.
Mark Kettenis
2016-04-05
Move inp_laddr assignment after in_pcbpickport(), extend in_pcbpickport()
Vincent Gross
2016-04-05
Increase size of the clone bitmap (revised diff after revert). I have
Martin Natano
2016-04-05
Support processors without unrestricted guest capability.
Mike Larkin
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
2016-04-05
Add vma offset manager code.
Mark Kettenis
2016-04-05
Add atomic_add_unless(), another strange linux interface.
Mark Kettenis
2016-04-05
Add a linux-compatible rbtree interface on top of our implementation in
Mark Kettenis
2016-04-04
Enable creation of softraid volumes using disks with non-512 byte
Kenneth R Westerback
2016-04-04
Deallocate guest vm_map when the guest gets terminated.
Stefan Kempf
2016-04-04
UVM_FLAG_AMAPPAD has no effect anymore, nuke it.
Stefan Kempf
2016-04-04
Add sys/queue.h where it's needed. Unbreak userland following recent
Stuart Henderson
2016-04-04
mbuf.h doenst need queue.h.
David Gwynne
2016-04-04
Store curcpu pointer in TPIDRPRW.
Patrick Wildt
2016-04-04
Read cache line sizes from CP15 Cache Type Register.
Patrick Wildt
2016-04-04
use fixed size unsigned variables for reading/writing the control register
Jonathan Gray
2016-04-04
turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl).
David Gwynne
2016-04-04
Set the SMP/coherency bit in ACTLR on Cortex A models it is documented
Jonathan Gray
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
[prev]
[next]