Age | Commit message (Expand) | Author |
2014-10-31 | add atheros ub94. from Matt Markfort | Ted Unangst |
2014-10-31 | convert select() to poll(). Bit more complicated here. Some interesting | Theo de Raadt |
2014-10-31 | sync | Theo de Raadt |
2014-10-31 | Remove ephemeral RSA key handling. | Joel Sing |
2014-10-31 | Use automatic DH ephemeral parameters instead of fixed 512 bit. | Joel Sing |
2014-10-31 | Enable timeouts, just in case(tm). | Martin Pieuchot |
2014-10-31 | Libevent has compatibilty wrappers in evutil. OpenBSD does not use | Alexander Bluhm |
2014-10-31 | Use "const char tempchars[]" instead of "const char *tempchars". | Todd C. Miller |
2014-10-31 | Remove an outdated comment re EDH vs DHE - DHE is now used consistently and | Joel Sing |
2014-10-31 | Update comments for TLS ExtensionType values - many of the referenced | Joel Sing |
2014-10-31 | Crank libssl major due to recent additions, removals and changes. | Joel Sing |
2014-10-31 | Remove now unused remnants from public structs. | Joel Sing |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-31 | Even in interrupt context curproc is not NULL. | Martin Pieuchot |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-31 | sync | Theo de Raadt |
2014-10-31 | Update regress for the libressl to libtls rename. | Joel Sing |
2014-10-31 | Update httpd(8) to use libtls instead of libressl. | Joel Sing |
2014-10-31 | Update ftp(1) to use libtls instead of libressl. | Joel Sing |
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing |
2014-10-31 | redirect error output to stderr instead of stdout | Gleydson Soares |
2014-10-31 | Use CDIAGFLAGS from bsd.own.mk and append additional warning flags. | Alexander Bluhm |
2014-10-31 | Use understandable messages when the per-xfer poison value is incorrect. | Martin Pieuchot |
2014-10-31 | The config logic with "rl needs-flag" got | Jonathan Gray |
2014-10-31 | remove a duplicate pckbdvar.h include under NGSCKBD > 0 | Jonathan Gray |
2014-10-31 | remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0 | Jonathan Gray |
2014-10-31 | Make default output matches status. Hackish but we are not allowed to | Antoine Jacoutot |
2014-10-31 | Useless use of sed(1). | Antoine Jacoutot |
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray |
2014-10-31 | Fix a missing include in amd64 pmap.c that resulted in an erroneous memory | Mike Larkin |
2014-10-30 | XFER_FREE is not used, ciao. | Martin Pieuchot |
2014-10-30 | clean up verbiage around the calculations; ok ingo jmc otto | Theo de Raadt |
2014-10-30 | Don't mention old systems where realloc(NULL, n) didn't work as we | Todd C. Miller |
2014-10-30 | Add some pkill and sleep to make socket splicing performance tests | Alexander Bluhm |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-10-30 | muliply to get correct size for free. reported by kspillner | Ted Unangst |
2014-10-30 | Do not use void * for pointer artithmetics, it's a GNU extension, from | Martin Pieuchot |
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot |
2014-10-30 | Calculate the Route String when attaching a new device. This is still | Martin Pieuchot |
2014-10-30 | for convenience, let obj-clean imply clean | Ingo Schwarze |
2014-10-30 | zero the correct size, then free it. | Ted Unangst |
2014-10-30 | add some sizes to free() | Ted Unangst |
2014-10-30 | Fix whitespace errors in libevent. | Alexander Bluhm |
2014-10-30 | my mistake. we already did increase buffers to 16k; increasing to 64k | Ted Unangst |
2014-10-30 | rework the poll loop to poll in both directions so it doesn't get stuck | Ted Unangst |
2014-10-30 | use ressl constant; from Jan Klemkow | Ted Unangst |
2014-10-30 | mandoc.1: fix a macro error in previous | Jason McIntyre |
2014-10-30 | The fdsz and n_events variables contain unsigned values that are | Alexander Bluhm |
2014-10-30 | support UTF-8 and ISO-8859-1 input by integrating modified parts | Ingo Schwarze |
2014-10-29 | After removing all the #ifdef, the wrappers in evutil are rather | Alexander Bluhm |