Age | Commit message (Expand) | Author |
2004-01-19 | Update to sendmail 8.12.11. I've been runninga beta version of this for | Todd C. Miller |
2004-01-16 | update comment to match reality better. | Marc Espie |
2004-01-15 | zap old 2.95.3 file | Marc Espie |
2004-01-15 | gotta hate those hidden files... | Marc Espie |
2004-01-15 | OpenBSD specific infrastructure | Marc Espie |
2004-01-15 | adjust actual dependencies on locations in the src tree | Marc Espie |
2004-01-15 | put directory names into variable so they're overridable. | Marc Espie |
2004-01-15 | bump to gcc 3.3.2 | Marc Espie |
2004-01-15 | move libobjc around to its own directory (from src/gnu/egcs/libobjc) | Marc Espie |
2004-01-15 | extra target to make sure tconfig.h is rebuilt, to use with libobjc. | Marc Espie |
2004-01-15 | Split lib spec into pre-pthread/post-pthread. | Marc Espie |
2004-01-15 | target for tconfig.h, to use with libobjc. | Marc Espie |
2004-01-15 | install compiler/arch-dependent headers. | Marc Espie |
2004-01-14 | Sync with mvme88k struct trapframe changes. | Miod Vallat |
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 |
2004-01-13 | Do not evaluate this->next after calling the handler; the handler may | Otto Moerbeek |
2004-01-13 | sync with reality | Todd C. Miller |
2004-01-13 | avoid installing headers during `install', since this is already done | Marc Espie |
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 |
2004-01-12 | better fix for non-versioned rebuild bug: backport from gcc HEAD, | Marc Espie |
2004-01-12 | fix c++ -shared for gcc 3. Here, we recognize -shared and link with | Marc Espie |
2004-01-12 | don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn't | Marc Espie |
2004-01-09 | Remove duplicate (and slightly conflicting) prototype of sm_vfscanf(). | Todd C. Miller |
2004-01-09 | let configure find out whether gcc has sjlj configured or not... | Marc Espie |
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 |
2004-01-07 | missed one v3 | Marc Espie |
2004-01-05 | libstdc++-v3 -> libstdc++ | Marc Espie |
2004-01-05 | make sure libstdc++ doesn't get rebuilt all the time. | Marc Espie |
2004-01-05 | deal with the usual libtool nonsense crap. | Marc Espie |
2004-01-05 | use installed compiler for tests | Marc Espie |
2004-01-05 | point other srcdirs to variable locations, so that Makefile.bsd-wrapper | Marc Espie |
2004-01-05 | adjust version for soname. | Marc Espie |
2004-01-05 | single out include dir so that we can do `make includes' from | Marc Espie |
2004-01-05 | basic infrastructure for OpenBSD | Marc Espie |
2004-01-05 | standard C++ library for gcc 3.x | Marc Espie |
2004-01-04 | OpenBSD/powerpc is a __unix__ system. | Dale Rahn |
2004-01-04 | rename BUGS section to CAVEATS more appropriately; ok avsm & others | Peter Valchev |
2004-01-03 | missing prototypes; ok espie | Peter Valchev |
2004-01-03 | sync the list of acceptable getopt_long options with reality. | Brad Smith |
2004-01-02 | Don't strip scripts; idea from mpech@; ok deraadt@ | Todd C. Miller |
2003-12-30 | Define _FFR_DEAL_WITH_ERROR_SSL. This will causes sendmail to deal with | Todd C. Miller |
2003-12-29 | re-entrancy hack that is currently needed for cvs to work correctly. | Theo de Raadt |
2003-12-28 | Add missing C++ include paths: arch-dependent headers, and | Marc Espie |