Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-16 | update comment to match reality better. | Marc Espie | |
2004-01-15 | Split lib spec into pre-pthread/post-pthread. | Marc Espie | |
Cosmetic change for us, will make merging with FSF easier. | |||
2004-01-15 | target for tconfig.h, to use with libobjc. | Marc Espie | |
2004-01-15 | install compiler/arch-dependent headers. | Marc Espie | |
ok millert@ | |||
2004-01-14 | Sync with mvme88k struct trapframe changes. | Miod Vallat | |
Not pushed upstream, ELF toolchain is in the pipeline and coming soon... | |||
2004-01-14 | Preliminary changes for ARM support on OpenBSD. "Can't hurt" espie@ | Dale Rahn | |
2004-01-13 | ... and kill library == 0 optimization test that is now bogus with libsupcxx... | Marc Espie | |
2004-01-13 | stupid, stupid. | Marc Espie | |
who reads my code ? bug found by naddy@ | |||
2004-01-13 | Do not evaluate this->next after calling the handler; the handler may | Otto Moerbeek | |
have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@ | |||
2004-01-13 | use our own nm and size | Michael Shalayeff | |
2004-01-13 | - move a few common pieces into OPENBSD_OS_CPP_BUILTINS_COMMON | Brad Smith | |
- add __LP64__ to OPENBSD_OS_CPP_BUILTINS_LP64 - add __sparc to TARGET_OS_CPP_BUILTINS for sparc64 - add __PPC, __PPC__ and __powerpc to TARGET_OS_CPP_BUILTINS for powerpc ok espie@ | |||
2004-01-12 | fix c++ -shared for gcc 3. Here, we recognize -shared and link with | Marc Espie | |
-lsupc++. That way, linking shared C++ libraries is consistent between gcc 2.95 and gcc 3. | |||
2004-01-08 | long vs time_t workarounds without changing the API; spotted by pval, ok fgsch | Theo de Raadt | |
2004-01-08 | add stub for attribute "sentinel". | Marc Espie | |
2004-01-07 | inverted test. problem reported by avsm@. | Marc Espie | |
2004-01-07 | disable for all openbsd arches. | Marc Espie | |
2004-01-07 | define __sparcv9__ on sparc64; discussed with many ppl, solves many issues | Peter Valchev | |
found by miod | |||
2004-01-04 | OpenBSD/powerpc is a __unix__ system. | Dale Rahn | |
2004-01-03 | sync the list of acceptable getopt_long options with reality. | Brad Smith | |
Fixes PR 3623 From: binutils CVS 2.11 branch, based on rev 1.15.2.3 ok otto@ | |||
2004-01-02 | Don't strip scripts; idea from mpech@; ok deraadt@ | Todd C. Miller | |
2003-12-29 | re-entrancy hack that is currently needed for cvs to work correctly. | Theo de Raadt | |
well, almost. someone should track that down please. | |||
2003-12-28 | Add missing C++ include paths: arch-dependent headers, and | Marc Espie | |
backward-compatibility headers. | |||
2003-12-18 | Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included with | Todd C. Miller | |
cvs no longer matches ours. Fixes "compression initialization: error -6" as noticed by espie@ and others. | |||
2003-12-18 | cvs uses zlib, not gzip; remove a lie. OK deraadt@ | Todd C. Miller | |
2003-12-17 | Quick fix for zlib's update. | Marc Espie | |
2003-12-16 | Better fix for MALLOC_OPTIONS=J bug. Something had problems with | Todd C. Miller | |
returning a NULL label so now we just the epoch for the timestamp if we cannot stat the file. OK deraadt@ | |||
2003-12-12 | Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OK | Todd C. Miller | |
2003-12-10 | Ignore PSALL if NOMAN is set; noticed by jmc@ | Todd C. Miller | |
2003-12-08 | fix dangling code. | Marc Espie | |
okay miod@, segfault sample by margarida. | |||
2003-12-06 | Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@ | Todd C. Miller | |
2003-12-03 | fix 2 typos | Todd C. Miller | |
2003-12-03 | Add back these dead files for 5.8.2 | Todd C. Miller | |
2003-12-03 | Whoops, don't build threaded by default | Todd C. Miller | |
2003-12-03 | Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific ↵ | Todd C. Miller | |
scaffolding | |||
2003-12-03 | perl 5.8.2 from CPAN | Todd C. Miller | |
2003-12-02 | hppa-openbsd configs; espie@ ok | Michael Shalayeff | |
2003-12-01 | Add x86_64-unknown-openbsd* target. Tested only as a cross-compiler. | Alexander Yurchenko | |
ok espie@ | |||
2003-11-29 | ditch duplicate code, thx. | Marc Espie | |
2003-11-29 | generate info files in the right location. | Marc Espie | |
Fix clean: to clean most of the stuff it should. | |||
2003-11-29 | regen files in obj/ | Marc Espie | |
2003-11-29 | Don't bother trying to install stuff that doesn't exist. | Marc Espie | |
2003-11-29 | regen manpages in obj/ | Marc Espie | |
disable regen of stuff that needs tools we don't have. | |||
2003-11-29 | regenerate source for manpages in depend stage so MAN= doesn't fall over. | Marc Espie | |
2003-11-29 | re-add java parser. It's a re-entrant parser, so yacc doesn't compete so | Marc Espie | |
far. | |||
2003-11-29 | OpenBSD build engine. | Marc Espie | |
2003-11-29 | Rebuild of parser in obj directory. | Marc Espie | |
2003-11-29 | Add OpenBSD specific features: | Marc Espie | |
- stub for bounded - kprintf format. - no strict aliasing in -O2 - no ident for each object file. - recognize stack-protector option. | |||
2003-11-29 | disable gmake's parallel build checks, and allow libgcc to build correctly | Marc Espie | |
with our make. | |||
2003-11-29 | Berkeley yacc is allowed to use unpoisoned malloc. | Marc Espie | |
2003-11-29 | regen files in the obj/ directory. | Marc Espie | |