Age | Commit message (Expand) | Author |
2019-01-19 | 'quit' no longer holds signals, so strsignal(quit) is both pointless | Kenneth R Westerback |
2019-01-19 | Move boottime into the timehands. | cheloha |
2019-01-19 | 'quit' is no longer set in a signal handler so it no longer needs to | Kenneth R Westerback |
2019-01-19 | sync | Theo Buehler |
2019-01-19 | bump minors after symbol addition | Theo Buehler |
2019-01-19 | provide EVP_ENCODE_CTX_{new,free}(). | Theo Buehler |
2019-01-19 | $OpenBSD$ | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | sync | Theo de Raadt |
2019-01-19 | jmatthew@ got my crappy ixl code to work, so I'm pretending to be | David Gwynne |
2019-01-19 | actually set CAUSE_ENA on the rx and tx queues, and re-enable interrupts | Jonathan Matthew |
2019-01-19 | CXXFLAGS are the correct spelling for c++ options. | Ted Unangst |
2019-01-18 | switch the default algorithm for the dgst command from MD5 to SHA256 | Christian Weisgerber |
2019-01-18 | Don't store the mpe information in struct ktable but instead pass the | Claudio Jeker |
2019-01-18 | pack hmc bits in the right order | Jonathan Matthew |
2019-01-18 | Add -iter and -pbkdf2 to the usage synopsis. | Christian Weisgerber |
2019-01-18 | no need to KERNEL_LOCK before calling ktrstruct() anymore; ok mpi@ visa@ | cheloha |
2019-01-18 | Bring back the ip_pcbopts() refactor. Pad the option buffer and therefor | Claudio Jeker |
2019-01-18 | when removing the currently active network from the join list, disconnect | Peter Hessler |
2019-01-18 | add a len field when we delete an essid from the joinlist. this will have | Peter Hessler |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |
2019-01-18 | Add missing types, and fix incorrect names. | Visa Hankala |
2019-01-18 | Adapt expected number of dropped messages after sendsyslog(2) kernel | Alexander Bluhm |
2019-01-18 | Increase the socket buffer size for sendsyslog(2) to 1 MB. During | Alexander Bluhm |
2019-01-18 | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze |
2019-01-18 | Check for negative length in NFS strings. This affects both, the | Alexander Bluhm |
2019-01-18 | Check for negative length integers in NFS server. A malicious | Alexander Bluhm |
2019-01-18 | Check for negative length integers in NFS client. A malicious | Alexander Bluhm |
2019-01-18 | initialize offset value so this passes | Bob Beck |
2019-01-18 | copyright | Bob Beck |
2019-01-18 | bump copyright years appopriately | Bob Beck |
2019-01-18 | Add client side of supported versions and keyshare extensions with basic regress | Bob Beck |
2019-01-18 | sys/time.h: new macros: timerisvalid() and timespecisvalid(). | cheloha |
2019-01-18 | Sayt that using capabilities to negociate audio parameters (ie using | Alexandre Ratchov |
2019-01-18 | chase sounlock() api change, make bfd(4) build again | Peter Hessler |
2019-01-18 | remove a debugging printf that has outlived its usefulness | Mike Larkin |
2019-01-18 | Move link state change test & check for new lladdr into | Kenneth R Westerback |
2019-01-18 | Improve the description of locale dependency: | Ingo Schwarze |
2019-01-18 | Ignore HUP signals. If you need to modify the running configuration | Kenneth R Westerback |
2019-01-18 | Replace the vague, incorrect, and confusing BUGS sections with CAVEATS | Ingo Schwarze |
2019-01-18 | tweak previous; | Jason McIntyre |
2019-01-18 | Expose some symbols in a new tls13_handshake.h for regression testing. | Theo Buehler |
2019-01-18 | Removed unused struct members. | Joel Sing |
2019-01-18 | minor tweaks: | Ingo Schwarze |
2019-01-18 | Adjust EINVAL wording: tv_nsec cannot be 1 billion, either. | cheloha |
2019-01-18 | futex(2): validate relative timeout before sleeping. | cheloha |
2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input | cheloha |
2019-01-18 | Add the -iter and -pbkdf2 argumenst to enc | Bob Beck |