Age | Commit message (Expand) | Author |
2014-11-01 | Document rtalloc(9). | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-11-01 | cope with removed file | Theo de Raadt |
2014-11-01 | Use the correct default MaxPacketSize for Full Speed devices and make them | Martin Pieuchot |
2014-11-01 | remove support for creating any password style that's not blowfish. | Ted Unangst |
2014-11-01 | And finally move convert.c to the attic. | Kenneth R Westerback |
2014-11-01 | Unhook convert.c. It's empty but for the license text. | Kenneth R Westerback |
2014-11-01 | fix the build when SDMMC_DEBUG is defined | Jonathan Gray |
2014-11-01 | Try to ensure that the various lease timeouts are sane. i.e., renew | Kenneth R Westerback |
2014-11-01 | Remove the port status argument from usbd_reset_port(). We don't do | Martin Pieuchot |
2014-11-01 | Super-Speed port feature definitions. | Martin Pieuchot |
2014-11-01 | Simplify. | Antoine Jacoutot |
2014-11-01 | Replace the combination of strlen(), calloc(), strlen(), strlcpy() | Alexander Bluhm |
2014-11-01 | Initial regress for libtls hostname verification. | Joel Sing |
2014-11-01 | Use usbd_set_port_feature() instead of rerolling it. | Martin Pieuchot |
2014-11-01 | update currency exchange rates; | Jason McIntyre |
2014-11-01 | Now the armv7 ramdisks are compiled with SMALL_KERNEL | Jonathan Gray |
2014-11-01 | Use struct buf in libroff, it is very natural there | Ingo Schwarze |
2014-11-01 | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze |
2014-11-01 | fix a typo causing crashes in Unicode string length measurement | Ingo Schwarze |
2014-11-01 | Make it clear that dma buffers are link to xfers, no functional change. | Martin Pieuchot |
2014-10-31 | If an event is dequeued just/right after a device is detached, its pipes | Martin Pieuchot |
2014-10-31 | atheros ub94 support, from Matt Markfort | Ted Unangst |
2014-10-31 | regen | Ted Unangst |
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 |