summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-18In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.Miod Vallat
2014-05-18In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in caseMiod Vallat
2014-05-18In ssl3_send_certificate_request(), when adding the extra payload ifMiod Vallat
2014-05-18Make sure ssl3_setup_buffers() does not return upon error with a freedMiod Vallat
2014-05-18Fix tail packet check in elantech v3 touchpad code. Due to a typo thisStefan Sperling
2014-05-18Don't add a lease to the leases TAILQ more than once. It tends toKenneth R Westerback
2014-05-18syncTodd T. Fries
2014-05-18bio_err is initialised in main, hence there is no need to initialise itJoel Sing
2014-05-18More KNF.Joel Sing
2014-05-18Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"Miod Vallat
2014-05-18Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.Stefan Sperling
2014-05-18regenStefan Sperling
2014-05-18Add PCI ID for Realtek RTL8402 card reader.Stefan Sperling
2014-05-18No need to check for NULL before invoking free(); use calloc() whenMiod Vallat
2014-05-18use reallocarray and friends. okay miod@Marc Espie
2014-05-18sync openssl(1) with changes already made in src/lib/libssl/doc, reminded byStuart Henderson
2014-05-18use reallocarrayMarc Espie
2014-05-18a bit more reallocarray (and kill ecalloc, which isn't used)Marc Espie
2014-05-18There is no need to compile nginx with -O1 on vax anymore.Jonathan Gray
2014-05-18replace some (type *)0 to NULLCharles Longeau
2014-05-17One more mistake introduced in 1.65Miod Vallat
2014-05-17remove unused variablesCharles Longeau
2014-05-17...and it needs a guard against NULL as well.Miod Vallat
2014-05-17Fix previous commit by making sure we are not dereferencing uninitializedMiod Vallat
2014-05-17remove unused variableCharles Longeau
2014-05-17does sunos not have memmove? sorry, i guess sunos will not have libressl.Ted Unangst
2014-05-17add missing header needed by str* and mem* functionsCharles Longeau
2014-05-17fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseMarc Espie
2014-05-17unchecked malloc() return value in OCSP_sendreq_new().Miod Vallat
2014-05-17KNFMiod Vallat
2014-05-17add missing header needed for mem{cpy,cmp}()Charles Longeau
2014-05-17correctly match size and buffer. from enh at googleTed Unangst
2014-05-17simple reallocarray to check multiplies. ok guentherTed Unangst
2014-05-17When looking at another process, use the data from struct processPhilip Guenther
2014-05-17no no md2Ted Unangst
2014-05-17no no md2Ted Unangst
2014-05-17no no seedTed Unangst
2014-05-17deleted seed some time agoTed Unangst
2014-05-17deleted seed some time agoTed Unangst
2014-05-17remove unused variableCharles Longeau
2014-05-17Add missing header needed by isdigit().Charles Longeau
2014-05-17refactor some of the des crypt code to use fewer globals.Ted Unangst
2014-05-17Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().Stefan Sperling
2014-05-17fix format mistakes visible if AZALIA_DEBUG is definedAlexandre Ratchov
2014-05-17fix format mistakes visible if UAUDIO_DEBUG is definedAlexandre Ratchov
2014-05-17fix format mistakes visible if AUICH_DEBUG is definedAlexandre Ratchov
2014-05-17unbreak build with AUDIO_DEBUG: use %lx for bus_addr_tAlexandre Ratchov
2014-05-17In pmap_remove_page(), do not keep wired mappings; the callers want them gone.Miod Vallat
2014-05-17Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in caseMiod Vallat
2014-05-17unbreak build: exchange %b args order, from miod@Alexandre Ratchov