Age | Commit message (Expand) | Author |
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 |
2017-03-04 | crank to 6.1-beta | Theo de Raadt |
2017-01-24 | Modernize and unify test idioms for the sake of readability and | Theo Buehler |
2017-01-24 | Zap a "true ;" that is there for no good reason. | Theo Buehler |
2017-01-21 | Only do chown :wobj when this command will succeed. Allows using | Theo Buehler |
2016-12-18 | Introduce a list of architectures that use clang as compiler. The | Patrick Wildt |
2016-11-19 | Enable builds with a dedicated user that cannot elevate privileges or write | Theo Buehler |
2016-11-08 | Use sed -i to post-process .depend. This avoids permission issues caused | Martin Natano |
2016-10-15 | unify tmp depend generation. | Marc Espie |
2016-10-08 | Do not let "make all" run the tests in the subdirectories twice | Ingo Schwarze |
2016-10-06 | Use BUILDUSER as the owner of new links/directories created in 'make obj' | Martin Natano |
2016-10-05 | De-escalate to an unprivileged users during 'make build' and 'make release'. | Martin Natano |
2016-09-21 | Loadable kernel modules are gone. | Martin Natano |
2016-09-08 | Enable -static -pie on arm. | Mark Kettenis |
2016-09-04 | Treat .cpp files as C++ source code in make depend. | Patrick Wildt |
2016-09-03 | Enable PIE on arm now that sjlj exceptions are no longer used after | Jonathan Gray |
2016-09-01 | remove sparc support | Ted Unangst |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-07-04 | gcc's -fvisibility=hidden isn't the behavior we wanted when cleaning up | Philip Guenther |
2016-05-26 | Zap the 'l' from ARFLAGS, totally useless these days. | Vadim Zhukov |
2016-05-15 | make 'make clean' clean up the .ldadd file, in case LIBREBUILD was set | Philip Guenther |
2016-05-11 | crank to 6.0-beta | Theo de Raadt |
2016-04-26 | provide support for a library setting LIBREBUILD, in which case a ar(1) | Theo de Raadt |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-01-13 | fix remaining sudo reference (s,sudo,doas,) | Gleydson Soares |
2015-12-19 | move to 5.9-beta | Theo de Raadt |
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt |
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm |
2015-08-31 | update reasons for arch without pie; with pascal | Theo de Raadt |
2015-07-20 | Add radius(3) library. This will be used by RADIUS server and client | YASUOKA Masahiko |
2015-07-19 | Add infrastructure for specifying a "version script" for the shared library | Philip Guenther |
2015-07-03 | Enable static pie on sparc; be sure to upgrade your compiler before your | Miod Vallat |