Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-12Install working pkgconfig .pc files for compat librariesAlex Richardson
2022-07-01libcompat: Use WORLDTMP sysrootBrooks Davis
2022-02-03Makefile.libcompat: SortWarner Losh
2022-02-03stand: Fix kboot issue on powerpc64 with MK_LIB32=yesWarner Losh
2021-12-09libcompat: Remove MIPS from list of compat librariesWarner Losh
2021-10-04ncurses: fix libcompat (lib32 for example) buildingBaptiste Daroussin
2021-08-04Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne
2021-08-04mk: format some option listsMitchell Horne
2021-08-02Add build system support for ASAN+UBSAN instrumentationAlex Richardson
2021-08-01`make buildworld' with time logging for each stageWolfram Schneider
2021-05-31libpmc: always generate libpmc_events.cMitchell Horne
2021-01-07libcompat: remove redundant path for ncursesBaptiste Daroussin
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2021-01-07Stop passing MK_WARNS=no for bootstrap toolsAlex Richardson
2021-01-05ncurses: only keep the version with widechar supportBaptiste Daroussin
2020-10-08Race in 32-bit fixedWarner Losh
2020-09-08Add WITH_/WITHOUT_CLEAN option to replace NO_CLEANEd Maste
2020-03-26Stop building libl and libyEmmanuel Vadot
2019-11-08libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis
2019-11-07Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis
2019-11-07libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis
2019-10-16Build compat libraries before "everything".Brooks Davis
2019-10-16Move the per-ARCH definitions to bsd.compat.mk.Brooks Davis
2019-10-12Centralize adding OBJCOPY=${XOBJCOPY} to LIB32WMAKEFLAGS.Brooks Davis
2019-07-25libsysdecode: use the proper include directoryEd Maste
2019-07-25Workaround the build failure on platforms have lib32 after r350301Li-Wen Hsu
2019-06-29Build lib32 libl. The library is built from usr.bin/lex/lib. It would beTijl Coosemans
2018-11-12Use ...-freebsd13.0 in -target strings.Brooks Davis
2018-11-03libcompat: disable retpoline when building build toolsEd Maste
2018-08-23Fix non-FreeBSD host lib32 build for TARGET=amd64Alex Richardson
2018-08-03Install the 32-bit compat sanitizer libraries.John Baldwin
2018-07-30Makefile.libcompat: correctly append to make variableEd Maste
2018-07-30Makefile.libcompat: use one variable assignment per lineEd Maste
2018-06-30Don't change directory owner to root when building with -DNO_ROOTAlex Richardson
2018-06-29Remove the various build flag hacks for GCC cross-compile.John Baldwin
2018-06-20Reduce exec and fstat overhead for non-build targets.Bryan Drewery
2018-06-15lib32: Fix lib/libpmc/pmu-events files ending up in source directory.Bryan Drewery
2018-06-15libcompat: Only build libmagic build tool if MK_FILE is yes.Bryan Drewery
2018-06-15Only build jevents if MK_PMC is yes and only for amd64 in libcompat.Bryan Drewery
2018-06-01libpmc/pmu: enable for i386 as wellMatt Macy
2018-01-24X_COMPILER_* may not be defined.Bryan Drewery
2018-01-16Check for GCC first rather than clang in the MIPS lib32 rules.John Baldwin
2018-01-11Allow MIPS lib32 to build with clang.John Baldwin
2017-11-05Fix nested MAKEOBJDIRPREFIX breaking various release/buildworld/toolchain tar...Bryan Drewery
2017-11-05Set OBJROOT/OBJTOP as make arguments. Missed in r325329.Bryan Drewery
2017-11-02Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use.Bryan Drewery
2017-11-02Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery
2017-10-29lib32/libsoft: Store object files in a more consistent structure.Bryan Drewery
2017-10-29Move some LIBCOMPAT tmpdir logic setup to its own build target.Bryan Drewery
2017-10-06Support armv7 builds for userlandWarner Losh