openbsd
2014-05-19 jcaExplicitely initialize two static variables introduced...
2014-05-19 jcaHTTPS connections may see redirects, so initialize...
2014-05-19 jcaPlug a small memory leak: if we pass checkin_init/check...
2014-05-19 jmcno more -K;
2014-05-19 tedukerberos leftovers
2014-05-19 teduconsistent use of uint32_t for poison values
2014-05-19 sylAdd some consistency in fuse error handling. We need...
2014-05-19 teduas reported by Helg, should use realpath for mounts...
2014-05-19 mpiThere is no need to remember which usb(4) device is...
2014-05-19 toddsync
2014-05-19 jsingMore KNF.
2014-05-19 jsingMore whack-a-mole^Wfips.
2014-05-19 jsingIt is perfectly valid to call free(NULL), so stop check...
2014-05-19 krwNuke some trailing whitespace that snuck in.
2014-05-19 krwNo point in trying to update the -L file on loss of...
2014-05-19 nicmAdd a H_SAVE_FP operation to history() which lets the...
2014-05-19 ratchovfix format mistakes visible if AUDIO_DEBUG is defined
2014-05-19 jsgunbreak the build when DIAGNOSTIC is not defined
2014-05-19 stspUpdate run(4) firmware to version 0.33, with permission...
2014-05-19 guentherEnable the 3- and 4-byte sequence tests for UTF8_getc()
2014-05-18 guentherAdd regression test for UTF8_{getc,putc}()
2014-05-18 jcahid_start_parse can't fail - it calls malloc(M_WAITOK...
2014-05-18 miodCorrectly handle files smaller than an ELF header;...
2014-05-18 mlarkin_PIC is an optional method, so we shouldn't be aborting...
2014-05-18 miodIf you need to allocate `a + b' bytes of memory, then...
2014-05-18 miodMake sure UTF8_getc() is invoked with the proper buffer...
2014-05-18 espieuse reallocarray
2014-05-18 tedufactor out a bit of the chunk index code and use it...
2014-05-18 mpiDo not pass an xfer pointer to the timeout routine...
2014-05-18 jsingOut of all the openssl apps, just one of them has code...
2014-05-18 espieuse reallocarray
2014-05-18 jsingW_OK comes via unistd.h - nuke several #ifndef W_OK...
2014-05-18 jsingRemove unused include.
2014-05-18 jsingGroup and sort includes.
2014-05-18 miodPlug memory leaks upon error in OCSP_url_svcloc_new().
2014-05-18 miodIn OCSP_sendreq_bio(), cope with OCSP_sendreq_new(...
2014-05-18 miodIn dtls1_reassemble_fragment() and dtls1_process_out_of...
2014-05-18 miodIn ssl3_send_certificate_request(), when adding the...
2014-05-18 miodMake sure ssl3_setup_buffers() does not return upon...
2014-05-18 stspFix tail packet check in elantech v3 touchpad code...
2014-05-18 krwDon't add a lease to the leases TAILQ more than once...
2014-05-18 toddsync
2014-05-18 jsingbio_err is initialised in main, hence there is no need...
2014-05-18 jsingMore KNF.
2014-05-18 miodOmit -Werror if building with gcc3, for it triggers...
2014-05-18 stspMake rtsx(4) attach to RTL8402 devices. Reported as...
2014-05-18 stspregen
2014-05-18 stspAdd PCI ID for Realtek RTL8402 card reader.
2014-05-18 miodNo need to check for NULL before invoking free(); use...
2014-05-18 espieuse reallocarray and friends. okay miod@
2014-05-18 sthensync openssl(1) with changes already made in src/lib...
2014-05-18 espieuse reallocarray
2014-05-18 espiea bit more reallocarray (and kill ecalloc, which isn...
2014-05-18 jsgThere is no need to compile nginx with -O1 on vax anymore.
2014-05-18 chlreplace some (type *)0 to NULL
2014-05-17 miodOne more mistake introduced in 1.65
2014-05-17 chlremove unused variables
2014-05-17 miod...and it needs a guard against NULL as well.
2014-05-17 miodFix previous commit by making sure we are not dereferen...
2014-05-17 chlremove unused variable
2014-05-17 tedudoes sunos not have memmove? sorry, i guess sunos will...
2014-05-17 chladd missing header needed by str* and mem* functions
2014-05-17 espiefix alloc idioms. watch out for emalloc that's actually...
2014-05-17 miodunchecked malloc() return value in OCSP_sendreq_new().
2014-05-17 miodKNF
2014-05-17 chladd missing header needed for mem{cpy,cmp}()
2014-05-17 teducorrectly match size and buffer. from enh at google
2014-05-17 tedusimple reallocarray to check multiplies. ok guenther
2014-05-17 guentherWhen looking at another process, use the data from...
2014-05-17 teduno no md2
2014-05-17 teduno no seed
2014-05-17 tedudeleted seed some time ago
2014-05-17 chlremove unused variable
2014-05-17 chlAdd missing header needed by isdigit().
2014-05-17 tedurefactor some of the des crypt code to use fewer globals.
2014-05-17 stspFix kernel build with EHCI_DEBUG by removing a non...
2014-05-17 ratchovfix format mistakes visible if AZALIA_DEBUG is defined
2014-05-17 ratchovfix format mistakes visible if UAUDIO_DEBUG is defined
2014-05-17 ratchovfix format mistakes visible if AUICH_DEBUG is defined
2014-05-17 ratchovunbreak build with AUDIO_DEBUG: use %lx for bus_addr_t
2014-05-17 miodIn pmap_remove_page(), do not keep wired mappings;...
2014-05-17 miodRemove "WARNING:" prefix from SYSFAIL and ACFAIL messag...
2014-05-17 ratchovunbreak build: exchange %b args order, from miod@
2014-05-17 miodLower VUPS value for delay() to behave closer to the...
2014-05-17 sthenswitch RSA key generation default to 2048 bits (matchin...
2014-05-17 miodPrint the rpb device type and unit values if the root...
2014-05-17 jmatthewWhen the firmware tells us a loop id is already in...
2014-05-17 aoyamaChange the return value of interrupt handler to 0 when...
2014-05-17 bluhmWhen parsing a numerical value for the TOS bits, make...
2014-05-17 jmcbetter description for -A and -a, with help from millert;
2014-05-16 jmcupdate NAME and MLINKS for previous;
2014-05-16 jmcmore STANDARDS fleshing; ok sobrado millert
2014-05-16 tedudocument crypt_checkpass
2014-05-16 teduadd prototypes for new crypt functions
2014-05-16 toddsync
2014-05-16 mpiReduce the difference between HC drivers by always...
2014-05-16 tedusave up the failures for the end in the argc == 0.
2014-05-16 mpiThere is no need to remember which usb(4) device is...
2014-05-16 tedua few changes for new code to match local style
2014-05-16 teduchecksum mode can use magic pubkey finder too
next