Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-27 | Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updated | Philip Guenther | |
archive members are set to deterministic values. U cancels D. This should simplify the syspatch work. Based on a diff by daniel@ ok millert@ deraadt@ kettenis@ | |||
2017-02-25 | Implement support for generating movw/movt relocations on arm in gas(1). | Mark Kettenis | |
Ported from FreeBSD's GPLv2 version of binutils. ok guenther@ | |||
2017-02-25 | sync clang.1 with clang.rst | Jonathan Gray | |
Generated with gmake and py-sphinx installed via cd /usr/src/gnu/llvm/tools/clang/docs && gmake -f Makefile.sphinx man ok patrick@ | |||
2017-02-23 | Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE. | Mark Kettenis | |
ok patrick@, jsg@ | |||
2017-02-20 | Skip building gdb on aarch64 there is no support for it. | Jonathan Gray | |
2017-02-19 | Add an ELF machine number to string mapping for AArch64. | Jonathan Gray | |
2017-02-19 | elf64-aarc64 -> elf64-aarch64 in TARGET_LITTLE_NAME | Jonathan Gray | |
ok patrick@ | |||
2017-02-18 | Correct list of perl manpages to be installed | Andrew Fresh | |
Many thanks to schwarze@ for feedback and OK | |||
2017-02-16 | clang is installed as cc and c++ there is no need to set CC and CXX to | Jonathan Gray | |
clang and clang++. | |||
2017-02-15 | gcc4 on m88k still uses sjlj exceptions, as did arm before EABI. | Miod Vallat | |
2017-02-06 | Remove incorrect perl version comment | Andrew Fresh | |
From didickman AT gmail.com | |||
2017-02-05 | Apply pre-built unicore patch - perl-5.24.1 | Andrew Fresh | |
2017-02-05 | Apply local patches - perl-5.24.1 | Andrew Fresh | |
2017-02-05 | Fix merge issues, remove excess files - match perl-5.24.1 dist | Andrew Fresh | |
2014-03-24 | Import perl-5.18.2 | Andrew Fresh | |
OK espie@ sthen@ deraadt@ | |||
2013-03-25 | import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself | Stuart Henderson | |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2009-10-12 | import perl 5.10.1 | Todd C. Miller | |
2008-09-29 | import perl 5.10.0 from CPAN | Todd C. Miller | |
2006-03-28 | perl 5.8.8 import | Todd C. Miller | |
2006-03-28 | perl 5.8.8 import | Todd C. Miller | |
2005-01-15 | perl 5.8.6 from CPAN | Todd C. Miller | |
2004-08-09 | Import of stock perl 5.8.5 | Todd C. Miller | |
2003-12-03 | perl 5.8.2 from CPAN | Todd C. Miller | |
2002-10-27 | stock perl 5.8.0 from CPAN | Todd C. Miller | |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller | |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller | |
2000-04-06 | virgin perl 5.6.0 | Todd C. Miller | |
1999-04-29 | perl5.005_03 | Todd C. Miller | |
1999-04-29 | perl5.005_03 | Todd C. Miller | |
1996-08-19 | Import of Perl 5.003 into the tree. Makefile.bsd-wrapper and | Jason Downs | |
config.sh.OpenBSD are the only local changes. | |||
2017-01-29 | descend into clang when building obj or when COMPILER_VERSION is clang | Jonathan Gray | |
ok patrick@ kettenis@ | |||
2017-01-25 | Add infrastructure to build LLVM for mips64. | Patrick Wildt | |
"check with visa@" kettenis@ "go ahead" visa@ | |||
2017-01-25 | Stub out aarch64 support and avoid building gas and ld on this architecture. | Mark Kettenis | |
ok mpi@, patrick@ | |||
2017-01-25 | Descend into the arch specific subdirectory for every arch on | Patrick Wildt | |
make obj. This will enable us to add clang to the build. "if it works" kettenis@ ok jsg@ | |||
2017-01-24 | Prevent too much reordering in the instruction prologue, in order to fulfill | Miod Vallat | |
the expectations of the DWARF code... and in order to get correct information. Tested by aoyama@ | |||
2017-01-24 | Update clang build infrastructure for LLVM 4.0.0 | Patrick Wildt | |
Discussed with kettenis@ | |||
2017-01-22 | Always provide clang as cc, c++ and cpp, and lld as ld. | Patrick Wildt | |
Per discussion with deraadt@ | |||
2017-01-22 | On clang architectures cc, c++ and cpp are provided by clang. Also, | Patrick Wildt | |
ld is provided by lld. | |||
2017-01-22 | Compile and install lld as ld.lld, since that's what the ecosystem | Patrick Wildt | |
is expecting. Prompted and ok by kettenis@ | |||
2017-01-22 | Include bsd.own.mk in a few more places to pick up mk.conf overrides. | Jonathan Gray | |
ok patrick@ tb@ kettenis@ phessler@ | |||
2017-01-22 | Add build infrastructure for lld. | Patrick Wildt | |
ok kettenis@ | |||
2017-01-20 | Nuke some excess whitespace. | Kenneth R Westerback | |
2017-01-14 | Update clang build infrastructure for LLVM 3.9.1 | Patrick Wildt | |
"go ahead" kettenis@ "just go ahead" deraadt@ "sounds good to me" stefan@ | |||
2017-01-07 | Only install header files relevant for the architecture we're targeting. | Mark Kettenis | |
ok patrick@, jsg@ | |||
2017-01-06 | Don't install standard C headers for which we already have a proper system | Mark Kettenis | |
version. Also don't install vadefs.h which is a microsoft invention. ok patrick@ | |||
2016-12-20 | Compile clang with clang by default instead of egcc. This allows our | Patrick Wildt | |
build system to selfhost itself after the initial clang bootstrap without relying on an external compiler. Setting BOOTSTRAP_CLANG allows bootstrapping clang with egcc. ok kettenis@ | |||
2016-12-11 | Create perl directories 0775 in OBJDIR | Andrew Fresh | |
Allows user to clean up after a noperm build requested and makes sense to tb@ | |||
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2016-11-27 | Add Octeon coprocessor 2 instructions. | Visa Hankala | |
No objection from kettenis@ |