summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-21Typo in comment noticed during some recent hibernate debugging. No codeMike Larkin
2014-05-21Fix invalid / missing format specifiers in several dnprintf statementsMike Larkin
2014-05-21warn about implicit. misspelled function names in libc are deadly.Ted Unangst
2014-05-20destinct is spelled distinct.David Gwynne
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-05-20Merge the fixes from the upstream. Factor out some common code inYASUOKA Masahiko
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withKenneth R Westerback
2014-05-20format string cleanup: change "%i" to "%d" and fix a few typosEric Faurot
2014-05-20Unify the SSL privsep key loading functions.Reyk Floeter
2014-05-20KSSL is dead... nuke KSSL_DEBUG from orbit.Joel Sing
2014-05-20regenMartin Pieuchot
2014-05-20Add VIA VL80x xHCI.Martin Pieuchot
2014-05-20Format string fixes for XHCI_DEBUG.Martin Pieuchot
2014-05-20Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts toReyk Floeter
2014-05-20Add -o max_read=XXX support in fuse. This is needed by usmb to have aSylvestre Gallon
2014-05-20Add support for -o XXX or -oXXX options in libfuse.Sylvestre Gallon
2014-05-20The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminatedNicholas Marriott
2014-05-20Assign the queue ID to the correct packet header when sending ICMP messages.Martin Pieuchot
2014-05-20Fix eui64 address generation, broken since the removal of the link-layerMartin Pieuchot
2014-05-20correctly match size and buffer. from enh at googleMartin Pieuchot
2014-05-20remove dead filesEric Faurot
2014-05-20yet more code that no longer makes any senseMarc Espie
2014-05-20makewhatis being now external, it no longer requires picky/test/check_dir.Marc Espie
2014-05-20fix bogus extension: $code and $code2 belong in _system, so thatMarc Espie
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-05-20Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-bytePhilip Guenther
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2014-05-19X509_free() the certificate if the server hostname check fails.Jeremie Courreges-Anglas
2014-05-19Fix several bounds checks in ssl_add_clienthello_tlsext() andMiod Vallat
2014-05-19Explicitely initialize two static variables introduced in the previousJeremie Courreges-Anglas
2014-05-19HTTPS connections may see redirects, so initialize libcrypto and libsslJeremie Courreges-Anglas
2014-05-19Plug a small memory leak: if we pass checkin_init/checkin_updateJeremie Courreges-Anglas
2014-05-19no more -K;Jason McIntyre
2014-05-19kerberos leftoversTed Unangst
2014-05-19consistent use of uint32_t for poison valuesTed Unangst
2014-05-19Add some consistency in fuse error handling. We need to return ENXIOSylvestre Gallon
2014-05-19as reported by Helg, should use realpath for mounts. ok guenther sylTed Unangst
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-19syncTodd T. Fries
2014-05-19More KNF.Joel Sing
2014-05-19More whack-a-mole^Wfips.Joel Sing
2014-05-19It is perfectly valid to call free(NULL), so stop checking for non-NULLJoel Sing
2014-05-19Nuke some trailing whitespace that snuck in.Kenneth R Westerback
2014-05-19No point in trying to update the -L file on loss of link if no -L hasKenneth R Westerback
2014-05-19Add a H_SAVE_FP operation to history() which lets the history be savedNicholas Marriott
2014-05-19fix format mistakes visible if AUDIO_DEBUG is definedAlexandre Ratchov
2014-05-19unbreak the build when DIAGNOSTIC is not definedJonathan Gray
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis LeeStefan Sperling
2014-05-19Enable the 3- and 4-byte sequence tests for UTF8_getc()Philip Guenther