Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-23 | s/M_M88K_OPENBSD/M_88K_OPENBSD/g | Mark Kettenis | |
ok miod@ | |||
2004-05-23 | Workaround for alpha, which generate a relocation entry for a function pointer | Dale Rahn | |
in the read-only section rather than a PLT reference like all other archs. workaround ok kettenis@ binutils/ld needs to be fixed and workaround removed eventually. | |||
2004-05-22 | Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1. | Mark Kettenis | |
ok deraadt@ | |||
2004-05-21 | Properly recognize core dump architecture. Add StackGhost support. | Mark Kettenis | |
ok drahn@ | |||
2004-05-21 | Add missing file. | Mark Kettenis | |
2004-05-21 | Remove accidentally added .info file. | Mark Kettenis | |
2004-05-21 | Resolve conflicts for GDB 6.1. Add local patches. | Mark Kettenis | |
ok deraadt@ | |||
2004-05-21 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis | |
2004-05-21 | Update headers to gdb-6.1 version to get new constants. | Mark Kettenis | |
ok deraadt@ | |||
2004-05-20 | bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together. | Miod Vallat | |
Gives us working objcopy, objdump, etc, and the ability to process core files to some extent. ok and pushed upstream kettenis@ | |||
2004-05-20 | Correctly copy text into line buffer. | Mark Kettenis | |
ok miod@ | |||
2004-05-19 | remove the disabled DO_FORCE_VERS support. | Brad Smith | |
ok drahn@ | |||
2004-05-19 | Add dis-init.c from gdb 6.1. | Mark Kettenis | |
ok drahn@ | |||
2004-05-19 | Binutils 2.15, with testsuites removed, and without gdb and libiberty. | Mark Kettenis | |
2004-05-19 | Remove a build warning by reverting to old method of testing for | Dale Rahn | |
HAVE_DECL_GETOPT. pointed out by a few. | |||
2004-05-19 | When passing a variable of 32 bytes or larger, as argument to a function, | Miod Vallat | |
pass all the subsequent arguments on the stack. This is necessary for proper varargs operation, if used. | |||
2004-05-19 | In __builtin_saveregs(), initialize __va_stk to a correct value. | Miod Vallat | |
2004-05-19 | Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price. | Todd C. Miller | |
2004-05-18 | Do not install binutils nm/size, mickey@ | Dale Rahn | |
2004-05-17 | Enable binutils for arm now that we have binutils 2.14. | Dale Rahn | |
2004-05-17 | Resolve merge conflicts, adjust method of W^X handing (.sh files) | Dale Rahn | |
remove testsuites (not useable) remove mmalloc (not part of new binutils). | |||
2004-05-17 | Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage. | Miod Vallat | |
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn | |
2004-05-17 | WHoops, only define _FFR_QUEUERETURN_DSN once. | Todd C. Miller | |
2004-05-17 | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. | Mark Kettenis | |
ok otto@, pval@ | |||
2004-05-11 | If no help file is present don't print the sendmail version--we | Todd C. Miller | |
may be trying to keep the version hidden. From Alexey E. Suslikov. | |||
2004-05-11 | Build sendmail with -D_FFR_QUEUERETURN_DSN to enable confTO_QUEUERETURN_DSN. | Todd C. Miller | |
This allows you to expire DSNs much faster than normal messages which is useful for keeping the queue clean of spam bounces. Requested by Chuck Yerkes. | |||
2004-05-10 | Remove prototype conflicting with new libreadline. | Mark Kettenis | |
ok deraadt@, otto@, pval@ | |||
2004-05-10 | Resolve conflicts for GNU readline 4.3p5. | Mark Kettenis | |
ok deraadt@, otto@, pval@ | |||
2004-05-10 | GNU readline 4.3p5 | Mark Kettenis | |
2004-05-05 | Only define __LP64__ if in 64 bit mode. ok deraadt@ millert@ | Dale Rahn | |
2004-05-04 | Do not disable -fcaller-saves anymore. | Miod Vallat | |
2004-05-04 | Backport a fix from gcc 3 (revision 1.32): | Miod Vallat | |
* caller-save.c (mark_referenced_regs): Mark partially-overwritten multi-word registers. This problem apparently only affected m88k, as far as OpenBSD is concerned. | |||
2004-04-23 | Port the gcc2 bounds checking support to gcc3, activated with -Wbounded | Anil Madhavapeddy | |
and documented in gcc-local(1). tested by marc@ brad@ and lots of bulk ports builds | |||
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-04-21 | - point people to smm docs | Jason McIntyre | |
- remove some .Pp and -compact from displays - remove groff cruft - add space ok millert@ (the first part anyway) | |||
2004-04-19 | some gcc3/propolice --enable-checking fixes: | Anil Madhavapeddy | |
- dont use DECL_INLINE to alter a VAR_DECL inline flag. This trips off gcc3's FUNCTION_DECL assert. Define DECL_VAR_INLINE and use that instead. - RTX_INTEGRATE_P isnt expecting to see a PLUS code, which pp adds. ok etoh@ | |||
2004-04-19 | fix mysql bug: http://bugs.mysql.com/bug.php?id=1442 | Hiroaki Etoh | |
changed the order of array relocation with the depth first order of variable sco pe. ok pvalchev@ | |||
2004-04-19 | fix mysql bug: http://bugs.mysql.com/bug.php?id=1442 | Hiroaki Etoh | |
changed the order of array relocation with the depth first order of variable scope. ok pvalchev@ | |||
2004-04-16 | - a malicious server may send path names that translate out of the | Otto Moerbeek | |
local cvs tree on the client, enabling the server to overwrite files on the client. - a client may read files outside the repository using the -p flag with the checkout command. ok deraadt@ | |||
2004-04-09 | cvs does not need a private version of getopt(3), our in-tree getopt(3) | Todd C. Miller | |
has compatible semantics. | |||
2004-04-08 | In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for a | Miod Vallat | |
valid base register for indexed addressing, rather than providing an incomplete inline version. This allows constructs such as (plus:SI (reg:SI (subreg:SI (reg:DI 1)))) to properly pass through the reload phase if optimization is enabled. Such a construct can be generated with buf[index + index2] = value; if either index or index2 are long long. Fixes the ICE in zsh Src/Zle/computil.c. | |||
2004-04-07 | merge local changes into perl-5.8.3 | Todd C. Miller | |
2004-04-07 | perl 5.8.3 from CPAN | Todd C. Miller | |
2004-04-06 | When optimizing a logical arithmetic operation, which operands are both | Miod Vallat | |
comparisons using different operators, make sure to generate an insn with the correct mode. This means that constructs like if (c != -1 & i < 9999) and if ((i<=7) | (value != 0)) as found in transfig and teTeX, respectively, will now compile with optimization. Note the single & or | in these constructs - this kind is rare enough for this bug to have remained unnoticed until now... | |||
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat | |
(the perl chunk discussed with millert@ and pushed upstream) | |||
2004-03-31 | byteswap strtab length on writing w/o affecting variable's | Michael Shalayeff | |
byte order as it seems to be used later on again. does not affect native linker at all. also fix includes order to avoid picking up native machine/ includes instead of the target (for cross-ld build). | |||
2004-03-30 | 10 X's for mktemp(1); | Jason McIntyre | |
adjust list -widths accordingly; based on a diff from STeve Andre' | |||
2004-03-19 | Disable caller-save (which is enabled at -O2 or -Os) as it suffers from a | Miod Vallat | |
few bugs in the 2.95 codebase, one of them being fatal to m88k. A real fix will come after 3.5. ok deraadt@ |