summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-23Don't hit pledge(2) restrictions on interface departureJeremie Courreges-Anglas
2017-07-23Don't bother initializing global variables to 0, since they will be in BSS.Theo de Raadt
2017-07-23Prevent a possible "MAC context already removed" panic in iwm_auth().Stefan Sperling
2017-07-23use ssize_t; ok jcaTheo de Raadt
2017-07-23Time comparison variables should be time_t (I did check for signed vsTheo de Raadt
2017-07-23Cease pretending to support option 33 (classFULL static routes). TheyKenneth R Westerback
2017-07-23Cleanup apm:anton
2017-07-23recent perls have more fun rules related to _ and -Marc Espie
2017-07-23Add RK3288 support.Mark Kettenis
2017-07-23Replace CPWAIT with an isb instruction, which is the proper way to make sureMark Kettenis
2017-07-23Recognize '-weak' in our libtool, helps at least xine-lib to build.Vadim Zhukov
2017-07-23Fix SPLICE in LT::UList, allowing more ports to build.Vadim Zhukov
2017-07-23from libc malloc: only access offset if canaries are enabled *and* size > 0Otto Moerbeek
2017-07-23Splitting early startup code out of locore.S into locore0.S, like otherKenji Aoyama
2017-07-22acpibat: look for _BIX first before falling back on _BIFJoshua Stein
2017-07-22No need for sys/ioctl.h any moreJeremie Courreges-Anglas
2017-07-22Rename variables for clarity.Visa Hankala
2017-07-22Initialize the brightness to a valid value if found.anton
2017-07-22Add set_routes() and move bind_lease() route magicKenneth R Westerback
2017-07-22Delete extra whitespacesJeremie Courreges-Anglas
2017-07-22err(1, "whatever") -> err(1, NULL) for malloc(3) failuresJeremie Courreges-Anglas
2017-07-22use automatic variables rather than globals; no functional change;Ingo Schwarze