openbsd
2014-05-22 krwNuke pointless dev_bsize variable which is always set...
2014-05-22 jsingMore KNF.
2014-05-22 guentherMake this build cleanly even with UTF8_{putc,getc}...
2014-05-22 guentherNo uses of UTF8_{getc,putc}() in ports, so remove them...
2014-05-22 krwNuke some trailing whitespace to shrink subsequent...
2014-05-22 guentherFrom FreeBSD: the second argument to UFS_UPDATE/ffs_upd...
2014-05-21 jmatthewWe only have one possible location to use for a logged...
2014-05-21 jmatthewWhen the firmware tells us a loop id is already in...
2014-05-21 krwNuke some trailing whitespace to shrink subsequent...
2014-05-21 pascalstat(2) on the spool file needs privileges. Fixes...
2014-05-21 krwNuke some trailing whitespace to shrink subsequent...
2014-05-21 krwNuke some trailing whitespace and break some long lines...
2014-05-21 krwNuke some trailing whitespace to shrink subsequent...
2014-05-21 krwFix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and...
2014-05-21 ottofix MALLOC_STATS (not compiled in by default); ok tedu@
2014-05-21 mpiFix IPsec route addition broken since the removal of...
2014-05-21 mpiregen
2014-05-21 mpiAdd VIA Labs.
2014-05-21 mpiHandle the stall condition just like the bable one...
2014-05-21 djmwhen failing because of unexpected output, show the...
2014-05-21 guentherUse errc/warnc to simplify code.
2014-05-21 jmcdocument which keywords are posix conformant;
2014-05-21 guentherExit with non-zero status if a read is truncated, or...
2014-05-21 mlarkinChange use of Z_PARTIAL_FLUSH to Z_SYNC_FLUSH in the...
2014-05-21 mlarkinTypo in comment noticed during some recent hibernate...
2014-05-21 mlarkinFix invalid / missing format specifiers in several...
2014-05-21 teduwarn about implicit. misspelled function names in libc...
2014-05-20 dlgdestinct is spelled distinct.
2014-05-20 halexremove irrelevant, outdated, and misleading sentence...
2014-05-20 yasuokaMerge the fixes from the upstream. Factor out some...
2014-05-20 krwAs suggested by guenther@ and millert@, replace seek...
2014-05-20 ericformat string cleanup: change "%i" to "%d" and fix...
2014-05-20 reykUnify the SSL privsep key loading functions.
2014-05-20 jsingKSSL is dead... nuke KSSL_DEBUG from orbit.
2014-05-20 mpiregen
2014-05-20 mpiAdd VIA VL80x xHCI.
2014-05-20 mpiFormat string fixes for XHCI_DEBUG.
2014-05-20 reykDeep down inside OpenSSL, err... LibreSSL, RSA_set_ex_d...
2014-05-20 sylAdd -o max_read=XXX support in fuse. This is needed...
2014-05-20 sylAdd support for -o XXX or -oXXX options in libfuse.
2014-05-20 nicmThe argv[] used for el_set() EL_BIND, EL_SETTY, etc...
2014-05-20 mpiAssign the queue ID to the correct packet header when...
2014-05-20 mpiFix eui64 address generation, broken since the removal...
2014-05-20 mpicorrectly match size and buffer. from enh at google
2014-05-20 ericremove dead files
2014-05-20 espieyet more code that no longer makes any sense
2014-05-20 espiemakewhatis being now external, it no longer requires...
2014-05-20 espiefix bogus extension: $code and $code2 belong in _system...
2014-05-20 guentherUse errc/warnc to simplify code.
2014-05-20 guentherBring UTF8_{getc,putc} up-to-date: it's been a decade...
2014-05-19 miodFormat string fixes and removal of -Wno-format for...
2014-05-19 jcaX509_free() the certificate if the server hostname...
2014-05-19 miodFix several bounds checks in ssl_add_clienthello_tlsext...
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
next