summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-11-10remove unused liblldbPluginOperatingSystemRobert Nagy
2023-11-07comment out test that no longer makes sense, as noticed by antonMarc Espie
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2023-11-06eliminate discrepancies between termcap-generated info and infocmp resultsMarc Espie
2023-11-06actually, I still need to exit() if infocmp can't be runMarc Espie
2023-11-06system + exit -> execMarc Espie
2023-11-06since we're always running info_cmp in the end, remove the wholeMarc Espie
2023-11-06simplify logic for $entry in the main termcap loopMarc Espie
2023-11-06always try to run info_cmp at the end if we haven't got what we wantedMarc Espie
2023-11-06simplify $ENV{TERMCAP} handling: don't bother setting anything ifMarc Espie
2023-11-06instead of a max number of iterations, record terms that have been seenMarc Espie
2023-11-06use modern file open instead of GLOBSMarc Espie
2023-11-06get rid of useless evalMarc Espie
2023-11-06remove upstream files we don't needMarc Espie
2023-11-06reapply max=64 for nowMarc Espie
2023-11-06update to Term::Cap 1.18, so that we can patch it furtherMarc Espie
2023-11-05fix bad path allocation in makeinfoOmar Polo
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