summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-24syncTheo de Raadt
2017-07-24Prettify, simplifyJeremie Courreges-Anglas
2017-07-24Use memmove instead of a hand-rolled loopJeremie Courreges-Anglas
2017-07-24Add < and > to the comment describind the grammar.Jeremie Courreges-Anglas
2017-07-24add pcxrtc;Jason McIntyre
2017-07-24Add support for the AXP152 which has a shutdown control register that isMark Kettenis
2017-07-24pcxrtc(4)Mark Kettenis
2017-07-24Enable pcxrtc(4).Mark Kettenis
2017-07-24pcxrtc(4), a driver for the NXP PCF8563 RTC.Mark Kettenis
2017-07-24build cpp on gcc4 architectures only, as clang ships with its ownRobert Nagy
2017-07-24install gcc, g++ as gcc and g++ instead of cc, c++ and create linksRobert Nagy
2017-07-24Throw DHO_STATIC_ROUTES to the floor! Roughly! EnsureKenneth R Westerback
2017-07-24Extend the SNI tests to ensure that we have a hostname in the sessionJoel Sing
2017-07-24Rewrite and move the last remnants of the ServerHello SNI handling intoJoel Sing
2017-07-24Shuffle some declarations and functions into the onlyKenneth R Westerback
2017-07-24Add regress coverage for the TLS Renegotiation Indication extension.Joel Sing
2017-07-24Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSJoel Sing
2017-07-24ansifyJeremie Courreges-Anglas
2017-07-24Make gcc accept -Oz as an alias for -Os for compatibility with clang.Mark Kettenis
2017-07-24Tweak some commentsKenneth R Westerback
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert Nagy
2017-07-24add some missing MULTIPROCESSOR ifdefs to not compile in code onRobert Nagy
2017-07-24Don't attempt to deactivate a class that doesn't have any packets in itMike Belopuhov
2017-07-24add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clangChristian Weisgerber
2017-07-24Extend the scope of the socket lock to protect `so_state' in connect(2).Martin Pieuchot
2017-07-24Move invocations of flush_routes() and delete_addresses() fromKenneth R Westerback
2017-07-24ROUNDUP() adjustment missed by great ROUNDUP() roundup.Kenneth R Westerback
2017-07-24Simplify mail sending.Jeremie Courreges-Anglas
2017-07-24Use pledge(2)Jeremie Courreges-Anglas
2017-07-24tweak malloc(9) flags: since that M_NOWAIT might return NULL hence itGleydson Soares
2017-07-24Port amd64's updates to the device path comparison to arm64 as well.Patrick Wildt
2017-07-24turn stupid message into a proper warning.Marc Espie
2017-07-24GC old cruft.Marc Espie
2017-07-24Port amd64's updates to the device path comparison to armv7. FixesPatrick Wildt
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-24Reduce NET_LOCK() contention by moving the linktstate and watchdogMartin Pieuchot
2017-07-24Grab the socket lock in soo_ioctl() where `so_state', `so_rcv'Martin Pieuchot
2017-07-24rt_getifa() is only needed for routing commands submited by userland.Martin Pieuchot
2017-07-24g/c unused variable; make a little more portableDamien Miller
2017-07-24Fixup free list handling in fqcodel_deq_beginMike Belopuhov
2017-07-23Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP valueDamien Miller
2017-07-23this is imt, not imsJoshua Stein
2017-07-23permit kernel building with clang as the base compiler; ok kettenis@Christian Weisgerber
2017-07-23Text improvements for precision and clarity, in particular properlyIngo Schwarze
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23Add a few more RK3288 clocks.Mark Kettenis
2017-07-23Tweak timeouts a bit such that this works on the RK3288.Mark Kettenis
2017-07-23Hook the TLS extension parsing framework into the serverhello parsing.Joel Sing