summaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Remove additional GDB leftovers missed in r368667Ed Maste2020-12-151-6/+0
* Flip the GNU_GREP default to OFFKyle Evans2020-12-111-1/+1
* Default to WITHOUT_GDB (GDB 6.1.1) for FreeBSD 13Ed Maste2020-12-081-1/+1
* src.opts.mk: switch to bsdgrep as /usr/bin/grepKyle Evans2020-12-081-1/+1
* Retire GNU_GREP_COMPAT knobKyle Evans2020-12-051-1/+0
* bsd.lib.mk: Work around build system racinessAlex Richardson2020-11-261-1/+11
* Update dirdeps.mk et al to latestSimon J. Gerraty2020-11-2415-205/+343
* Add a guard for broken SUBDIR.${MK_FOO} useBrooks Davis2020-11-161-0/+6
* Fix `make makeman` after r367577Ed Maste2020-11-131-1/+1
* Support initializing stack variables on function entryBrooks Davis2020-11-104-1/+46
* makeman: Don't require filemon with MK_DIRDEPS_BUILD.Bryan Drewery2020-11-101-0/+4
* Turn on WITH_LLVM_CXXFILT by defaultDimitry Andric2020-11-041-1/+1
* Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filtDimitry Andric2020-11-031-0/+1
* Remove --ld-path=* from _LDFLAGSBrooks Davis2020-10-131-1/+1
* Stop using -O instead of -O2 for MIPSAlex Richardson2020-10-131-4/+0
* Don't use install(1) for the library symlinks in the build directoryAlex Richardson2020-10-121-2/+4
* Make capsicum test cases fine-grainedLi-Wen Hsu2020-10-062-2/+9
* Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.Jakub Wojciech Klama2020-10-032-0/+3
* Hoist comment on fixup of ld pathBrooks Davis2020-09-291-1/+1
* Prefer --ld-path=/path/to/ld on clang >= 12Brooks Davis2020-09-291-1/+4
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-225-6/+7
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-1/+5
* Install library symlinks atomically.Mark Johnston2020-09-181-8/+12
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-182-0/+10
* Stop using lorder and ranlib when building librariesAlex Richardson2020-09-172-13/+4
* [PowerPC] Remove obsolete MK_LOADER_FORCE_LEBrandon Bergren2020-09-151-1/+0
* Use MACHINE_CPUARCH when checking for arm64Andrew Turner2020-09-142-2/+2
* opts: FREEBSD_UPDATE no longer relies on PORTSNAPKyle Evans2020-09-091-5/+0
* Add WITH_/WITHOUT_CLEAN option to replace NO_CLEANEd Maste2020-09-081-0/+1
* Turn MALLOC_PRODUCTION into a regular src.conf(5) optionDimitry Andric2020-09-051-0/+1
* libifconfig now depends on libm due to usage of log10().John Baldwin2020-09-021-0/+1
* When CPUTYPE is an architecture name use -marchAndrew Turner2020-09-021-0/+6
* Suppress -Wempty-body warnings in GCC 6.x and later.John Baldwin2020-08-311-1/+2
* lib: add libnetmapVincenzo Maffione2020-08-282-0/+3
* libzfs: Add missing crypto dependencyRyan Moeller2020-08-271-1/+1
* Avoid recomputing COMPILER_/LINKER_ variables when set explicitlyAlex Richardson2020-08-262-4/+10
* Fix builds that set LD=ld.lld after r364761Alex Richardson2020-08-261-1/+2
* Pass -fuse-ld=/path/to/ld if ${LD} != "ld"Alex Richardson2020-08-251-0/+13
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-252-5/+21
* After r364732, we can now enable MK_OPENMP for aarch64 by default.Dimitry Andric2020-08-241-1/+2
* Move -L${LIBCOMPATTMP}/usr/lib${libcompat} from CFLAGS to LDFLAGS.John Baldwin2020-08-171-2/+3
* libcasper: Introduce cap_net a network service for Casper.Mariusz Zaborski2020-08-161-0/+2
* Make bsd.linker.mk work with the MacOS linkerAlex Richardson2020-08-131-1/+12
* Allow linking the kernel with a linker that doesn't support -z ifunc-nopltAlex Richardson2020-08-111-0/+3
* Add CLANG/LLD/LLD to BROKEN_OPTIONS when building on non-FreeBSDAlex Richardson2020-08-111-0/+8
* Allow overriding the tool used for stripping binariesAlex Richardson2020-08-111-0/+1
* Disable errors for -Wsystem-headers for GCC on aarch64.John Baldwin2020-08-041-0/+5
* Disable errors for -Wredundant-decls for GCC 6+.John Baldwin2020-08-041-0/+1
* Turn off errors for -Wmaybe-uninitialized in GCC 6+.John Baldwin2020-08-041-1/+2
* gtest: link against libregex for GNU extensionsKyle Evans2020-08-041-1/+1