Age | Commit message (Expand) | Author |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add a regress test for AEAD, based on Adam Langley's code. | Joel Sing |
2014-05-15 | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | Joel Sing |
2014-05-15 | fix the band-aid error. | Marc Espie |
2014-05-15 | Stop being a dummy... presumably these are left overs from pedantic mode | Joel Sing |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-15 | regen | Martin Pieuchot |
2014-05-15 | XHCI -> xHCI | Martin Pieuchot |
2014-05-15 | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory | Martin Pieuchot |
2014-05-15 | Do not use nd6_rtrequest() for addresses configured on loopback | Martin Pieuchot |
2014-05-15 | Use log_warn() to include errno if write() fails. | Reyk Floeter |
2014-05-15 | Deal with - actually, ignore - route info messages on the listening side. | Jeremie Courreges-Anglas |
2014-05-15 | knote_processexit() needs the thread to pass down to FRELE(), so pass it | Philip Guenther |
2014-05-15 | Prefer prsignal() to send process signals | Philip Guenther |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-05-14 | stop flushing streams in abort(). it's hackish and unsafe, and no longer | Ted Unangst |
2014-05-14 | improve style - basically, what my fingers did at Marrakesh airport when | Henning Brauer |
2014-05-14 | sync | Todd T. Fries |
2014-05-14 | Adjust route outputs to the new lo(4) MTU which is now the same on all archs. | Claudio Jeker |
2014-05-14 | There is no reason why one needs to have a lo(4) MTU that is arch specific. | Claudio Jeker |
2014-05-14 | Remove second arg in SetMouseSpeed(), it is always 1200. | Alexandr Shadchin |
2014-05-14 | Remove mouse.baudrate, it is always 1200. | Alexandr Shadchin |
2014-05-14 | Remove unused code. | Alexandr Shadchin |
2014-05-14 | sync | Todd T. Fries |
2014-05-14 | Remove unused variables. | Alexandr Shadchin |
2014-05-14 | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, | Alexandr Shadchin |
2014-05-14 | let cpp do some of the work | Ted Unangst |
2014-05-14 | spell out base64 in error messages | Ted Unangst |
2014-05-14 | save some memory by reducing buffer sizes | Ted Unangst |
2014-05-14 | recode base64 hashes if necessary | Ted Unangst |
2014-05-14 | realloc like a boss, so checksum verification doesn't take minutes. | Ted Unangst |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov |
2014-05-14 | Change key-table to mode-table to allow for some future work. From Keith | Nicholas Marriott |
2014-05-14 | Simplify copy lines, from Keith Amling. | Nicholas Marriott |
2014-05-14 | Now that cmdlists are reference counted, there is no need for two-step | Nicholas Marriott |
2014-05-13 | Don't allow multiple buffers with the same name, from Thomas Adam. | Nicholas Marriott |
2014-05-13 | sync some of the text of ENVIRONMENT with more(1), and cut some | Jason McIntyre |
2014-05-13 | We don't need no stinkin' 'extern long dev_bsize;'. At least not since | Kenneth R Westerback |
2014-05-13 | for non-valid combinations with `#', instead of trying to list them all, | Jason McIntyre |
2014-05-13 | - document two escape sequences as extensions in STANDARDS | Jason McIntyre |
2014-05-13 | While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption | Claudio Jeker |
2014-05-13 | pass SA initiator not the exchange initator to sa_address(); ok mikeb@ | Markus Friedl |
2014-05-13 | various macro fixes; | Jason McIntyre |
2014-05-13 | zap trailing whitespace; | Jason McIntyre |
2014-05-13 | ohash stuff in libutil now; | Jason McIntyre |
2014-05-13 | Nuke another pointless dev_bsize variable always set to 512 and use | Kenneth R Westerback |
2014-05-13 | skip incomplete entries in /etc/hosts and /etc/networks | Eric Faurot |
2014-05-13 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |