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