summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-10-29Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.Todd C. Miller
2023-10-28Back out change to make the default -std=gnu99 for now.Todd C. Miller
2023-10-26Fix a typo spotted by miod@.Todd C. Miller
2023-10-26Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.Todd C. Miller
2023-10-23Do not print "retrieving revision 1.13" while doing cvs diff.Alexander Bluhm
2023-10-23create __OpenBSD__ versions that use futex() with the correct numberTheo de Raadt
2021-01-02Import libc++abi 10.0.1 release.Patrick Wildt
2023-10-18Increase max depth for termcapsAndrew Fresh
2023-10-17Update ncurses and associated libraries (form, panel, menu) toNicholas Marriott
2023-10-13Remove ancient version of zlib bundled with GNU cvs.Alexander Bluhm
2001-09-28Latest from Cyclic SoftwareThorsten Lockert
1999-09-10Latest version from CyclicThorsten Lockert
1996-10-18New release from Cyclic SoftwareThorsten Lockert
2023-09-07Fix missing function declarations to let mkhybrid build with clang-16Jeremie Courreges-Anglas
2023-09-06Use casts to force two function pointers assignements and fix build with clan...Jeremie Courreges-Anglas
2023-09-06Use -std=gnu89 to fix the build with clang-16Jeremie Courreges-Anglas
2023-09-06Build with -std=gnu89 to fix the build with clang-16Jeremie Courreges-Anglas
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2023-09-03Replace perl's use of syscall(2) with a dispatcher to libcAndrew Fresh
2023-09-03Zero initialize Perl AV elements after unshift and resize.Alexander Bluhm
2023-07-20Make sure -msign-return-address doesn't disable BTI support.Mark Kettenis
2023-07-15Implement PAC support.Mark Kettenis
2021-04-28Import LLVM 11.1.0 release including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-07-08Fix Perl tests in OpenBSD regress.Alexander Bluhm
2023-07-08Update to perl 5.36.1Andrew Fresh
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2023-07-07Missing bit to make ld.bfd actually emit PT_OPENBSD_NOBTCFI.Pascal Stumpf
2023-07-07Adjust perl unveil test to test the right thingAndrew Fresh
2023-07-06oops, an extra PT_ snuck in; spotted by guentherTheo de Raadt
2023-07-06document NOBTCFI similar to WXNEEDEDTheo de Raadt
2023-07-06use symbolic name PF_X instead of 1, pointed out by kettenisTheo de Raadt
2023-07-06teach the BFD tools how to handle NOBTCFI, quite similar to WXNEEDEDTheo de Raadt
2023-07-05backport the implementation of ranges::find{, _if, _if_not}Robert Nagy
2021-01-02Import libc++ 10.0.1 release.Patrick Wildt
2023-05-30Add IBT support to the retpoline+znow PLTsPhilip Guenther
2023-05-23Add IBT support to the retpoline PLTs. Since we use retpoline PLTs byMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-05-17Add support for disassembling CET (including endbr64), XSS, OSPKE,Philip Guenther
2023-05-15Enable BTI PLT entries by default.Mark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-05-15Turn on pointer-authentication on arm64 as well by default. This meansMark Kettenis
2023-04-28Enable kernel-address sanitizer for clang openbsd targetGreg Steuck
2023-04-26On openbsd amd64, the compiler has been found to generate some nasty jumpTheo de Raadt
2023-04-26On openbsd amd64, emit IBT endbr64 instructions by default (meaning,Theo de Raadt
2023-04-23Don't create IBT .plt if there are no PLT entries. Cherry picked fromMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-04-19Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set usingMark Kettenis
2023-04-17Make -mbranch-protection=bti the default on OpenBSD.Mark Kettenis
2023-03-26allow out-of-class defaulting of comparison operatorsRobert Nagy