Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt | |
conceptual ok guenther millert nicm | |||
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm | |
support from the makefiles. OK naddy@ | |||
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 | |
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt | |||
2015-07-19 | Add infrastructure for specifying a "version script" for the shared library | Philip Guenther | |
being built. ok kettenis@ zhuk@ millert@ | |||
2015-07-03 | Enable static pie on sparc; be sure to upgrade your compiler before your | Miod Vallat | |
next build (or wait for the snapshot to reach the mirrors) | |||
2015-06-17 | crank to 5.8-beta | Theo de Raadt | |
2015-06-02 | Make sparc go PIE (not `static PIE' yet). | Miod Vallat | |
2015-06-01 | Now that we do not need to build binutils 2.15 (except for gdb), simplify the | Miod Vallat | |
build logic. | |||
2015-06-01 | Switch m88k ports to binutils 2.17. | Miod Vallat | |
2015-05-29 | Switch vax to bunnytils 2.17. | Miod Vallat | |
2015-05-28 | Invert the binutils 2.17 logic to only list non-2.17 platforms. | Miod Vallat | |
2015-05-28 | Switch alpha, arm, sh and sparc to binutils 2.17. | Miod Vallat | |
2015-05-21 | no such thing as mips64le | Miod Vallat | |
2015-05-21 | Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17. | Mark Kettenis | |
ok deraadt@ | |||
2015-05-14 | Stop including CFLAGS in CXXFLAGS it creates problems when mixing | Jonathan Gray | |
C and C++ when wanting to pass flags to only the C compiler. Tested in a ports bulk build by naddy and the handful of problems found were fixed by naddy, jca and pascal. | |||
2015-05-08 | Switch i386 and sparc64 to binutils 2.17. More architectures to follow if | Mark Kettenis | |
this doesn't cause any serious regressions. ok espie@, pascal@, deraadt@ | |||
2015-03-08 | use new "make -C" to avoid extra shells. | Marc Espie | |
okay millert@ miod@ | |||
2015-01-16 | Delete the MANLINT variable and the related SUFFIXES rules because | Ingo Schwarze | |
since yesterday, "mandoc -Tlint -Wfatal" can no longer fail. Instead, as suggested by deraadt@, provide a manlint target that is *not* run during make build, but can be run whenever you want to check syntax of manuals. "nice stuff" deraadt@ | |||
2015-01-06 | mips64 architectures moving to static PIE | Theo de Raadt | |
2015-01-03 | ok, landisk snapshots are out that do static PIE | Theo de Raadt | |
2015-01-01 | move to 5.7-beta | Theo de Raadt | |
2014-12-31 | Do not take sh to STATICPIE yet. That will happen once matching | Theo de Raadt | |
snapshots exist. That is why mips64 is still held up (arranged with kettenis) | |||
2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat | |
archdep.h help from kettenis@ | |||
2014-12-28 | alpha now supports -static -pie binaries; ok kettenis | Theo de Raadt | |
2014-12-27 | As indicated by kettenis and kurt, hppa i386 powerpc now support static | Theo de Raadt | |
pie. snapshots matching this change in behaviour heading out soon. | |||
2014-12-25 | We no longer need -Wl,-Bsymbolic for -static -pie. | Mark Kettenis | |
2014-12-25 | Delete misleading and dangerous comment about customising STATIC. Nowadays, | Pascal Stumpf | |
it's not a user-settable knob. general agreement from miod@ kettenis@ deraadt@ | |||
2014-12-23 | sparc64 can move to static pie | Theo de Raadt | |
2014-12-23 | Small changes to buil | Theo de Raadt | |
2014-11-20 | Add .cpp.o suffix rules. Survived a full src + X + ports build. | Pascal Stumpf | |
ok miod@ some time ago | |||
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing | |
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. | |||
2014-10-13 | Fix an internal inconsistency: Saying "these eight targets" and then only | Ingo Schwarze | |
listing seven is not cool. This was broken in rev1.47 when removing lint. Patch from Theo Buehler <theo at math dot ethz dot ch>. | |||
2014-10-09 | no more lkm | Ted Unangst | |
2014-09-29 | add LIBRESSL; OK deraadt@ | Gleydson Soares | |
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. |