summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-27remove devel/waf gone 2 years ago, may not come back but still gives nightmaresJoerg Jung
2017-05-27On i386 and amd64, atomic instructions include an implicit memory barrier.Mark Kettenis
2017-05-27Ok turns out we still want to keep the rc_bg variable around but we needAntoine Jacoutot
2017-05-27Add membar_enter_after_atomic(9) and membar_exit_before_atomic(9) APIs toMark Kettenis
2017-05-27Move includes.Michal Mazurek
2017-05-27nvme: Don't set prp1 for DEL_IOCQStefan Fritsch
2017-05-27Also test arrays of double and long long.Todd C. Miller
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-27use sizeof("constant string") to avoid magic numberFlorian Obser
2017-05-27print router preferenceFlorian Obser
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-27Allow an administrator to disable the bgp loop detection algorithm,Peter Hessler
2017-05-27allow only one network <prefix> statement per for the same prefix.Sebastian Benoit
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-27Generate a fake ack (or is it an alternative ack?) internally.Florian Obser
2017-05-27Make ddb print again filename and linenumber if a bsd.gdb was loaded.Claudio Jeker
2017-05-27Do not connect to cvs.openbsd.org in regress. Run on loopback toAlexander Bluhm
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-27Go to sleep to let our contending thread win a race.Martin Pieuchot
2017-05-27New mutex and condvar implementations based on futex(2).Martin Pieuchot
2017-05-27remove #ifdef HIBERNATE section that declares stuff that lives in ahci.cJonathan Matthew
2017-05-27Add an ALRM timer to cope with 2 annoying issues in rc.d(8):Antoine Jacoutot
2017-05-27remove unused varsFlorian Obser
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-27bump the size of ctl rib flagsPeter Hessler
2017-05-27Add missing comments for CAN and SUB, for consistency.Frederic Cambus
2017-05-27Do not use reject routes as they prevent path MTU discovery.Alexander Bluhm
2017-05-27SOCK_CLOEXEC | SOCK_NONBLOCKFlorian Obser
2017-05-27handle expiration / renewal of non-privacy addressesFlorian Obser
2017-05-27this expects 2byte ASN, so use that, instead of an asn that may or may not fitPeter Hessler
2017-05-27there is no need to construct and send a proposal if we reached theFlorian Obser
2017-05-27do not use %hhuFlorian Obser
2017-05-27show address proposals in slaacdctl show interface outputFlorian Obser
2017-05-27delete proposal if address gets deletedFlorian Obser
2017-05-27sync route socket processing to netcfgdFlorian Obser
2017-05-27configure address on interfaceFlorian Obser
2017-05-27remove unused varsFlorian Obser
2017-05-27handle proposal ackFlorian Obser
2017-05-27use new address_proposal struct to generate proposalsFlorian Obser
2017-05-27proposal stateFlorian Obser
2017-05-27no longer carry addresses in struct radv_prefixFlorian Obser
2017-05-27we need to loop over all proposalsFlorian Obser