openbsd
2015-06-24 mpiSuperTop IDE bridge from frantisek holop.
2015-06-24 jmctweak previous;
2015-06-24 jsingPut BUF_memdup() and BUF_reverse() under #ifndef LIBRES...
2015-06-24 mpiStop garbgage collecting mbufs from the ARP, IPv4 and...
2015-06-24 jsingStop using BUF_memdup() within the LibreSSL code base...
2015-06-24 mpiIncrement if_ipackets in if_input().
2015-06-24 kettenisIntroduce Linux work queue APIs and use them. As a...
2015-06-24 mlarkinRemove a couple of unused and old #defines that discuss...
2015-06-24 yasuokaFix npppd to terminate all PPP sessions properly even...
2015-06-24 deraadtsync
2015-06-24 yasuokaUse the return value of event_loop() properly. Also...
2015-06-24 yasuokaImprove and fix typo in the comment.
2015-06-24 yasuokaMention that pipex should be also configured by sysctl.
2015-06-24 dlgreenable the pool gc task.
2015-06-24 guentherApply normal handling to atfd+path args to chflagsat(2)
2015-06-24 dtuckerRevert previous commit. We still want to call setgroup...
2015-06-23 millertAdd regress test for multiple negation characters.
2015-06-23 millertPOSIX specifies that that multiple '!' characters prece...
2015-06-23 miodDisable some of the pmap_emulate_reference() DEBUG...
2015-06-23 miodIn the copy(9) function, make sure to remember curproc...
2015-06-23 reykFix the optional lua patterns test with obj and differe...
2015-06-23 semarieadd httpd regress
2015-06-23 semarieadd regress tests for httpd
2015-06-23 jmcvarious tweaks;
2015-06-23 semarieescape the matched substrings before using it in expansion.
2015-06-23 semarieremove a deprecated character class.
2015-06-23 bentleyAdd STANDARDS section; isblank(3) was specified in...
2015-06-23 reykAdd initial support for pattern matching using Lua...
2015-06-23 semarieThis patch ensure that when an error is detected, the...
2015-06-23 semarieThis patch ensure that e_shentsize (sections header...
2015-06-23 semariecorrects a read after bound that occurs in strcmp ...
2015-06-23 bluhmIf the kernel symbols fit completely into the 2 MB...
2015-06-23 semarieadd some check before accessing data:
2015-06-23 mpiPass a "struct ifnet *" instead of a "struct arpcom...
2015-06-23 giovannifix emacs pkg names
2015-06-23 deraadtdelete more p==NULL checks; discussed with miod, ketten...
2015-06-23 mpiAdapt bridge(4) to the new if_input() framework.
2015-06-23 yasuokaFix npppd to check the size of received GRE packets...
2015-06-23 yasuokaFix the problem when npppd receives a zero length 1701...
2015-06-23 yasuokaFix the links to pppx(4).
2015-06-23 dougChange CBS_dup() to also sync the offset.
2015-06-23 dougConvert bytestringtest to individual checks and don...
2015-06-23 dougRemove unnecessary regress target.
2015-06-22 djmDon't count successful partial authentication as failur...
2015-06-22 bluhmAdd an #ifdef HIBERNATE to allow to build a kernel...
2015-06-22 kettenisMake it possible to create write combing mappings throu...
2015-06-22 jmcdocument that boot.conf can contain comments;
2015-06-22 mikebIncrement rule counters only after successful state...
2015-06-22 kettenisFlush out another small diff to reduce the diffs with...
2015-06-22 jmctheo buehler points out that posix specifies a prompt...
2015-06-22 mpiDo not update frame lengths to reflect what has really...
2015-06-22 dtuckerDon't call setgroups if we have zero groups; there...
2015-06-22 reykAfter the last change, we also have to url_encode ...
2015-06-22 mpiMake xhci(4)'s root hub report the same status bits...
2015-06-22 mpirtrequest1(9) error code path cleanup.
2015-06-22 mpiApparently some BIOSes not supporting xHCI natively...
2015-06-21 krwDon't use uninitialized data as a return value.
2015-06-21 jcaDon't leak mem if wsfont_rotate() fails.
2015-06-21 kettenisCount transmitted packets.
2015-06-21 deraadtsync
2015-06-21 deraadtsync
2015-06-21 deraadt5.9 base key
2015-06-21 dougCheck for failure with CBB_init() in bs_ber.c.
2015-06-21 reykWhen encoding the Location url, only encode the query...
2015-06-21 claudioThere is a race between sending notifications to the...
2015-06-21 reykAdd .mkv (video/x-matroska).
2015-06-21 claudioThere is no need to include sys/ucred.h. Only sys/file...
2015-06-21 millertJust return if nmemb is 0. Avoids a NULL dereference...
2015-06-21 deraadtmemory leak on failure; from Maxime Villard
2015-06-20 kettenisFix a bug that causes uvm_pmr_get1page() to fail for...
2015-06-20 dougConvert ssl3_get_new_session_ticket to CBS.
2015-06-20 dougConvert ssl3_get_next_proto to CBS.
2015-06-20 dougConvert ssl_parse_serverhello_renegotiate_ext to CBS.
2015-06-20 jsingHandle NIST curve names in openssl(1) ecparam.
2015-06-20 jsingHandle NIST curve names.
2015-06-20 jsingHave ECPKParameters_print() include the NIST curve...
2015-06-20 jsingLess mdc2.
2015-06-20 jsingProvide EC_curve_nid2nist() and EC_curve_nist2nid().
2015-06-20 jsingMake SSL_OP_ALL readable.
2015-06-20 jsingPut CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.
2015-06-20 jsingReplace remaining CRYPTO_memcmp() calls with timingsafe...
2015-06-20 mpiOnly match devices with a valid configuration.
2015-06-20 jcasort +0n -> sort -n, the former is historical
2015-06-20 dougConvert ssl_parse_clienthello_renegotiate_ext to CBS.
2015-06-20 deraadtsync
2015-06-20 dougReplace internal call to CRYPTO_memcmp with timingsafe_...
2015-06-20 jcaBump major after {,asr_}print_sockaddr() renaming.
2015-06-20 dougFix warning on vax due to old gcc.
2015-06-20 jcaRename print_sockaddr() to avoid symbol visibility...
2015-06-20 dougCrank major for libcrypto, ssl and tls due to MDC-2DES...
2015-06-20 dougRemove obsolete MDC-2DES from libcrypto.
2015-06-19 jcaTweak whitespace and remove dangling, unneeded "else".
2015-06-19 jmatthewremove a bit more isp(4), from brad
2015-06-19 jmatthewisp(4) man page needs to go too, pointed out by jmc@
2015-06-19 uaaOnly match devices with a valid configuration.
2015-06-19 millertRemove needless casts. There's no reason to cast delim...
2015-06-19 deraadtsync
2015-06-19 jsingAdd missing message digests to function table.
2015-06-19 phesslershow the number of (currently) known prefixes and the...
2015-06-19 naddyadd 5.9 packages key
next