]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-10-25 Enji CooperLet's try doing this...
2017-10-25 Enji CooperTry setting MK_COVERAGE in WMAKEENV
2017-10-25 Enji CooperI guess I have to use COMPILER_FEATURES, not X_COMPILER...
2017-10-23 Enji CooperDon't expand _coverage_libs
2017-10-23 Enji CooperMore trying to quash the stupidity of gcc 4.2.1
2017-10-23 Enji CooperDon't require ${DESTDIR}${_gcno_dir} until install
2017-10-23 Enji CooperMissing .endif FTL
2017-10-23 Enji CooperDiff reduce and try to apply MK_COVERAGE only against...
2017-10-23 Enji CooperMove MK_COVERAGE fu before .include <bsd.mkopt.mk>...
2017-10-23 Enji CooperMFhead@r324914
2017-10-23 Enji CooperFix tabs before the style police nags me
2017-10-23 Enji CooperEvery day I'm shuffling (comments) to diff reduce
2017-10-23 Enji CooperIn the search of a perfect knob pairing
2017-10-23 Enji CooperFix an omission in a comment
2017-10-23 Enji CooperCongrats riscv* : you unlike millions of americans...
2017-10-23 Enji CooperDie. Die. Die. Tinderbox failures on mips/powerpc
2017-10-23 Enji Coopermips, you cause me too much grief with make tinderbox...
2017-10-23 Enji CooperUse MK_CLANG instead -_-
2017-10-23 Enji CooperUse BROKEN_OPTIONS for MK_COVERAGE=no so it will be...
2017-10-23 Enji CooperTrying to get libgcov to work was a stupid, stupid...
2017-10-23 Enji CooperLet's just nip gcc 4.2.1 in the bud and say MK_COVERAGE=no
2017-10-23 Enji CooperFix typo in previous commit
2017-10-23 Enji CooperUse -fprofile_dir=${COVERAGEDIR} with --coverage
2017-10-23 Enji Cooper-fvisibility is a c++ thing, per gcc(1)
2017-10-23 Enji Cooperlibprofile_rt requires c++-11
2017-10-23 Enji CooperThis shouldn't be required either
2017-10-23 Enji CooperDiff reduce with ^/head
2017-10-23 Enji CooperGet rid of now unnecessary intermediate variable, _cove...
2017-10-23 Enji CooperSupport compiling lib/libclang_rt/profile with gcc
2017-10-23 Enji CooperHandle host builds
2017-10-23 Enji CooperDelete MK_COVERAGE=no with gcc. Let's see if this fixes...
2017-10-23 Enji CooperAlways compile libgcov and libprofile_rt
2017-10-23 Mateusz GuzikBump WITNESS_PENDLIST to accomodate sleepq chain bump.
2017-10-23 Enji CooperNeed to make all of the variables immediate, or the...
2017-10-23 Enji CooperTry unbreaking MK_COVERAGE != no with make tinderbox
2017-10-23 Enji CooperDiff reduce with ^/head
2017-10-23 Enji CooperRemove MK_COVERAGE=no sprinkled around sys/boot
2017-10-22 Enji CooperMFhead@r324884
2017-10-22 Enji CooperRestore gcc 4.8 version check
2017-10-22 Warner LoshUse preferred defined paths, rather than relative paths...
2017-10-22 Warner LoshCreate a shell script to build sys/boot on all the...
2017-10-22 Warner LoshUse SYSDIR instead of ${.CURDIR}/../..<etc>/sys.
2017-10-22 Warner LoshUse BOOTSRC here.
2017-10-22 Warner LoshPrefer SRCTOP paths for bits we're grabbing from libc.
2017-10-22 Warner LoshMake at91 boot loader compile again.
2017-10-22 Warner LoshEnd source directories with SRC rather than a hodgepodg...
2017-10-22 Warner LoshMove fdt and uboot defines into common uboot.mk.
2017-10-22 Enji CooperDisable MK_COVERAGE in Makefile.inc1 when working with...
2017-10-22 Enji CooperRemove BROKEN_OPTIONS/MK_COVERAGE=no for gcc cross...
2017-10-22 Enji CooperDefine TARGET_CPUARCH and use in libclang_rt as the...
2017-10-22 Enji CooperCreate GCNOS directories at install time if needed
2017-10-22 Mateusz GuzikMake the sleepq chain hash size configurable per-arch...
2017-10-22 Mateusz Guziksdt: make all sdt probe sites test one variable
2017-10-22 Mark JohnstonDelete declarations of struct pfs_bitmap, removed in...
2017-10-22 Mateusz Guziksdt: whack unused SDT_PROBE_ENABLED
2017-10-22 Jilles Tjoelkerlibc: Do not refer to _DefaultRuneLocale in ctype inlines
2017-10-22 Mark JohnstonAddress some miscellaneous issues in the CTF man page.
2017-10-22 Mark JohnstonMFV r323105 (partial): 8300 fix man page issues found...
2017-10-22 Mateusz GuzikChange kdb_active type to u_char.
2017-10-22 Enji CooperClean up trailing whitespace in kdb_thr_ctx(..)
2017-10-22 Enji CooperOnly try handling mutating GCNOS if SRCS is not empty
2017-10-22 Bruce M SimpsonModernise this man page somewhat.
2017-10-22 Enji CooperDo direct comparisons with TARGET for armv6/armv7
2017-10-22 Bruce M SimpsonAdd Prolific PL27A1 USB 3.0 Host-Host device to udbp(4).
2017-10-22 Edward Tomasz... Add OID for the vm.overcommit sysctl. This makes it...
2017-10-22 Edward Tomasz... Don't call realpath(3) from libmap rtld code. This...
2017-10-22 Enji CooperDocument /usr/lib/cov (COVERAGEDIR) in hier(7)
2017-10-22 Konstantin... Remove the support for mknod(S_IFMT), which created...
2017-10-22 Enji CooperMFhead@r324851
2017-10-22 Enji CooperRegenerate src.conf(5) after r324340 (armv7 addition)
2017-10-22 Warner LoshDefine LIBSA32 to LIBSA on i386 to fix build.
2017-10-22 Enji CooperAdd more draft text to WITH_COVERAGE
2017-10-22 Enji CooperTweaks to make libraries and make installworld
2017-10-22 Enji CooperIt _was_ .gcno's, not .gcda's that get produced with...
2017-10-22 Warner LoshAdd note to updating about shifting LOADER_*SUPPORT...
2017-10-22 Warner LoshUse BOOTOBJ and BOOTDIR to find geli includes and libra...
2017-10-22 Warner LoshWhen building standalone, don't define errno. Let the...
2017-10-22 Warner LoshStopgap fix to the mistmatch between LOADER_GELI_SUPPOR...
2017-10-22 Warner LoshIntroduce BOOTOBJ: The top level object directory for...
2017-10-22 Warner LoshUse BOOTDIR more consistently in defs.mk rather than...
2017-10-22 Enji CooperHave to evaluate GCDAS immediately b/c I .undef'ed...
2017-10-21 Enji CooperMFhead@r324837
2017-10-21 Enji CooperFix typo in prior commit with stray colon after :M
2017-10-21 Enji CooperMark MK_COVERAGE broken for arm64/arm*
2017-10-21 Mateusz Guzikmtx: implement thread lock fastpath
2017-10-21 Brad DavisRemove a atrun check that is nullified by r318443.
2017-10-21 Dimitry AndricPull in r316035 from upstream llvm trunk (by Tim Northo...
2017-10-21 Dimitry AndricAfter the import of libc++ 5.0.0, there is no need...
2017-10-21 Konstantin... Check that the page which is freed as zeroed, indeed...
2017-10-21 Stefan EßerMention sysrc(8) as scripting interface for the modific...
2017-10-21 Emmanuel Vadotdtb/allwinner: Disconnect sinovoip-bpi-m3.dts from...
2017-10-21 Michal MelounFix spelling.
2017-10-21 Emmanuel Vadotdts: Update our device tree sources file fomr Linux...
2017-10-21 Emmanuel Vadotdts: Update the Device Tree Sources to Linux 4.13
2017-10-21 Michal MelounFullify implementation of AT_HWCAP and AT_HWCAP2 for...
2017-10-21 Michal MelounAdd C++ decoration to auxv.v forgotten in r324815.
2017-10-21 Michal MelounMake elf_aux_info() as public libc function.
2017-10-21 Michal MelounAdd AT_HWCAP2 ELF auxiliary vector.
2017-10-21 Ryan Libbypms/freebsd: fix compiler warnings
2017-10-20 Bjoern A. ZeebWith r181803 on 2008-08-17 23:27:27Z the first VIMAGE...
next