| Commit message (Expand) | Author | Age | Files | Lines |
| * | 12.3: update stable/12 to -PRERELEASE to start the release cycle | Glen Barber | 2021-10-07 | 1 | -3/+3 |
| * | Prefer MK_SSP=no to SSP_CFLAGS= | Mitchell Horne | 2021-08-11 | 1 | -1/+2 |
| * | mk: format some option lists | Mitchell Horne | 2021-08-11 | 1 | -2/+6 |
| * | Rename stable/12 to 12.2-PRERELEASE, marking the start of the | Glen Barber | 2020-08-28 | 1 | -3/+3 |
| * | Follow up on r351916 by also bumping the version suffix to 12.1 in | Dimitry Andric | 2019-10-20 | 1 | -3/+3 |
| * | MFC r349548: | Tijl Coosemans | 2019-07-04 | 1 | -0/+1 |
| * | Introduce src.conf knob to build userland with retpoline | Ed Maste | 2018-11-20 | 1 | -1/+2 |
| * | Fix non-FreeBSD host lib32 build for TARGET=amd64 | Alex Richardson | 2018-08-23 | 1 | -0/+5 |
| * | Install the 32-bit compat sanitizer libraries. | John Baldwin | 2018-08-03 | 1 | -1/+1 |
| * | Makefile.libcompat: correctly append to make variable | Ed Maste | 2018-07-30 | 1 | -1/+1 |
| * | Makefile.libcompat: use one variable assignment per line | Ed Maste | 2018-07-30 | 1 | -1/+2 |
| * | Don't change directory owner to root when building with -DNO_ROOT | Alex Richardson | 2018-06-29 | 1 | -5/+5 |
| * | Remove the various build flag hacks for GCC cross-compile. | John Baldwin | 2018-06-28 | 1 | -16/+0 |
| * | Reduce exec and fstat overhead for non-build targets. | Bryan Drewery | 2018-06-20 | 1 | -5/+6 |
| * | lib32: Fix lib/libpmc/pmu-events files ending up in source directory. | Bryan Drewery | 2018-06-15 | 1 | -1/+3 |
| * | libcompat: Only build libmagic build tool if MK_FILE is yes. | Bryan Drewery | 2018-06-15 | 1 | -1/+4 |
| * | Only build jevents if MK_PMC is yes and only for amd64 in libcompat. | Bryan Drewery | 2018-06-15 | 1 | -1/+6 |
| * | libpmc/pmu: enable for i386 as well | Matt Macy | 2018-05-31 | 1 | -1/+1 |
| * | X_COMPILER_* may not be defined. | Bryan Drewery | 2018-01-24 | 1 | -1/+2 |
| * | Check for GCC first rather than clang in the MIPS lib32 rules. | John Baldwin | 2018-01-16 | 1 | -8/+8 |
| * | Allow MIPS lib32 to build with clang. | John Baldwin | 2018-01-11 | 1 | -0/+9 |
| * | Fix nested MAKEOBJDIRPREFIX breaking various release/buildworld/toolchain tar... | Bryan Drewery | 2017-11-05 | 1 | -0/+2 |
| * | Set OBJROOT/OBJTOP as make arguments. Missed in r325329. | Bryan Drewery | 2017-11-05 | 1 | -3/+3 |
| * | Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use. | Bryan Drewery | 2017-11-02 | 1 | -2/+4 |
| * | Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR. | Bryan Drewery | 2017-11-01 | 1 | -5/+7 |
| * | lib32/libsoft: Store object files in a more consistent structure. | Bryan Drewery | 2017-10-29 | 1 | -2/+2 |
| * | Move some LIBCOMPAT tmpdir logic setup to its own build target. | Bryan Drewery | 2017-10-29 | 1 | -0/+10 |
| * | Support armv7 builds for userland | Warner Losh | 2017-10-05 | 1 | -2/+2 |
| * | Adjust r322633 to only apply to libexec/rtld-elf, and not usr.bin/ldd, | Enji Cooper | 2017-09-30 | 1 | -2/+6 |
| * | Honor NO_RTLD for rtld-elf, similar to what's done in libexec/Makefile, with | Enji Cooper | 2017-08-17 | 1 | -2/+2 |
| * | Follow-up to r321684 (Don't use libc++ when cross-building for gcc | Dimitry Andric | 2017-08-07 | 1 | -2/+1 |
| * | buildworld: Define SYSROOT to WORLDTMP. | Bryan Drewery | 2017-06-19 | 1 | -0/+1 |
| * | Support skipping 'make obj' tree-walk. | Bryan Drewery | 2017-05-09 | 1 | -2/+2 |
| * | META_MODE: Fix build-tools still sometimes rebuilding during target build. | Bryan Drewery | 2017-04-06 | 1 | -1/+1 |
| * | Use cross-NM (XNM) in compat32 build | Ed Maste | 2017-01-27 | 1 | -0/+2 |
| * | Enable /usr/lib32 for o32 binaries on mips64. | John Baldwin | 2017-01-06 | 1 | -2/+16 |
| * | Set -m32 in MD LIB32CPUCFLAGS rather than MI LIB32CFLAGS. | John Baldwin | 2017-01-06 | 1 | -1/+3 |
| * | Fix build of lib32 libraries for amd64 and powerpc64 with cross toolchain | Baptiste Daroussin | 2016-12-25 | 1 | -1/+1 |
| * | Fix in-tree GCC builds after r304681. | Bryan Drewery | 2016-08-23 | 1 | -1/+2 |
| * | Don't disable binutils/elftoolchain bootstrapping with external compiler. | Bryan Drewery | 2016-07-24 | 1 | -2/+2 |
| * | WITH_SYSTEM_COMPILER: Avoid using GCC4.8+ logic on native GCC4.2 platforms. | Bryan Drewery | 2016-06-29 | 1 | -2/+2 |
| * | Fix native powerpc64 build of lib32 with in-tree GCC. | Bryan Drewery | 2016-06-15 | 1 | -1/+9 |
| * | Use -L to specify compat32 library paths instead of -Y | Ed Maste | 2016-06-09 | 1 | -1/+1 |
| * | Libcompat: Swap CXX/CFLAGS. | Bryan Drewery | 2016-05-29 | 1 | -1/+1 |
| * | GCC External: Revert r300886, r300904, r300917, r300918 | Bryan Drewery | 2016-05-29 | 1 | -6/+11 |
| * | Libcompat: Set build tools in environment rather than make overrides. | Bryan Drewery | 2016-05-29 | 1 | -4/+6 |
| * | Move external GCC compiler hacks to bsd.sys.mk. | Bryan Drewery | 2016-05-27 | 1 | -7/+0 |
| * | Libcompat: Only pass -isystem =/usr/include for external GCC. | Bryan Drewery | 2016-05-27 | 1 | -2/+1 |
| * | Set CPP from XCPP for the libcompat build. | Bryan Drewery | 2016-04-15 | 1 | -0/+1 |
| * | META_MODE: Don't rebuild build-tools targets during normal build. | Bryan Drewery | 2016-04-14 | 1 | -0/+4 |