Age | Commit message (Expand) | Author |
2017-07-24 | sync | Theo de Raadt |
2017-07-24 | Prettify, simplify | Jeremie Courreges-Anglas |
2017-07-24 | Use memmove instead of a hand-rolled loop | Jeremie Courreges-Anglas |
2017-07-24 | Add < and > to the comment describind the grammar. | Jeremie Courreges-Anglas |
2017-07-24 | add pcxrtc; | Jason McIntyre |
2017-07-24 | Add support for the AXP152 which has a shutdown control register that is | Mark Kettenis |
2017-07-24 | pcxrtc(4) | Mark Kettenis |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |
2017-07-24 | pcxrtc(4), a driver for the NXP PCF8563 RTC. | Mark Kettenis |
2017-07-24 | build cpp on gcc4 architectures only, as clang ships with its own | Robert Nagy |
2017-07-24 | install gcc, g++ as gcc and g++ instead of cc, c++ and create links | Robert Nagy |
2017-07-24 | Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure | Kenneth R Westerback |
2017-07-24 | Extend the SNI tests to ensure that we have a hostname in the session | Joel Sing |
2017-07-24 | Rewrite and move the last remnants of the ServerHello SNI handling into | Joel Sing |
2017-07-24 | Shuffle some declarations and functions into the only | Kenneth R Westerback |
2017-07-24 | Add regress coverage for the TLS Renegotiation Indication extension. | Joel Sing |
2017-07-24 | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | Joel Sing |
2017-07-24 | ansify | Jeremie Courreges-Anglas |
2017-07-24 | Make gcc accept -Oz as an alias for -Os for compatibility with clang. | Mark Kettenis |
2017-07-24 | Tweak some comments | Kenneth R Westerback |
2009-10-15 | Import a BSD make based infrastructure for building gcc, based on the | Robert Nagy |
2017-07-24 | add some missing MULTIPROCESSOR ifdefs to not compile in code on | Robert Nagy |
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 |