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