]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib
Use SRCTOP instead of .CURDIR relative paths with ".."
[FreeBSD/FreeBSD.git] / contrib /
2017-02-23 Eric van GyzenAdd sem_clockwait_np()
2017-02-23 Navdeep ParharAdd support for RDMA from userspace with T6 cards.
2017-02-23 Kurt LidlReset failed login count to zero when removing a blocke...
2017-02-22 Kurt LidlImprove ipfw rule creation for blacklist-helper script
2017-02-20 Mariusz ZaborskiCapsicumize traceroute.
2017-02-20 Dag-Erling SmørgravUpgrade to OpenPAM Radula.
2017-02-19 Baptiste DaroussinImport mandoc 1.4.1rc2
2017-02-19 Baptiste DaroussinImport libucl 20170219
2017-02-17 Josh PaetzelMVF: 313876
2017-02-16 Dimitry AndricPull in r285478 from upstream compiler-rt trunk (by...
2017-02-16 Josh PaetzelMFV 313786
2017-02-15 Martin MatuskaMFV r313781:
2017-02-15 Ed Mastelocaltime: return NULL if time_t out of range of struct tm
2017-02-15 Xin LIMFV r313759: license change for a few headers (4 clause...
2017-02-13 Xin LIMFV r313676: libpcap 1.8.1
2017-02-11 Martin MatuskaMFV r313569:313569:313569:
2017-02-10 Gleb SmirnoffDon't check struct rtentry on FreeBSD, it is an interna...
2017-02-08 Ed Mastelld: Allow arbitrary code alignment in .eh_frame
2017-02-08 Enji CooperMerge content from ^/projects/netbsd-tests-upstream...
2017-02-08 Enji CooperMFhead@r313433
2017-02-08 Justin HibbitsAdd elf*-powerpc-freebsd targets to the elftoolchain...
2017-02-07 Enji CooperMFhead@r313404
2017-02-07 Enji CooperImprove libnetbsd compatibility with NetBSD
2017-02-07 Enji CooperOops... put the atf_tc_expect_fail in the testcase...
2017-02-07 Enji CooperExpect the t_precision long double checks to fail on...
2017-02-07 Enji CooperMFhead@r313398
2017-02-07 Enji CooperApply r274475's to expr.oxout.tab.c to fix the test...
2017-02-07 Enji CooperAdd #else case in run(..) to fix test on non-{amd64...
2017-02-07 Enji CooperMFhead@r313380
2017-02-07 Enji CooperExpect :floatunditf to fail on FreeBSD/i386
2017-02-07 Enji CooperExpect :hsearch_r_nonexistent to fail on FreeBSD
2017-02-07 Enji CooperUncomment more of the hsearch_r testcases
2017-02-07 Enji CooperMFhead@r313360
2017-02-06 Andrey V. ElsukovMerge projects/ipsec into head/.
2017-02-05 Enji CooperMFhead@r313266
2017-02-04 Enji CooperMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 Enji CooperMFhead@r313243
2017-02-02 Jung-uk KimMFV: r313101
2017-02-02 Gleb SmirnoffReduce diff to upstream using HAVE_CAPSICUM instead...
2017-02-02 Martin MatuskaMFV r313071:
2017-02-01 Dimitry AndricPull in r293536 from upstream compiler-rt trunk:
2017-02-01 Gleb SmirnoffUpdate tcpdump to 4.9.0.
2017-02-01 Justin HibbitsAdd rfdi opcode to binutils
2017-01-30 Pedro F. GiffuniMFV 312999:
2017-01-30 Pedro F. GiffuniMFV r312996:
2017-01-30 Dimitry AndricPull in r279454 from upstream llvm trunk (by James...
2017-01-30 Pedro F. GiffuniMFV r312970:
2017-01-28 Baptiste DaroussinRevert crap accidentally committed
2017-01-28 Baptiste DaroussinRevert r312923 a better approach will be taken later
2017-01-27 Ed Masteadd octeon+ as an alias for octeon in GCC & binutils
2017-01-26 Dimitry AndricPull in r278160 from upstream llvm trunk (by Wei Mi):
2017-01-26 Dimitry AndricRevert r312765 for now, since it causes assertions...
2017-01-26 Jung-uk KimMerge OpenSSL 1.0.2k.
2017-01-26 Cy SchubertUse normal KNF cuddling of elses.
2017-01-26 Cy SchubertCurrently the fragment info is placed at the top of...
2017-01-25 Cy SchubertRemove extraneous blank line.
2017-01-25 Ed Mastestrings: avoid unnecessary trip through handle_file...
2017-01-25 Cy SchubertIssue an error message when an incorrect flush argument is
2017-01-25 Dimitry AndricPull in r276136 from upstream llvm trunk (by Wei Mi):
2017-01-21 Baptiste DaroussinImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-20 Josh PaetzelMFV 312436
2017-01-19 Jung-uk KimMerge ACPICA 20170119.
2017-01-18 Enji CooperAdd back #else block accidentally removed in r312145
2017-01-18 Enji CooperMerge ^/vendor/NetBSD/tests/dist@r312370
2017-01-17 Xin LIMFV r312333: zlib 1.2.11.
2017-01-17 Xin LIVendor import of zlib 1.2.11.
2017-01-17 Gleb SmirnoffFix regression from r310655, which broke operation...
2017-01-16 Enji CooperReintroduce libutil.h #include for FreeBSD only for...
2017-01-16 Enji CooperMFhead@r312305
2017-01-16 Enji CooperRemove explicit pthread_np.h #include, per change in...
2017-01-16 Enji CooperDiff reduce with upstream and prep for next set of...
2017-01-16 Enji CooperDiff reduce with upstream by using macros and logic...
2017-01-16 Enji CooperUse sys/param.h instead of sys/types.h to prep for...
2017-01-16 Enji CooperRemove unnecessary whitespace diff
2017-01-16 Enji CooperUse _SED instead of hacking tests rewriting mknod ...
2017-01-16 Enji CooperUse _SED to rewrite mknod ... p command as mkfifo inste...
2017-01-16 Enji CooperMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-16 Enji CooperAdd GLOB_STAR #ifdef to testcases which require GLOB_ST...
2017-01-16 Enji CooperRemove sys/param.h
2017-01-16 Enji CooperDrop unnecessary diff rewriting dict(..) function
2017-01-15 Enji CooperDiff reduce with upstream and consolidate #ifdefs where...
2017-01-15 Enji CooperRemove libutil.h #include on FreeBSD and instead favor...
2017-01-15 Enji CooperMFhead@r312226
2017-01-15 Enji Cooperlib/libc/gen/t_glob.c: diff reduce with NetBSD's copy
2017-01-15 Enji CooperPull in ^/vendor/NetBSD/tests/dist@r312219
2017-01-15 Enji CooperMFhead@r312217
2017-01-14 Enji CooperAdd include Makefiles for tests/sys/{fs,kern,kqueue...
2017-01-14 Enji CooperRevert t_pow@r312154
2017-01-14 Enji CooperFix the build using hunks pending upstream contributions
2017-01-14 Enji CooperDiff reduce with upstream post-accepted contributions
2017-01-14 Enji CooperOne more sys/types.h kevent clarification missed in...
2017-01-14 Enji CooperClarify why sys/types.h #include is needed on FreeBSD
2017-01-14 Enji CooperUse cleanup routines to remove POSIX semaphores instead...
2017-01-14 Enji CooperDiff reduce with upstream by taking diff hunks that...
2017-01-14 Enji CooperReadd the CMSG_DATA for assigning the kqueue... this...
2017-01-14 Enji CooperRemove extra EVSET I added in r312146 by accident
2017-01-14 Enji CooperDiff reduce with upstream
2017-01-14 Enji CooperTry to consolidate the #ifdef soup into FreeBSD vs...
2017-01-14 Enji CooperDiff reduce with upstream
2017-01-14 Enji CooperRemove comment no longer true since the test no longer...
next