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
rename some fields
Mike Larkin
2017-05-28
fix broken include on previous pipex commit
Mike Larkin
2017-05-28
Process packets immediately without queuing since pipex is believed MP safe
YASUOKA Masahiko
2017-05-28
typo in comment
Mike Larkin
2017-05-28
Check also whether the interfaces is matched when pipex check PPPoE
YASUOKA Masahiko
2017-05-28
Use interface index and if_{put,get} instead of ifnet pointer.
YASUOKA Masahiko
2017-05-28
Use interface index instead of ifnet pointer.
YASUOKA Masahiko
2017-05-28
Do not allow NULL callback at rendezvous and clear callback
Visa Hankala
2017-05-28
Limit the nested header chain for IPv6 extensions headers and for
Alexander Bluhm
2017-05-28
Fix bad white spaces, wrap long lines, kill some empty lines.
Alexander Bluhm
2017-05-28
Use fast path if remote call is not needed.
Visa Hankala
2017-05-28
Remove a redundant assignment introduced in revision 1.219 but favor the
anton
2017-05-28
mips64_multicast_ipi() excludes current CPU.
Visa Hankala
2017-05-28
Add missing NET_UNLOCK() in error path.
Martin Pieuchot
2017-05-28
Pf was handling IPv4 and IPv6 differently regarding AH extension
Alexander Bluhm
2017-05-28
trunk_port_destroy() needs the NET_LOCK().
Martin Pieuchot
2017-05-28
If a function is not found in the CTF data, do not assume it takes no
Martin Pieuchot
2017-05-28
Call bpf_mtap_af() a bit earlier in ipip_input(). This prepares
Alexander Bluhm
2017-05-28
Build i386 kernels with -ffreestanding, matching amd64 and various
Jonathan Gray
2017-05-28
Remove all splnet/splx from pipex(4) and pppx(4) and replace some of
YASUOKA Masahiko
2017-05-28
Leaving IP multicast group requires the NET_LOCK().
Martin Pieuchot
2017-05-28
clang warns on unused labels. Place a recently introduced label under
Jonathan Gray
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
[next]