summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2004-01-19Update to sendmail 8.12.11. I've been runninga beta version of this forTodd C. Miller
some time without problems. See the RELEASE_NOTES for the change log.
2004-01-16update comment to match reality better.Marc Espie
2004-01-15zap old 2.95.3 fileMarc Espie
2004-01-15gotta hate those hidden files...Marc Espie
2004-01-15OpenBSD specific infrastructureMarc Espie
2004-01-15adjust actual dependencies on locations in the src treeMarc Espie
2004-01-15put directory names into variable so they're overridable.Marc Espie
2004-01-15bump to gcc 3.3.2Marc Espie
2004-01-15move libobjc around to its own directory (from src/gnu/egcs/libobjc)Marc Espie
2004-01-15extra target to make sure tconfig.h is rebuilt, to use with libobjc.Marc Espie
2004-01-15Split lib spec into pre-pthread/post-pthread.Marc Espie
Cosmetic change for us, will make merging with FSF easier.
2004-01-15target for tconfig.h, to use with libobjc.Marc Espie
2004-01-15install compiler/arch-dependent headers.Marc Espie
ok millert@
2004-01-14Sync with mvme88k struct trapframe changes.Miod Vallat
Not pushed upstream, ELF toolchain is in the pipeline and coming soon...
2004-01-14Preliminary 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-13stupid, stupid.Marc Espie
who reads my code ? bug found by naddy@
2004-01-13Do not evaluate this->next after calling the handler; the handler mayOtto Moerbeek
have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@
2004-01-13sync with realityTodd C. Miller
2004-01-13avoid installing headers during `install', since this is already doneMarc Espie
during `includes'.
2004-01-13use our own nm and sizeMichael Shalayeff
2004-01-13- move a few common pieces into OPENBSD_OS_CPP_BUILTINS_COMMONBrad 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-12better fix for non-versioned rebuild bug: backport from gcc HEAD,Marc Espie
submitted for the 3.3 branch.
2004-01-12fix c++ -shared for gcc 3. Here, we recognize -shared and link withMarc Espie
-lsupc++. That way, linking shared C++ libraries is consistent between gcc 2.95 and gcc 3.
2004-01-12don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn'tMarc Espie
link libc.
2004-01-09Remove duplicate (and slightly conflicting) prototype of sm_vfscanf().Todd C. Miller
Found by brad@
2004-01-09let configure find out whether gcc has sjlj configured or not...Marc Espie
2004-01-08long vs time_t workarounds without changing the API; spotted by pval, ok fgschTheo de Raadt
2004-01-08add stub for attribute "sentinel".Marc Espie
2004-01-07inverted test. problem reported by avsm@.Marc Espie
2004-01-07disable for all openbsd arches.Marc Espie
2004-01-07define __sparcv9__ on sparc64; discussed with many ppl, solves many issuesPeter Valchev
found by miod
2004-01-07missed one v3Marc Espie
2004-01-05libstdc++-v3 -> libstdc++Marc Espie
2004-01-05make sure libstdc++ doesn't get rebuilt all the time.Marc Espie
2004-01-05deal with the usual libtool nonsense crap.Marc Espie
2004-01-05use installed compiler for testsMarc Espie
2004-01-05point other srcdirs to variable locations, so that Makefile.bsd-wrapperMarc Espie
can adjust them for the OpenBSD src tree.
2004-01-05adjust version for soname.Marc Espie
2004-01-05single out include dir so that we can do `make includes' fromMarc Espie
Makefile.bsd-wrapper.
2004-01-05basic infrastructure for OpenBSDMarc Espie
2004-01-05standard C++ library for gcc 3.xMarc Espie
2004-01-04OpenBSD/powerpc is a __unix__ system.Dale Rahn
2004-01-04rename BUGS section to CAVEATS more appropriately; ok avsm & othersPeter Valchev
2004-01-03missing prototypes; ok espiePeter Valchev
2004-01-03sync 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-02Don't strip scripts; idea from mpech@; ok deraadt@Todd C. Miller
2003-12-30Define _FFR_DEAL_WITH_ERROR_SSL. This will causes sendmail to deal withTodd C. Miller
SSL errors by recognizing them as EOF. Otherwise, sendmail can get into an infinite loop logging "STARTTLS: read error=generic SSL error (0)" This was causing problems on the mailing list server...
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.Theo de Raadt
well, almost. someone should track that down please.
2003-12-28Add missing C++ include paths: arch-dependent headers, andMarc Espie
backward-compatibility headers.