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
2017-05-28
Merge two functions to lookup ELF sections by name.
Martin Pieuchot
2017-05-28
Fix some spurious fatal firmware errors in iwm(4).
Stefan Sperling
2017-05-28
Remove unused flag IWM_FLAG_STOPPED.
Stefan Sperling
2017-05-28
Remove useless splnet()/splx() dances.
Martin Pieuchot
2017-05-28
Protect the global array of interfaces with the NET_LOCK().
Martin Pieuchot
2017-05-28
Rename ip_local() to ip_deliver() and give it the same parameters
Alexander Bluhm
2017-05-28
Use intr_disable()/intr_restore() to reduce differences with sparc64
Martin Pieuchot
2017-05-28
remove bogus atomic_swap_64 code from i386
Jonathan Gray
2017-05-27
Fix the carp mode 'balancing ip-stealth'. Set the link state UP
Alexander Bluhm
2017-05-27
fix previous as noted by mpi, thx florian
Sebastian Benoit
2017-05-27
move sending of pflow packet into a task, seperated from the data
Sebastian Benoit
2017-05-27
On i386 and amd64, atomic instructions include an implicit memory barrier.
Mark Kettenis
2017-05-27
Add membar_enter_after_atomic(9) and membar_exit_before_atomic(9) APIs to
Mark Kettenis
2017-05-27
nvme: Don't set prp1 for DEL_IOCQ
Stefan Fritsch
2017-05-27
Push the NET_LOCK down into PF_KEY so that it can be treated like PF_ROUTE.
Claudio Jeker
2017-05-27
Protect the global list of softc with the NET_LOCK().
Martin Pieuchot
2017-05-27
Protect the global list of softc with the NET_LOCK().
Martin Pieuchot
2017-05-27
Remove useless splnet()/splx() dances.
Martin Pieuchot
2017-05-27
Use copyin32(9) to atomically copy the futex from user space.
Mark Kettenis
2017-05-27
Put an assert that M_PKTHDR is set before accessing m_pkthdr in the
Alexander Bluhm
2017-05-27
Make ddb print again filename and linenumber if a bsd.gdb was loaded.
Claudio Jeker
2017-05-27
move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@
Christian Weisgerber
2017-05-27
Move SPINLOCK_SPIN_HOOK to the header used by other archs in order to
Martin Pieuchot
2017-05-27
Spring cleanup:
Martin Pieuchot
2017-05-27
Implement copyin32(9) for alpha.
Mark Kettenis
2017-05-27
remove #ifdef HIBERNATE section that declares stuff that lives in ahci.c
Jonathan Matthew
2017-05-27
nvme: Add suspend/resume code
Stefan Fritsch
2017-05-27
Use rn_inithead() instead of rn_inithead0(). Since rn_inithead0()
YASUOKA Masahiko
2017-05-27
manually inline tlbflushg. it's short and there's only one caller.
Ted Unangst
2017-05-27
Add missing comments for CAN and SUB, for consistency.
Frederic Cambus
2017-05-27
Refactor m_makespace() using MCLGETI to simplify the logic of this function.
Claudio Jeker
2017-05-27
virtio: remove unused vq_maxsegsize
Stefan Fritsch
2017-05-27
Remove obsolete comment talking about splnet().
Martin Pieuchot
2017-05-27
there shouldn't be any need to check for PGE on amd64. ok deraadt mlarkin
Ted Unangst
2017-05-27
virtio: Remove MINSEG_INDIRECT
Stefan Fritsch
2017-05-27
Use EFI memory map to discover available physical memory.
Mark Kettenis
2017-05-27
In ifa_ifwithroute() the rtalloc() needs to be done against the rdomain
Claudio Jeker
2017-05-27
Claim physical memory allocated during early bootstrap from the PROM.
Mark Kettenis
2017-05-27
Make room for another 4GB of .text.
Mark Kettenis
2017-05-27
Move error path to end of function where god intended it
Kenneth R Westerback
2017-05-27
Kill option KEY, it is a useless knob, nobody uses pfkeyv2 without IPSEC or
Claudio Jeker
2017-05-27
Remove superflyous splnet()/splx() dances.
Martin Pieuchot
2017-05-27
Check cache_valias_mask earlier in the expression. The value is zero
Visa Hankala
2017-05-27
add missing prototype
Mike Larkin
2017-05-26
Enable chvgpio(4) in RAMDISK_CD on amd64.
Stefan Sperling
2017-05-26
There is only one version of pfkey in OpenBSD and this will not change any
Claudio Jeker
2017-05-26
Get rid of the DELAY() hack in the firmware loader for 8000 family
Stefan Sperling
2017-05-26
In IPIP input rename the variable ipo to ip as it is used for inner
Alexander Bluhm
2017-05-26
Instead of looking at the IP version of the header, use the outer
Alexander Bluhm
2017-05-26
virtio: minor tweak
Stefan Fritsch
[next]