Age | Commit message (Expand) | Author |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-01-19 | Build clang on sparc64. | Mark Kettenis |
2018-01-19 | Switch the default compiler on armv7 to clang. | Mark Kettenis |
2018-01-15 | We have no deprecated regress variables in our tree. Remove the | Alexander Bluhm |
2017-11-14 | Set soname when building shared libraries. | Mark Kettenis |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer |
2017-10-26 | Build clang on armv7. | Mark Kettenis |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-08-20 | crank to 6.2-beta | Theo de Raadt |
2017-08-12 | Let DFLAGS been added to by the per-directory Makefile | Philip Guenther |
2017-08-09 | switch the order of substitutions for syspatch object file order to avoid | Robert Nagy |
2017-07-26 | switch the default compiler on amd64 and i386 to clang, | Robert Nagy |
2017-07-25 | convert one more -Os -> -Oz | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-21 | document that usage of .PHONY, since it's not exactly obvious. | Marc Espie |
2017-07-21 | Garbage collect unused manual page .SUFFIXES, left over | Ingo Schwarze |
2017-07-19 | Avoid the historical term "loader", consistently talk about the "linker". | Ingo Schwarze |
2017-07-19 | 1. The cleandir target no longer deletes manual pages, that's a | Ingo Schwarze |
2017-07-13 | add sys.mk to the table of contents, and make the description of | Ingo Schwarze |
2017-07-11 | explain the limitations of PROGS; joint work with espie@ | Ingo Schwarze |
2017-07-11 | Move the section about <bsd.sys.mk> up just below <sys.mk> which it is | Ingo Schwarze |
2017-07-11 | use the previous syspatch's fake root for getting the link order | Robert Nagy |
2017-07-10 | two minor tweaks and two minor fixes; OK espie@ | Ingo Schwarze |
2017-07-10 | re-add unintentionally removed cleandir part that rm tags from the .CURDIR | Marc Espie |
2017-07-10 | Thinko. It's called BUILDAFTER | Marc Espie |
2017-07-09 | document PROGS, okay jmc@ | Marc Espie |
2017-07-09 | document more reality. | Marc Espie |
2017-07-09 | add support to compile several progs at once us | Marc Espie |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-07-07 | COMPILE.c already does -c, so no need to double it. | Marc Espie |
2017-07-07 | unbreak | Marc Espie |
2017-07-05 | make use of (f)lex -o option to create unique temporary files, so that | Marc Espie |
2017-07-05 | based on florian@'s observation and guenther@'s work in kernel makefiles. | Marc Espie |
2017-07-05 | document that we're no longer using 'make depend' | Marc Espie |
2017-07-04 | let BUILDFIRST just build first, using the same trick guenther@ did in | Marc Espie |
2017-07-03 | re-add dependencies from SRCS to corresponding OBJS. | Marc Espie |
2017-07-03 | explicitly pass -MD -MP in DFLAGS, so that even if CFLAGS are forced | Marc Espie |
2017-07-02 | somehow, I did NOT commit the patch I sent to tb@. Matthieu noticed it. | Marc Espie |
2017-07-02 | document new depends somewhat. | Marc Espie |
2017-07-01 | effectively kill depend as an independant target (there are a few corners | Marc Espie |
2017-06-19 | g/c ASPICFLAG. | Martin Pieuchot |
2017-06-16 | introduce a BUILDFIRST/BUILDAFTER mechanism: | Marc Espie |
2017-06-07 | make sure there are no duplicate object files linked when building syspatches | Robert Nagy |
2017-06-05 | exclude more objects from the readelf output when building syspatches (needed... | Robert Nagy |
2017-06-04 | pass better arguments to mkdep. | Marc Espie |
2017-05-31 | Drop -t option from ctags call. | anton |
2017-04-27 | syspatch needs to create shared libs with the same object sequence instead | Robert Nagy |
2017-04-18 | ship clang with i386 and amd64. It does not become the main compiler YET. | Theo de Raadt |
2017-04-17 | Change build infrastructure to allow building both gcc and clang. This | Mark Kettenis |
2017-03-26 | The support in 'ar' for 'D'eterministic builds has been in for weeks, | Philip Guenther |