Age | Commit message (Expand) | Author |
2023-11-10 | remove unused liblldbPluginOperatingSystem | Robert Nagy |
2023-11-07 | comment out test that no longer makes sense, as noticed by anton | Marc Espie |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2023-11-06 | eliminate discrepancies between termcap-generated info and infocmp results | Marc Espie |
2023-11-06 | actually, I still need to exit() if infocmp can't be run | Marc Espie |
2023-11-06 | system + exit -> exec | Marc Espie |
2023-11-06 | since we're always running info_cmp in the end, remove the whole | Marc Espie |
2023-11-06 | simplify logic for $entry in the main termcap loop | Marc Espie |
2023-11-06 | always try to run info_cmp at the end if we haven't got what we wanted | Marc Espie |
2023-11-06 | simplify $ENV{TERMCAP} handling: don't bother setting anything if | Marc Espie |
2023-11-06 | instead of a max number of iterations, record terms that have been seen | Marc Espie |
2023-11-06 | use modern file open instead of GLOBS | Marc Espie |
2023-11-06 | get rid of useless eval | Marc Espie |
2023-11-06 | remove upstream files we don't need | Marc Espie |
2023-11-06 | reapply max=64 for now | Marc Espie |
2023-11-06 | update to Term::Cap 1.18, so that we can patch it further | Marc Espie |
2023-11-05 | fix bad path allocation in makeinfo | Omar Polo |
2023-10-29 | Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. | Todd C. Miller |
2023-10-28 | Back out change to make the default -std=gnu99 for now. | Todd C. Miller |
2023-10-26 | Fix a typo spotted by miod@. | Todd C. Miller |
2023-10-26 | Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. | Todd C. Miller |
2023-10-23 | Do not print "retrieving revision 1.13" while doing cvs diff. | Alexander Bluhm |
2023-10-23 | create __OpenBSD__ versions that use futex() with the correct number | Theo de Raadt |
2021-01-02 | Import libc++abi 10.0.1 release. | Patrick Wildt |
2023-10-18 | Increase max depth for termcaps | Andrew Fresh |
2023-10-17 | Update ncurses and associated libraries (form, panel, menu) to | Nicholas Marriott |
2023-10-13 | Remove ancient version of zlib bundled with GNU cvs. | Alexander Bluhm |
2001-09-28 | Latest from Cyclic Software | Thorsten Lockert |
1999-09-10 | Latest version from Cyclic | Thorsten Lockert |
1996-10-18 | New release from Cyclic Software | Thorsten Lockert |
2023-09-07 | Fix missing function declarations to let mkhybrid build with clang-16 | Jeremie Courreges-Anglas |
2023-09-06 | Use casts to force two function pointers assignements and fix build with clan... | Jeremie Courreges-Anglas |
2023-09-06 | Use -std=gnu89 to fix the build with clang-16 | Jeremie Courreges-Anglas |
2023-09-06 | Build with -std=gnu89 to fix the build with clang-16 | Jeremie Courreges-Anglas |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis |
2023-09-03 | Replace perl's use of syscall(2) with a dispatcher to libc | Andrew Fresh |
2023-09-03 | Zero initialize Perl AV elements after unshift and resize. | Alexander Bluhm |
2023-07-20 | Make sure -msign-return-address doesn't disable BTI support. | Mark Kettenis |
2023-07-15 | Implement PAC support. | Mark Kettenis |
2021-04-28 | Import LLVM 11.1.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-07-08 | Fix Perl tests in OpenBSD regress. | Alexander Bluhm |
2023-07-08 | Update to perl 5.36.1 | Andrew Fresh |
2013-03-25 | import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself | Stuart Henderson |
2023-07-07 | Missing bit to make ld.bfd actually emit PT_OPENBSD_NOBTCFI. | Pascal Stumpf |
2023-07-07 | Adjust perl unveil test to test the right thing | Andrew Fresh |
2023-07-06 | oops, an extra PT_ snuck in; spotted by guenther | Theo de Raadt |
2023-07-06 | document NOBTCFI similar to WXNEEDED | Theo de Raadt |
2023-07-06 | use symbolic name PF_X instead of 1, pointed out by kettenis | Theo de Raadt |
2023-07-06 | teach the BFD tools how to handle NOBTCFI, quite similar to WXNEEDED | Theo de Raadt |