Note that sys/types.h is required on FreeBSD for kqueue(2), unlike NetBSD
[freebsd.git] / contrib /
2017-01-14 ngieNote that sys/types.h is required on FreeBSD for kqueue...
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-12 ngieRemove __HAVE_LONG_DOUBLE #define from t_strtod.c and...
2017-01-12 ngieFix lib/libc/sys/access_test after r311925
2017-01-11 emastereadelf: add S390 relocation types
2017-01-11 emastereadelf: add more PPC64 relocation types found in LLVM
2017-01-11 emastereadelf: add PPC64 relocation types
2017-01-11 ngieConsolidate __NetBSD__ #ifdef
2017-01-11 ngieImport testcase updates with code contributed back...
2017-01-11 ngieFix whitespace in comment
2017-01-11 ngiePartially revert r311236
2017-01-11 ngieFix up r311227
2017-01-10 mmMFV r311899:
2017-01-10 ngieDiff reduce with upstream by removing signal.h #include
2017-01-10 ngieMerge ^/vendor/NetBSD/tests/dist@r311868
2017-01-10 ngieMerge the grammar fix for lib/libc/gen/raise_test:raise...
2017-01-09 ngieAdd a REVISION section to track changes for the BEGEMOT...
2017-01-09 ngieAdd a REVISION section to track changes for the FOKUS...
2017-01-09 ngieSimilar to r311750, check for the result from smiGetMod...
2017-01-09 ngieUse calloc instead of malloc + memset(.., 0, ..)
2017-01-09 ngieCheck result from smiGetFirstNode and smiGetNodeByOID
2017-01-09 ngieAdd a REVISION section to track changes for the BEGEMOT...
2017-01-09 ngieUse nitems(mib) instead of hardcoding mib's length...
2017-01-07 dimFix the following clang 4.0.0 warning in ngatm's snmp_a...
2017-01-07 emastelibunwind: add noexec stack annotation
2017-01-07 dimIn tcpdump's print-tcp.c, avoid increasing alignment...
2017-01-06 dimAfter r311459, some ports can break, because a few...
2017-01-06 kibUse type-independent formats for printing nlink_t and...
2017-01-06 ngieRemove unnecessary __unused attribute attached to ...
2017-01-06 delphijMFV r311477: xz 5.2.3.
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 dimAlso remove unnecessary extern keywords from tcpd.h.
2017-01-05 dimPut proper prototypes in tcpd.h
2017-01-05 ngieop_usm_users: don't deref uusers if it's NULL when...
2017-01-05 ngiesnmp_table_fetch_async: don't leak `work` if snmp_pdu_s...
2017-01-05 ngieop_usm_users: fix indentation in SNMP_OP_SET block
2017-01-05 ngieUse calloc instead of malloc + memset(.., 0, ..)
2017-01-05 ngielsock_init_port: address issues with initializing socka...
2017-01-05 ngielm_load: fix string copying issues
2017-01-05 ngieRedo fix for CID 979581
2017-01-04 delphijMFV r311279: zlib 1.2.10.
2017-01-04 ngiesnmp_mibII(3) requires net/if.h and net/if_mib.h
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-04 ngierun: ensure pthread_condattr_{init,setclock} is successful
2017-01-04 ngiesetrlimit_basic: don't leak buf; free it on completion
2017-01-04 ngierevoke_perm: don't leak fd at the end of the test;...
2017-01-04 ngiestat_symlink: don't leak fd; close the file descriptor...
2017-01-04 ngiepipe_restart: free f on function exit to quell complain...
2017-01-04 ngieswapcontext1: test for getcontext(3) and swapcontext...
2017-01-04 ngieClarify lifetime of child(..) function
2017-01-04 delphijAdd missing files in zlib 1.2.8.
2017-01-04 ngiefpu: ensure calls to pthread_create succeed and test...
2017-01-04 ngieUse calloc instead of malloc with buffers in snmp_...
2017-01-04 ngiemincore_resid: free buf after use
2017-01-04 ngie{strchr,strlen}_basic: don't leak the dlopen'ed handle...
2017-01-04 ngiemknodat_fd: close dfd after use to avoid leaking it
2017-01-04 ngiemkfifoat_fd: close dfd after use to avoid leaking it
2017-01-04 ngiefexecve: don't leak fd on fexecve(2) failure; close...
2017-01-04 ngietty: don't leak s after opening it with openpty
2017-01-04 ngiemmap_prot_3, mmap_truncate, mmap_truncate_signal: don...
2017-01-04 ngielisten_low_port: check for errors from socket(2) before...
2017-01-04 ngiekqueue_desc_passing: initialize m.msg_flags to 0
2017-01-04 ngieumask_open: don't leak fd on success
2017-01-04 ngieunlink_fifo: don't leak the file descriptors opened...
2017-01-04 ngiettyname_err: close fd if it was opened successfully
2017-01-04 ngieFix Coverity issues
2017-01-04 ngiehumanize_number_basic: don't leak buf
2017-01-04 ngieftok_link: don't leak fd
2017-01-04 ngieseekdir_basic: fix various Coverity issues
2017-01-04 ngieInitialize msg.msg_flags to 0
2017-01-01 ngieFix spelling errors; bump .Dd for the change
2017-01-01 ngieBump .Dd for the spelling and .Nm updates
2017-01-01 ngieFix spelling errors
2017-01-01 ngiebsnmpclient(3) also documents snmp_client_init, snmp_cl...
2016-12-31 ngiesnmp_discover_engine: fix up req/resp (PDU object)...
2016-12-31 ngieSimilar to r310954, set .len to 0 on malloc failure...
2016-12-31 ngieInitialize ret to SNMPD_INPUT_OK at the top of snmp_inp...
2016-12-31 ngieUse strlcpy when copying `com` to pdu->community to...
2016-12-31 ngieMIB-II: use strlcpy instead of strcpy when copying...
2016-12-31 ngieMIB-II: use strlcpy when copying interface names to...
2016-12-31 ngieUnbreak the build by passing the string to strdup,...
2016-12-31 ngieUse strdup in snmp_parse_server(..) when possible inste...
2016-12-30 ngieGuard against use-after-free after calling mibif_free(..)
2016-12-30 mmMFV r310869:
2016-12-30 mmMFV r310798:
2016-12-30 mmMFV r310796, r310797:
2016-12-30 ngieFix whitespace in a comment and fixing a spelling error...
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-29 ngieUse uint32_t instead of u_int32_t for or_last_change...
2016-12-29 ngiePrevent improper memory accesses after calling snmp_pdu...
2016-12-28 markjFollow DW_AT_specification when looking up DW_AT_type...
2016-12-28 amdmi3bzip2 does not exit after showing license as requested...
2016-12-28 ngiestyle(9): ip_get(..): clean up whitespace
2016-12-28 ngiestyle(9): snmp_send_packet(..): fix whitespace
2016-12-28 ngiestyle(9): fix whitespace in pdu_encode_secparams(..)
2016-12-28 ngiestyle(9): sort alignment in udp_recv(..)
2016-12-28 ngieFix bsnmpd sending/receiving with multi-homed configura...
2016-12-27 ngiestyle(9): clean up trailing whitespace
2016-12-27 emasteelfcopy: fix PE object section name corruption and...
2016-12-27 mmMFV r310622:
next