| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk | lukem |
| 2023-05-28 | share/mk: finish USE_COMBINE, NOCOMBINE deprecation | lukem |
| 2023-05-09 | bsd.lib.mk: Nix trailing whitespace. | riastradh |
| 2023-05-08 | Allow linking against archives like PROGDPLIBS does. | christos |
| 2023-02-07 | fix code attempting to skip adding "-g" if "-g*" already is used. | mrg |
| 2022-03-29 | get rid of old style `` command substitution in shell and use $() instead. | christos |
| 2021-11-28 | For private and module libraries, build lint but do not install the lint | christos |
| 2021-10-27 | revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg13... | ryo |
| 2021-10-25 | In some arch, _mcount() would be called recursively when built with COPTS=-O0. | ryo |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2020-11-09 | - make the CTFCONVERT command lines consistent and concise by putting all | christos |
| 2020-06-01 | 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library | christos |
| 2020-05-30 | Allow LIBISPRIVATE to build a pic version of itself for embedding into | christos |
| 2020-05-10 | Pass -Wno-unused-command-line-argument for LLVM, discussed on | maxv |
| 2019-08-27 | Enhance the support of LLVM sanitizers | kamil |
| 2019-01-21 | Most of the mv operations are to move temporary files to their final place. | christos |
| 2019-01-06 | Since g++ uses stdc++_p when building with -pg make this PIC on the | christos |
| 2018-07-25 | Introduce MKLIBCSANITIZER in the share/mk rules | kamil |
| 2018-06-25 | Add a framework for renaming symbols in libc&co for MKSANITIZER | kamil |
| 2018-06-21 | Refactor MKSANITIZER flags in mk rules | kamil |
| 2018-06-05 | Elide -nostdinc from LINK.c when linking object files since clang complains | christos |
| 2018-06-05 | Add rules for building relocatable objects to avoid having random Makefiles | christos |
| 2017-05-29 | remove ugly profiling hack now that the compiler is fixed. | christos |
| 2017-05-23 | XXX: Remove -fPIE for profiled libraries because this breaks relocations for | christos |
| 2017-04-24 | fix another parallel-build race with MKDEBUG=yes by creating the .so.link | chs |
| 2017-04-20 | Introduce MKSTRIPSYM build option | ozaki-r |
| 2017-01-08 | - centralize setting of MK* vars in bsd.own.mk | christos |
| 2016-03-12 | remove conditionals that are always true with GCC >= 4.8. | mrg |
| 2016-02-27 | Revert and leave broken. | christos |
| 2016-02-27 | Don't build archive libs with -fPIC breaks static binaries and profilig. | christos |
| 2016-02-21 | Add NODEBUG | christos |
| 2016-01-31 | Introduce NOPIE and NOCTF so that standalone programs build properly. | christos |
| 2015-09-08 | Revert previous. It was not wrong, but not necessary for everyone. | uebayasi |
| 2015-09-07 | Order object build alphabetically. | uebayasi |
| 2015-07-29 | Revert rev 1.359 which broke libsa builds. PR/50101 | tsutsui |
| 2015-07-20 | Simplify the build of library archives by no longer doing a topological | joerg |
| 2015-06-04 | fix MKDEBUG vs parallel builds. split the creation of the final | mrg |
| 2015-06-02 | Strip the debug symbols via a temporary file, atomically replacing the full | christos |
| 2014-12-01 | PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt | erh |
| 2014-06-13 | remove the build support for GCC 4.1, and any hacks i found for it. | mrg |
| 2014-04-24 | allow use with linkers that don't support --warn-shared-textrel | pooka |
| 2014-04-11 | Back changes from 1.349 on since the -Wl,-x bug has been fixed in binutils. | matt |
| 2014-04-11 | explain what's going on, add another kludge for -g | christos |
| 2014-04-09 | Since the objcopy -x removes debugging symbols, delay that if we are building | christos |
| 2014-04-09 | change -x to OBJCOPYLIBFLAGS like everywhere else. | christos |
| 2014-04-04 | Using -Wl,-x breaks build ARM BE8 shared libraries by striping the $a/$d/$t | matt |
| 2014-03-09 | let's see if the new dwarf library can handle dwarf 4 | christos |
| 2014-03-02 | If we are compiling with -g and using gcc4.8 and dtrace downgrade | christos |
| 2014-02-26 | define EXTERNAL_GCC_SUBDIR based upon HAVE_GCC, for GCC >= 4.5, | mrg |
| 2014-01-14 | Let MKARZERO default to the same value as MKREPRO, so callers | apb |