summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2004-02-09Corrected lib_specs for OPENBSD/arm shared libraries. copied from alpha.Dale Rahn
2004-02-08shave build time.Marc Espie
2004-02-07Copy arm/t-netbsd removing the shared libgcc pieces, suggested by espieDale Rahn
2004-02-05fix the conversion of the insn that comes from gen_load_multiple. ARM process...Hiroaki Etoh
2004-02-03new file is needed to get define early enough for other headers, addDale Rahn
2004-02-03grok VIA C3 xmove-* and xcrypt-* instructions; niklas okTheo de Raadt
2004-02-01Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions foundTheo de Raadt
2004-02-01Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rngTheo de Raadt
2004-01-31Provide correct start files and link option specifications on sparc;Miod Vallat
2004-01-31add documentation (straight copy from egcs)Marc Espie
2004-01-31closer to gcc2: bring back protoize.Marc Espie
2004-01-31Sparc doesn't use old gas, obviously; ok espie@Miod Vallat
2004-01-31Switch the arm compiler to generating strongarm code on openbsd.Dale Rahn
2004-01-30repair breakage from options unifications; espie@ okMichael Shalayeff
2004-01-30no shlibs yetMichael Shalayeff
2004-01-28install more stuff, and fake some, to please theo.Marc Espie
2004-01-25Fix entry point and crtbegin/crtend. slight ok espie millertDale Rahn
2004-01-23USE_GCC3 switch, now that propolice is in.Marc Espie
2004-01-22propoliceBrad Smith
2004-01-22initial release of propolice gcc 3.3.2Hiroaki Etoh
2004-01-16update comment to match reality better.Marc Espie
2004-01-15Split lib spec into pre-pthread/post-pthread.Marc Espie
2004-01-15target for tconfig.h, to use with libobjc.Marc Espie
2004-01-15install compiler/arch-dependent headers.Marc Espie
2004-01-14Sync with mvme88k struct trapframe changes.Miod Vallat
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
2004-01-13Do not evaluate this->next after calling the handler; the handler mayOtto Moerbeek
2004-01-13use our own nm and sizeMichael Shalayeff
2004-01-13- move a few common pieces into OPENBSD_OS_CPP_BUILTINS_COMMONBrad Smith
2004-01-12fix c++ -shared for gcc 3. Here, we recognize -shared and link withMarc 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
2004-01-04OpenBSD/powerpc is a __unix__ system.Dale Rahn
2004-01-03sync the list of acceptable getopt_long options with reality.Brad Smith
2004-01-02Don't strip scripts; idea from mpech@; ok deraadt@Todd C. Miller
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.Theo de Raadt
2003-12-28Add missing C++ include paths: arch-dependent headers, andMarc Espie
2003-12-18Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withTodd C. Miller
2003-12-18cvs uses zlib, not gzip; remove a lie. OK deraadt@Todd C. Miller
2003-12-17Quick fix for zlib's update.Marc Espie
2003-12-16Better fix for MALLOC_OPTIONS=J bug. Something had problems withTodd C. Miller
2003-12-12Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OKTodd C. Miller
2003-12-10Ignore PSALL if NOMAN is set; noticed by jmc@Todd C. Miller
2003-12-08fix dangling code.Marc Espie
2003-12-06Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@Todd C. Miller