Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-19 | Explicitely check the value of REGRESS_SKIP_SLOW rather than its emptyness, | Miod Vallat | |
for it defaults to a non-empty value; Doug Hogan | |||
2014-07-15 | crank to 5.6-beta | Theo de Raadt | |
2014-04-23 | Remove more Kerberos cruft. | Antoine Jacoutot | |
ok jca@ jmc@ | |||
2014-04-22 | Finally remove KERBEROS5? from the Makefile infrastructure. | Reyk Floeter | |
ok henning@ | |||
2014-04-22 | -KERBEROS5 | Henning Brauer | |
2014-04-22 | The complexity and quality of kerberosV and the fact that almost | Reyk Floeter | |
nobody is using it doesn't justify to enable it by default. It will be disabled and removed from base and possibly be moved to ports. Discussed with many. Tests by henning@ reyk@ and others. ok henning@ | |||
2014-04-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. | Brad Smith | |
ok miod@ | |||
2014-03-23 | Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. | Pascal Stumpf | |
"I think you should do this switch right away" deraadt@ | |||
2014-03-23 | default to tcpwrappers off. ok deraadt | Ted Unangst | |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | |||
2014-03-08 | Keep the build log clean: | Ingo Schwarze | |
Hide ugly shell constructs used for exit value handling. Issue reported and patch ok'ed by deraadt@. | |||
2014-01-25 | some processors were not listed in the PIE block | Theo de Raadt | |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus | |
2014-01-12 | crank to 5.5beta | Theo de Raadt | |
2013-12-28 | i386 changes to PIE. See faq/current.html or use the snapshots to cross | Theo de Raadt | |
this. | |||
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt | |
them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step] | |||
2013-11-22 | remove unused goo, okay guenther@ | Marc Espie | |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt | |
have been *.core files for a very long time. That's a lot of unlink() calls saved. | |||
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther | |
just specific objects that are compiled with additional options to reduce their size. For use by distrib/ and crunchgen. style and naming assistance from espie@ | |||
2013-08-10 | libkafs5 -> libkafs (unused in build, so no functional change) | Antoine Jacoutot | |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat | |
2013-08-01 | Don't error out if there are no regression for a particular architecture in | Mark Kettenis | |
a subdirectory. | |||
2013-07-11 | Properly set LIBKAFS5, LIBROKEN and LIBWIND which were used without | Antoine Jacoutot | |
being defined. Remove LIBKAFS (superseded by LIBKAFS5). ok robert@ | |||
2013-07-07 | move to 5.4-beta | Theo de Raadt | |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2013-07-05 | VAX is an ELF citizen now. | Miod Vallat | |
2013-06-14 | introduce REGRESS_FAIL_EARLY to stop regression tests at first | Alexander Hall | |
encountered failure ok phessler@ bluhm@ | |||
2013-03-23 | Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15. | Miod Vallat | |
2013-03-20 | Switch amd64, arm, i386, sh and sparc64 to binutils 2.17. Other platforms to | Miod Vallat | |
follow soon. | |||
2013-03-18 | Recognize and treat files with .cpp extension like any other C++ file. | Martin Pieuchot | |
This will help me reduce some xenocara Makefiles and as millert@ pointed out, .cpp has won over .C or .cxx ;) Tested in a bulk by landry@, ok espie@, sthen@ | |||
2013-03-14 | disable pie for kernel modules; from dinar talypov, ok deraadt, pascal | Mike Belopuhov | |
2013-03-10 | Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper | Miod Vallat | |
values in Makefile.cross to make sure binutils are built with the proper PIE_DEFAULT value for the target. ok millert@ deraadt@ | |||
2013-02-10 | switch m68k ports to gcc3 | Miod Vallat | |
2013-02-02 | m68k ports are now ELF citizens. | Miod Vallat | |
2013-01-31 | Enable shared libraries on m88k platforms. | Miod Vallat | |
And there was much rejoicing. | |||
2013-01-31 | welcome to 5.3-BETA | Miod Vallat | |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat | |
2012-12-01 | Switch m88k ports to gcc 3. | Miod Vallat | |
2012-10-19 | Document the current situation with who is PIE, and who is not. | Theo de Raadt | |
2012-10-15 | old stuff: | Marc Espie | |
- moved to realdepend with success, finish the old subdirdepend. - .LIBS: doesn't mean anything any more, and it had broken semantics when it meant something anyways. okay millert@ | |||
2012-09-16 | Add support for building non-PIE libraries. | Mark Kettenis | |
ok deraadt@ | |||
2012-09-11 | sh can move to PIE, for better or worse. maybe it becomes slower, maybe | Theo de Raadt | |
it hits more gcc bugs. or even better -- maybe we learn something which benefits the other platforms. ok miod | |||
2012-09-02 | We need big PIE on powerpc because the GOT gets too big for some bloatware | Mark Kettenis | |
like GCC. ok deraadt@, pascal@ | |||
2012-09-02 | take hppa to PIE as well; ok kettenis pascal | Theo de Raadt | |
2012-09-02 | enable PIE on alpha, and document the situation for other | Theo de Raadt | |
architectures not running PIE yet. | |||
2012-09-01 | avr32 did not happen | Theo de Raadt | |
2012-08-31 | Don't treat zaurus special; everybody gets libraries with debug info now. | Mark Kettenis | |
We just savd a bunch of space anyway by no longer creating _pic.a libraries. ok deraadt@ | |||
2012-08-31 | Enable PIE on amd64, mips64(el) and sparc64. | Pascal Stumpf | |
Most work done by kurt@ some years ago; also, most work committed over the last weeks was based on a diff by him. Cheers, kurt@! Lots and lots of helpful input, comments, feedback and diffs from deraadt@, kettenis@ and matthew@, miod@ and others. Thanks! Bulk builds done by naddy@, sthen@, landry@ and in progress from pea@ and jasper@. Pending architectures are alpha, i386, hppa, arm, sparc and landisk. ok deraadt@ | |||
2012-08-31 | use subdir realtarget => target recursion (for subdir.mk .USE macro) | Marc Espie | |
will scrap the subdirdepend case later. okay millert@ | |||
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt | |
grep help from sthen; discussion with brad ok guenther pascal |