summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2024-03-30Provide illop1 instruction encoding as TRAP.Miod Vallat
2024-03-29No longer build the objective-C compiler (cc1obj). Its standard libraryMiod Vallat
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2024-02-04Add minimal support for GNU_PROPERTYTheo de Raadt
2024-01-31Swap the r10 and rcx registers in the amd64 trapframe so that thePhilip Guenther
2024-01-15From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemblePhilip Guenther
2024-01-11Add basic support for R_386_GOT32XJeremie Courreges-Anglas
2023-12-23Update to perl 5.36.3Andrew Fresh
2023-12-13OSF/1 placed alpha binaries above 4G. This affects our nopie binaries,Theo de Raadt
2023-12-07Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment.Mark Kettenis
2023-11-26Fix read/write past buffer endAndrew Fresh
2023-11-17Use -mxgot to avoid GOT overflow during build on mips64.Visa Hankala
2023-11-16set .NOTPARALLEL for AMDGPU tblgen files to tame memory usage on i386Robert Nagy
2023-11-14Add missing .PATHJeremie Courreges-Anglas
2023-11-12append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIRRobert Nagy
2023-11-12TargetMCAs.def is required to be installed in the llvm include dirRobert Nagy
2023-11-11update build infrastructure for llvm-16.0.6Robert Nagy
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-18Increase max depth for termcapsAndrew Fresh
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-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