Age | Commit message (Expand) | Author |
2017-07-24 | Don't attempt to deactivate a class that doesn't have any packets in it | Mike Belopuhov |
2017-07-24 | add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clang | Christian Weisgerber |
2017-07-24 | Extend the scope of the socket lock to protect `so_state' in connect(2). | Martin Pieuchot |
2017-07-24 | Move invocations of flush_routes() and delete_addresses() from | Kenneth R Westerback |
2017-07-24 | ROUNDUP() adjustment missed by great ROUNDUP() roundup. | Kenneth R Westerback |
2017-07-24 | Simplify mail sending. | Jeremie Courreges-Anglas |
2017-07-24 | Use pledge(2) | Jeremie Courreges-Anglas |
2017-07-24 | tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it | Gleydson Soares |
2017-07-24 | Port amd64's updates to the device path comparison to arm64 as well. | Patrick Wildt |
2017-07-24 | turn stupid message into a proper warning. | Marc Espie |
2017-07-24 | GC old cruft. | Marc Espie |
2017-07-24 | Port amd64's updates to the device path comparison to armv7. Fixes | Patrick Wildt |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-07-24 | Reduce NET_LOCK() contention by moving the linktstate and watchdog | Martin Pieuchot |
2017-07-24 | Grab the socket lock in soo_ioctl() where `so_state', `so_rcv' | Martin Pieuchot |
2017-07-24 | rt_getifa() is only needed for routing commands submited by userland. | Martin Pieuchot |
2017-07-24 | g/c unused variable; make a little more portable | Damien Miller |
2017-07-24 | Fixup free list handling in fqcodel_deq_begin | Mike Belopuhov |
2017-07-23 | Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value | Damien Miller |
2017-07-23 | this is imt, not ims | Joshua Stein |
2017-07-23 | permit kernel building with clang as the base compiler; ok kettenis@ | Christian Weisgerber |
2017-07-23 | Text improvements for precision and clarity, in particular properly | Ingo Schwarze |
2017-07-23 | Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found on | Mark Kettenis |
2017-07-23 | RK3288 support. | Mark Kettenis |
2017-07-23 | RK3288 support. | Mark Kettenis |
2017-07-23 | Add a few more RK3288 clocks. | Mark Kettenis |
2017-07-23 | Tweak timeouts a bit such that this works on the RK3288. | Mark Kettenis |
2017-07-23 | Hook the TLS extension parsing framework into the serverhello parsing. | Joel Sing |
2017-07-23 | Don't hit pledge(2) restrictions on interface departure | Jeremie Courreges-Anglas |
2017-07-23 | Don't bother initializing global variables to 0, since they will be in BSS. | Theo de Raadt |
2017-07-23 | Prevent a possible "MAC context already removed" panic in iwm_auth(). | Stefan Sperling |
2017-07-23 | use ssize_t; ok jca | Theo de Raadt |
2017-07-23 | Time comparison variables should be time_t (I did check for signed vs | Theo de Raadt |
2017-07-23 | Cease pretending to support option 33 (classFULL static routes). They | Kenneth R Westerback |
2017-07-23 | Cleanup apm: | anton |
2017-07-23 | recent perls have more fun rules related to _ and - | Marc Espie |
2017-07-23 | Add RK3288 support. | Mark Kettenis |
2017-07-23 | Replace CPWAIT with an isb instruction, which is the proper way to make sure | Mark Kettenis |
2017-07-23 | Recognize '-weak' in our libtool, helps at least xine-lib to build. | Vadim Zhukov |
2017-07-23 | Fix SPLICE in LT::UList, allowing more ports to build. | Vadim Zhukov |
2017-07-23 | from libc malloc: only access offset if canaries are enabled *and* size > 0 | Otto Moerbeek |
2017-07-23 | Splitting early startup code out of locore.S into locore0.S, like other | Kenji Aoyama |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-07-22 | No need for sys/ioctl.h any more | Jeremie Courreges-Anglas |
2017-07-22 | Rename variables for clarity. | Visa Hankala |
2017-07-22 | Initialize the brightness to a valid value if found. | anton |
2017-07-22 | Add set_routes() and move bind_lease() route magic | Kenneth R Westerback |
2017-07-22 | Delete extra whitespaces | Jeremie Courreges-Anglas |
2017-07-22 | err(1, "whatever") -> err(1, NULL) for malloc(3) failures | Jeremie Courreges-Anglas |
2017-07-22 | use automatic variables rather than globals; no functional change; | Ingo Schwarze |