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-07-03
Fix cast in atomic_swap_ptr()
Miod Vallat
2015-07-03
Correctly restore ipl in fpusave_proc() when we have to busy loop.
Miod Vallat
2015-07-02
most of the destinations for mbufs in ether_input are mpsafe except for
David Gwynne
2015-07-02
tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only look
David Gwynne
2015-07-02
Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv
Mark Kettenis
2015-07-02
Move back rdomain's check into ether_output() otherwise it triggers
Martin Pieuchot
2015-07-02
Unify the check for up & running between all pseudo-drivers.
Martin Pieuchot
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-07-02
copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.
David Gwynne
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne
2015-06-30
Get rid of the undocumented & temporary* m_copy() macro added for
Martin Pieuchot
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-30
Move the specialized m_copym2() preserving the alignment of the payload
Martin Pieuchot
2015-06-30
Clean up a needless check in an if statement.
Mike Larkin
2015-06-30
Add "sd" to be specifiedit as "rootdev=" boot parameter.
YASUOKA Masahiko
2015-06-29
Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"
Mike Belopuhov
2015-06-29
Clear root hub's "port link state".
Martin Pieuchot
2015-06-29
Move the logic to handle a "connect status change" from uhub_explore()
Martin Pieuchot
2015-06-29
Never cache a RTF_GATEWAY route as next hop for a gateway route.
Martin Pieuchot
2015-06-29
Add missing definition of "usb_interface_assoc_descriptor" needed to for
Martin Pieuchot
2015-06-29
count if_ibytes in if_input like we do for if_ipackets.
David Gwynne
2015-06-29
dont double count if_ibytes here, it gets done by something inside
David Gwynne
2015-06-29
enable vexpress
Jonathan Gray
2015-06-29
Implement membar_* for armv7 with the dmb instruction. The previous
Jonathan Gray
2015-06-29
Fix trap setup for double faults; error pointed out by Wei Liu a few months
Mike Larkin
2015-06-29
Remove some unused #defines
Mike Larkin
2015-06-28
Force the return to userspace from execve to go through iretq to get all
Philip Guenther
2015-06-28
Read the lower 16-bits of the GCFGC "double word". Potentially fixes issues
Mark Kettenis
2015-06-28
enable octdwctwo and add umass
Jonathan Matthew
2015-06-28
Convert list_head lists into TAILQs and LISTs and fix up header includes
Jonathan Matthew
2015-06-28
LDT is gone and not coming back
Philip Guenther
2015-06-28
Split AST handling from trap() into ast() and get rid of T_ASTFLT.
Philip Guenther
2015-06-28
Split AST handling from trap() into ast() and get rid of T_ASTFLT
Philip Guenther
2015-06-27
uvm_pmr_get1page() should return psize_t, not int; dhill@
Miod Vallat
2015-06-27
Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assuming
Miod Vallat
2015-06-27
Memory leak in attach if uballoc() fails; Brainy/Maxime Villard
Miod Vallat
2015-06-27
MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is defined
David Gwynne
2015-06-26
Completely skip entries for disabled LAPICs so they don't overwrite
Philip Guenther
2015-06-26
Add Linux completion API and use it.
Mark Kettenis
2015-06-26
remove __cpu_cas and use atomic_cas_ulong instead.
David Gwynne
2015-06-26
There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.
Mark Kettenis
2015-06-26
rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_
David Gwynne
2015-06-26
Revert previous. uvideo checks the transfered length of every frame and
Martin Pieuchot
2015-06-26
move the ppc mplock implementation from macppc to powerpc.
David Gwynne
2015-06-26
Do not compare against a null string. When ofw_find_keyboard() is run
Martin Pieuchot
2015-06-26
Adapt to the removal of the symbolic input and output port names from
Miod Vallat
2015-06-25
Cards with revision < 10 (qemu rev is 0), have no ad1848 chip and
Alexandre Ratchov
2015-06-25
Ensure the setup block is DMA reachable.
Theo de Raadt
2015-06-25
OF_getprop() returns an int, so comparing its return value against sizeof casts
Miod Vallat
2015-06-25
Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed.
Jonathan Matthew
[next]