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