summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1998-07-05use correct directory for h2ph -dTodd C. Miller
1998-07-05run h2ph with -d ${DESTDIR}Todd C. Miller
1998-07-05Set CFLAGS for configure.Jason Downs
1998-07-04fid the reloc bugMichael Shalayeff
1998-07-03Fix assembly of cmov* instructions. This instruction does not have the W bitTobias Weingartner
to specify operand size (use a prefix instead). Tested by mickey, me, and hopefully others along the way. The same fix seems to exist in freebsd as well.
1998-06-29no CLEANFILESTheo de Raadt
1998-06-29correctly install bc as gnubc, and still install bcwrap as bcTheo de Raadt
1998-06-29remove files from old dir setupTodd C. Miller
1998-06-29We install man pages from Makefile.bsd-wrapperTodd C. Miller
1998-06-29OpenBSD tagTodd C. Miller
1998-06-29Don't build from lex/yacc, use prebuilt (yacc files don't seem to like our yacc)Todd C. Miller
1998-06-29GNU bc 1.05aTodd C. Miller
1998-06-29dc is now part of GNU bcTodd C. Miller
1998-06-29dc is now part of the GNU bc packageTodd C. Miller
1998-06-27Require a password before telling user "command not found".Todd C. Miller
The upshot of this is that a user probing for binaries will be told "you are not allowed to run this" instead of "that doesn't exist".
1998-06-24include stdlib.h for malloc proto; noted by TheoTodd C. Miller
1998-06-07make includes supportTodd C. Miller
1998-06-07$(INSTALL) not installTodd C. Miller
1998-06-06disable gprof on alpha... again.. texinfo problemsTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-05-29libgcc: missed multiplyMichael Shalayeff
1998-05-19where did those _mod* come from?Michael Shalayeff
1998-05-18don't use 18136dyncall unless we are pic code and fast indirect calls are ↵Michael Shalayeff
disabled
1998-05-18install gdb and related info filesMarco S Hyman
1998-05-17add openbsd configuration file to readline. The config file pulls inMarco S Hyman
unistd.h (for sys/unistd.h) to get _POSIX_VERSION so readline does not depend upon the 4.3 compatibility ioctls.
1998-05-17fix cpp predefines for openbsd/hppaMichael Shalayeff
1998-05-16remove host defs when getting target onesNiklas Hallqvist
1998-05-14more careful scanfTheo de Raadt
1998-05-14Hey, vax is LE!Niklas Hallqvist
1998-05-11we have lockf nowTodd C. Miller
1998-05-11disable dynaload on pmax tooTodd C. Miller
1998-05-11Make usable as a cross-linkerNiklas Hallqvist
1998-05-11Document -ZNiklas Hallqvist
1998-05-11Do not try to test libgcc1 on vax-crosscompilers as we miss two functionsNiklas Hallqvist
from libc at this point
1998-05-11tromping one byte too far; tron@lyssa.owl.deTheo de Raadt
1998-05-10"sh /bin/sh config.guess" does not workNiklas Hallqvist
1998-05-07define STRUCT_TM_HASZONE; ficusTheo de Raadt
1998-05-06use shell to run scriptsMichael Shalayeff
1998-05-06Added support for #pragma pack and #pragma weak. This makes Wine muchConstantine Sapuntzakis
happier.
1998-05-06Don't overflow on long mailto:-tags.Artur Grabowski
1998-05-04use binutils for hppaMichael Shalayeff
1998-05-04first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 hostMichael Shalayeff
1998-05-04GDB 6.3 (excluding .info files)Michael Shalayeff
1998-05-02put back warning for signed char array subscriptsTodd C. Miller
1998-04-28use Xr more oftenTheo de Raadt
1998-04-27Update gcc version and let Configure figure out how to convert a float toTodd C. Miller
a string by itself. Hard coding it seems to expose a Configure bug.
1998-04-27Add missing parens. Peter Galbavy <peter@wonderland.org>Todd C. Miller
1998-04-27fix pathsTheo de Raadt
1998-04-26If a good matching shared library is found, don't look in the nextTheo de Raadt
directories. This is compatible with the SunOS behaviour. Also, it fixes a problem where it was not possible for some 3rd party package to have a library with the same name as a library already in the system, and a lower version number. The highest version would always be picked. This particular problem shows up with Mozilla, which has a libutil.so.1.0; fvdl
1998-04-26we use binutils gdb everwhere nowTheo de Raadt