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-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
2016-04-03
Move the setting of pcb_fsbase out of reset_segs() into its callers
Philip Guenther
2016-04-03
Teach ddb's disassembler about {rd,wr}[fg]sbase
Philip Guenther
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
2016-04-03
Remove sparc special-casing from ufsdirhash_init(). This is not required
Martin Natano
2016-04-03
Add cpu_auxcontrol() to clear and set bits in the implementation/model
Jonathan Gray
2016-04-03
Remove erroneous whitespace added in previous change.
Patrick Wildt
2016-04-03
Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.
Patrick Wildt
2016-04-03
Implement a way to extract memory information from a node. This can be
Patrick Wildt
2016-04-03
Remove XSCALE preprocessor checks from a file which is only for ARMv7.
Patrick Wildt
2016-04-03
The callers of fdt_next_node() expect it to return NULL if a next node
Patrick Wildt
2016-04-03
Remove __lockbarrier() defines, unused since cpu_lock removal a few
Jonathan Gray
2016-04-03
remove unused cpu_lock code
Jonathan Gray
2016-04-03
Remove tests for "processing" which was never set. It attempted to
Jonathan Gray
2016-04-03
mark the packet buffer in bpf_filter as bounded by the pktlen arg
David Gwynne
2016-04-02
Reduce dmesg spam by knocking out some acpi hardware IDs that don't need a
Mark Kettenis
2016-04-02
mark the bpf_mem ops as Static.
David Gwynne
2016-04-02
mark the program and buffer as const in bpf_filter()
David Gwynne
2016-04-02
refactor bpf_filter a bit.
David Gwynne
2016-04-02
Add support for I2C HID devices with GPIO signalled interrupts.
Jonathan Gray
2016-04-02
Make the gpio intr_establish callback return an int so the same function
Jonathan Gray
2016-04-01
Move atomics.h include dance to an earlier stage
Mike Belopuhov
2016-04-01
Revert the clone bitmap enlargement change
Mike Belopuhov
2016-04-01
Remove outdated unused compat define. mono_time no longer exists and
Jonathan Gray
2016-04-01
Building kernels with PPPOE_SERVER enabled has been broken for at least
Jonathan Gray
2016-03-31
Increase size of the clone bitmap. A limit of only 64 device clones
Martin Natano
2016-03-31
If one of the TCP syn cache buckets overflow, it might be a collision
Alexander Bluhm
[next]