summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-02-06Remove incorrect perl version commentAndrew Fresh
From didickman AT gmail.com
2017-02-05Apply pre-built unicore patch - perl-5.24.1Andrew Fresh
2017-02-05Apply local patches - perl-5.24.1Andrew Fresh
2017-02-05Fix merge issues, remove excess files - match perl-5.24.1 distAndrew Fresh
2014-03-24Import perl-5.18.2Andrew Fresh
OK espie@ sthen@ deraadt@
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2009-10-12import perl 5.10.1Todd C. Miller
2008-09-29import perl 5.10.0 from CPANTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2005-01-15perl 5.8.6 from CPANTodd C. Miller
2004-08-09Import of stock perl 5.8.5Todd C. Miller
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1996-08-19Import of Perl 5.003 into the tree. Makefile.bsd-wrapper andJason Downs
config.sh.OpenBSD are the only local changes.
2017-02-01fix format stringCharles Longeau
ok krw@
2017-01-31Fix creation of the library name, as assigning a string to a StringRefPatrick Wildt
seems to cause bad behaviour. Instead call toStringRef() and use its return value. ok tom@
2017-01-29descend into clang when building obj or when COMPILER_VERSION is clangJonathan Gray
ok patrick@ kettenis@
2017-01-25Add infrastructure to build LLVM for mips64.Patrick Wildt
"check with visa@" kettenis@ "go ahead" visa@
2017-01-25Stub out aarch64 support and avoid building gas and ld on this architecture.Mark Kettenis
ok mpi@, patrick@
2017-01-25Descend into the arch specific subdirectory for every arch onPatrick Wildt
make obj. This will enable us to add clang to the build. "if it works" kettenis@ ok jsg@
2017-01-24Prevent too much reordering in the instruction prologue, in order to fulfillMiod Vallat
the expectations of the DWARF code... and in order to get correct information. Tested by aoyama@
2017-01-24PIE-by-default. Probably not suitable for upsttreaming in its current form.Mark Kettenis
2017-01-24Avoid allocating space for commons with ld -r. Already pushed upstream.Mark Kettenis
2017-01-24Handle the OpenBSD-style major/minor shared library version scheme.Mark Kettenis
Don't try to upstream this; we are considering moving to a more standard way that uses symbolic links to point the linker at the right version of shared libraries.
2017-01-24Update clang build infrastructure for LLVM 4.0.0Patrick Wildt
Discussed with kettenis@
2017-01-24Merge LLVM 4.0.0 rc1Patrick Wildt
2017-01-24Import LLVM 4.0.0 rc1 including clang and lld to help the currentPatrick Wildt
development effort on OpenBSD/arm64.
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
ok hackroom@
2017-01-22Always provide clang as cc, c++ and cpp, and lld as ld.Patrick Wildt
Per discussion with deraadt@
2017-01-22On clang architectures cc, c++ and cpp are provided by clang. Also,Patrick Wildt
ld is provided by lld.
2017-01-22Compile and install lld as ld.lld, since that's what the ecosystemPatrick Wildt
is expecting. Prompted and ok by kettenis@
2017-01-22Include bsd.own.mk in a few more places to pick up mk.conf overrides.Jonathan Gray
ok patrick@ tb@ kettenis@ phessler@
2017-01-22Disable COFF and Mach-O for OpenBSD to reduce build dependencies.Patrick Wildt
Only having ELF is perfectly fine for us. ok kettenis@
2017-01-22Add build infrastructure for lld.Patrick Wildt
ok kettenis@
2017-01-21Only build gcc4 libs if COMPILER_VERSION is gcc4.Jonathan Gray
ok kettenis@ patrick@
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
"warning:" rectification.
2001-03-18GNU readline-4.1Todd C. Miller
2017-01-21Make LLVM create strict aligned code for OpenBSD/arm64. We currentlyPatrick Wildt
don't enforce it yet, but we want to go down that road. Additionally the Pine64 seems to boot up with strict alignment on by default, so this also implicitly fixes efiboot on that hardware. ok kettenis@ phessler@ visa@
2017-01-20Restore setting the visibility of __guard_local to hidden for betterPhilip Guenther
code generation. Use dyn_case_or_null instead of a static cast to solve the crashes in the previous code. ok stefan@ kettenis@
2017-01-20Take gcc's suggestions about parenthesis around assignments usedKenneth R Westerback
as truth values. Change a parameter to 'const'. All without making promises about any further cleanup in /gnu/. ok deraadt@
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2017-01-14Disable the Load Stack Guard for OpenBSD on AArch64. We don't use itPatrick Wildt
on any other platform and it causes a segfault in combination with our IR Stack Guard. "looks reasonable" kettenis@ "looks good to me" stefan@
2017-01-14Update clang build infrastructure for LLVM 3.9.1Patrick Wildt
"go ahead" kettenis@ "just go ahead" deraadt@ "sounds good to me" stefan@