]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib
Merge libc++ trunk r291476, update Makefile, ObsoleteFiles.inc and
[FreeBSD/FreeBSD.git] / contrib /
2017-01-09 Dimitry AndricMerge libc++ trunk r291476, update Makefile, ObsoleteFi...
2017-01-09 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291476.
2017-01-09 Dimitry AndricMerge ^/head r311808 through r311811.
2017-01-09 Dimitry AndricMerge ^/head r311692 through r311807.
2017-01-09 Enji CooperAdd a REVISION section to track changes for the BEGEMOT...
2017-01-09 Enji CooperAdd a REVISION section to track changes for the FOKUS...
2017-01-09 Enji CooperSimilar to r311750, check for the result from smiGetMod...
2017-01-09 Enji CooperUse calloc instead of malloc + memset(.., 0, ..)
2017-01-09 Enji CooperCheck result from smiGetFirstNode and smiGetNodeByOID
2017-01-09 Enji CooperAdd a REVISION section to track changes for the BEGEMOT...
2017-01-09 Enji CooperUse nitems(mib) instead of hardcoding mib's length...
2017-01-08 Dimitry AndricClean out stuff we don't use.
2017-01-08 Dimitry AndricMerge compiler-rt r291274.
2017-01-08 Dimitry AndricMerge libc++ r291274, and update the library Makefile.
2017-01-08 Dimitry AndricMerge ^/head r311684 through r311691.
2017-01-08 Dimitry AndricMerge ^/head r311546 through r311683.
2017-01-07 Dimitry AndricFix the following clang 4.0.0 warning in ngatm's snmp_a...
2017-01-07 Ed Mastelibunwind: add noexec stack annotation
2017-01-07 Dimitry AndricIn tcpdump's print-tcp.c, avoid increasing alignment...
2017-01-06 Dimitry AndricAfter r311459, some ports can break, because a few...
2017-01-06 Dimitry AndricMerge ^/head r311460 through r311545.
2017-01-06 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-06 Konstantin BelousovUse type-independent formats for printing nlink_t and...
2017-01-06 Enji CooperRemove unnecessary __unused attribute attached to ...
2017-01-06 Xin LIMFV r311477: xz 5.2.3.
2017-01-05 Jung-uk KimMerge ACPICA 20161222.
2017-01-05 Dimitry AndricAlso remove unnecessary extern keywords from tcpd.h.
2017-01-05 Dimitry AndricMerge ^/head r311314 through r311459.
2017-01-05 Dimitry AndricPut proper prototypes in tcpd.h
2017-01-05 Enji Cooperop_usm_users: don't deref uusers if it's NULL when...
2017-01-05 Enji Coopersnmp_table_fetch_async: don't leak `work` if snmp_pdu_s...
2017-01-05 Enji Cooperop_usm_users: fix indentation in SNMP_OP_SET block
2017-01-05 Enji CooperUse calloc instead of malloc + memset(.., 0, ..)
2017-01-05 Enji Cooperlsock_init_port: address issues with initializing socka...
2017-01-05 Enji Cooperlm_load: fix string copying issues
2017-01-05 Enji CooperRedo fix for CID 979581
2017-01-04 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291015, and...
2017-01-04 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 Dimitry AndricMerge ^/head r311306 through r311313.
2017-01-04 Dimitry AndricMerge ^/head r311132 through r311305.
2017-01-04 Dimitry AndricUpdate lldb Makefile, and disable some functionality...
2017-01-04 Xin LIMFV r311279: zlib 1.2.10.
2017-01-04 Enji Coopersnmp_mibII(3) requires net/if.h and net/if_mib.h
2017-01-04 Xin LIVendor import of zlib 1.2.10.
2017-01-04 Xin LIRestructure libz, place vendor files in contrib/zlib...
2017-01-04 Enji Cooperrun: ensure pthread_condattr_{init,setclock} is successful
2017-01-04 Enji Coopersetrlimit_basic: don't leak buf; free it on completion
2017-01-04 Enji Cooperrevoke_perm: don't leak fd at the end of the test;...
2017-01-04 Enji Cooperstat_symlink: don't leak fd; close the file descriptor...
2017-01-04 Enji Cooperpipe_restart: free f on function exit to quell complain...
2017-01-04 Enji Cooperswapcontext1: test for getcontext(3) and swapcontext...
2017-01-04 Enji CooperClarify lifetime of child(..) function
2017-01-04 Xin LIAdd missing files in zlib 1.2.8.
2017-01-04 Enji Cooperfpu: ensure calls to pthread_create succeed and test...
2017-01-04 Enji CooperUse calloc instead of malloc with buffers in snmp_...
2017-01-04 Enji Coopermincore_resid: free buf after use
2017-01-04 Enji Cooper{strchr,strlen}_basic: don't leak the dlopen'ed handle...
2017-01-04 Enji Coopermknodat_fd: close dfd after use to avoid leaking it
2017-01-04 Enji Coopermkfifoat_fd: close dfd after use to avoid leaking it
2017-01-04 Enji Cooperfexecve: don't leak fd on fexecve(2) failure; close...
2017-01-04 Enji Coopertty: don't leak s after opening it with openpty
2017-01-04 Enji Coopermmap_prot_3, mmap_truncate, mmap_truncate_signal: don...
2017-01-04 Enji Cooperlisten_low_port: check for errors from socket(2) before...
2017-01-04 Enji Cooperkqueue_desc_passing: initialize m.msg_flags to 0
2017-01-04 Enji Cooperumask_open: don't leak fd on success
2017-01-04 Enji Cooperunlink_fifo: don't leak the file descriptors opened...
2017-01-04 Enji Cooperttyname_err: close fd if it was opened successfully
2017-01-04 Enji CooperFix Coverity issues
2017-01-04 Enji Cooperhumanize_number_basic: don't leak buf
2017-01-04 Enji Cooperftok_link: don't leak fd
2017-01-04 Enji Cooperseekdir_basic: fix various Coverity issues
2017-01-04 Enji CooperInitialize msg.msg_flags to 0
2017-01-03 Dimitry AndricDisable PDB support in LLVMSymbolizer for now, to avoid...
2017-01-03 Dimitry AndricFix printf format warning on i386.
2017-01-03 Dimitry AndricComment out more unused functionality.
2017-01-03 Dimitry AndricRemove incorrectly merged code fragment.
2017-01-02 Dimitry AndricFix line endings (upstream file has CRLF ones).
2017-01-02 Dimitry AndricUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate llvm to trunk r290819 and resolve conflicts.
2017-01-01 Enji CooperFix spelling errors; bump .Dd for the change
2017-01-01 Enji CooperBump .Dd for the spelling and .Nm updates
2017-01-01 Enji CooperFix spelling errors
2017-01-01 Enji Cooperbsnmpclient(3) also documents snmp_client_init, snmp_cl...
2016-12-31 Enji Coopersnmp_discover_engine: fix up req/resp (PDU object)...
2016-12-31 Enji CooperSimilar to r310954, set .len to 0 on malloc failure...
2016-12-31 Enji CooperInitialize ret to SNMPD_INPUT_OK at the top of snmp_inp...
2016-12-31 Enji CooperUse strlcpy when copying `com` to pdu->community to...
2016-12-31 Enji CooperMIB-II: use strlcpy instead of strcpy when copying...
2016-12-31 Enji CooperMIB-II: use strlcpy when copying interface names to...
2016-12-31 Enji CooperUnbreak the build by passing the string to strdup,...
2016-12-31 Enji CooperUse strdup in snmp_parse_server(..) when possible inste...
2016-12-30 Enji CooperGuard against use-after-free after calling mibif_free(..)
2016-12-30 Martin MatuskaMFV r310869:
2016-12-30 Martin MatuskaMFV r310798:
2016-12-30 Martin MatuskaMFV r310796, r310797:
2016-12-30 Enji CooperFix whitespace in a comment and fixing a spelling error...
2016-12-30 Olivier HouchardMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-29 Enji CooperUse uint32_t instead of u_int32_t for or_last_change...
next