]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib/netbsd-tests/lib/libc
MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followups
[FreeBSD/FreeBSD.git] / contrib / netbsd-tests / lib / libc /
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-18 ngieAdd back #else block accidentally removed in r312145
2017-01-16 ngieReintroduce libutil.h #include for FreeBSD only for...
2017-01-16 ngieMFhead@r312305
2017-01-16 ngieDiff reduce with upstream by using macros and logic...
2017-01-16 ngieUse sys/param.h instead of sys/types.h to prep for...
2017-01-16 ngieRemove unnecessary whitespace diff
2017-01-16 ngieMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-16 ngieAdd GLOB_STAR #ifdef to testcases which require GLOB_ST...
2017-01-16 ngieRemove sys/param.h
2017-01-16 ngieDrop unnecessary diff rewriting dict(..) function
2017-01-15 ngieDiff reduce with upstream and consolidate #ifdefs where...
2017-01-15 ngieRemove libutil.h #include on FreeBSD and instead favor...
2017-01-15 ngielib/libc/gen/t_glob.c: diff reduce with NetBSD's copy
2017-01-15 ngiePull in ^/vendor/NetBSD/tests/dist@r312219
2017-01-15 ngieMFhead@r312217
2017-01-14 dimMerge ^/head r311940 through r312200.
2017-01-14 dimMerge compiler-rt release_40 branch r292009.
2017-01-14 dimMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-14 ngieAdd include Makefiles for tests/sys/{fs,kern,kqueue...
2017-01-14 ngieFix the build using hunks pending upstream contributions
2017-01-14 ngieDiff reduce with upstream by taking diff hunks that...
2017-01-14 ngieReadd the CMSG_DATA for assigning the kqueue... this...
2017-01-14 ngieRemove extra EVSET I added in r312146 by accident
2017-01-14 ngieDiff reduce with upstream
2017-01-14 ngieTry to consolidate the #ifdef soup into FreeBSD vs...
2017-01-14 ngieDiff reduce with upstream
2017-01-14 ngieRemove comment no longer true since the test no longer...
2017-01-14 ngieDiff reduce with upstream
2017-01-14 ngie:strtold_nan: remove unnecessary strcmp check
2017-01-14 ngieDiff reduce with upstream
2017-01-14 ngieUse copy of sha2.h from libnetbsd
2017-01-14 ngieRestore deleted line
2017-01-14 ngieDiff reduce with upstream using lib/libnetbsd's updated...
2017-01-14 ngier312133 should have used the non-FreeBSD block
2017-01-14 ngieDiff reduce with upstream by using util.h from libnetbs...
2017-01-14 ngieDiff reduce with upstream
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieTry again with a better commit message
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-14 ngieDelete trailing whitespace and use __arraycount instead...
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 dimMerge ^/head r311812 through r311939.
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 dimMerge compiler-rt trunk r291476.
2017-01-09 dimMerge llvm, clang, lld and lldb trunk r291476.
2017-01-08 dimMerge compiler-rt r291274.
2017-01-08 dimMerge libc++ r291274, and update the library Makefile.
2017-01-06 dimMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-04 dimMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 dimMerge ^/head r311132 through r311305.
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
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 ngieClarify lifetime of child(..) function
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 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-02 dimUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate llvm to trunk r290819 and resolve conflicts.
2016-12-30 mmMFV r310796, r310797:
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-27 mmMFV r310622:
2016-12-19 sjgMerge bmake-20161212
2016-12-17 mmMFV r310115,310184:
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-10 ngieChange the process limits for RLIMIT_MEMLOCK to RLIM_IN...
2016-12-09 dimMerge ^/head r309519 through r309757.
next