summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2004-01-16update comment to match reality better.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-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-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-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-04OpenBSD/powerpc is a __unix__ system.Dale Rahn
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-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.
2003-12-18Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withTodd C. Miller
cvs no longer matches ours. Fixes "compression initialization: error -6" as noticed by espie@ and others.
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
returning a NULL label so now we just the epoch for the timestamp if we cannot stat the file. OK deraadt@
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
okay miod@, segfault sample by margarida.
2003-12-06Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@Todd C. Miller
2003-12-03fix 2 typosTodd C. Miller
2003-12-03Add back these dead files for 5.8.2Todd C. Miller
2003-12-03Whoops, don't build threaded by defaultTodd C. Miller
2003-12-03Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific ↵Todd C. Miller
scaffolding
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2003-12-02hppa-openbsd configs; espie@ okMichael Shalayeff
2003-12-01Add x86_64-unknown-openbsd* target. Tested only as a cross-compiler.Alexander Yurchenko
ok espie@
2003-11-29ditch duplicate code, thx.Marc Espie
2003-11-29generate info files in the right location.Marc Espie
Fix clean: to clean most of the stuff it should.
2003-11-29regen files in obj/Marc Espie
2003-11-29Don't bother trying to install stuff that doesn't exist.Marc Espie
2003-11-29regen manpages in obj/Marc Espie
disable regen of stuff that needs tools we don't have.
2003-11-29regenerate source for manpages in depend stage so MAN= doesn't fall over.Marc Espie
2003-11-29re-add java parser. It's a re-entrant parser, so yacc doesn't compete soMarc Espie
far.
2003-11-29OpenBSD build engine.Marc Espie
2003-11-29Rebuild of parser in obj directory.Marc Espie
2003-11-29Add 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-29disable gmake's parallel build checks, and allow libgcc to build correctlyMarc Espie
with our make.
2003-11-29Berkeley yacc is allowed to use unpoisoned malloc.Marc Espie
2003-11-29regen files in the obj/ directory.Marc Espie