Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-05 | use correct directory for h2ph -d | Todd C. Miller | |
1998-07-05 | run h2ph with -d ${DESTDIR} | Todd C. Miller | |
1998-07-05 | Set CFLAGS for configure. | Jason Downs | |
1998-07-04 | fid the reloc bug | Michael Shalayeff | |
1998-07-03 | Fix assembly of cmov* instructions. This instruction does not have the W bit | Tobias 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-29 | no CLEANFILES | Theo de Raadt | |
1998-06-29 | correctly install bc as gnubc, and still install bcwrap as bc | Theo de Raadt | |
1998-06-29 | remove files from old dir setup | Todd C. Miller | |
1998-06-29 | We install man pages from Makefile.bsd-wrapper | Todd C. Miller | |
1998-06-29 | OpenBSD tag | Todd C. Miller | |
1998-06-29 | Don't build from lex/yacc, use prebuilt (yacc files don't seem to like our yacc) | Todd C. Miller | |
1998-06-29 | GNU bc 1.05a | Todd C. Miller | |
1998-06-29 | dc is now part of GNU bc | Todd C. Miller | |
1998-06-29 | dc is now part of the GNU bc package | Todd C. Miller | |
1998-06-27 | Require 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-24 | include stdlib.h for malloc proto; noted by Theo | Todd C. Miller | |
1998-06-07 | make includes support | Todd C. Miller | |
1998-06-07 | $(INSTALL) not install | Todd C. Miller | |
1998-06-06 | disable gprof on alpha... again.. texinfo problems | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-05-29 | libgcc: missed multiply | Michael Shalayeff | |
1998-05-19 | where did those _mod* come from? | Michael Shalayeff | |
1998-05-18 | don't use 18136dyncall unless we are pic code and fast indirect calls are ↵ | Michael Shalayeff | |
disabled | |||
1998-05-18 | install gdb and related info files | Marco S Hyman | |
1998-05-17 | add openbsd configuration file to readline. The config file pulls in | Marco 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-17 | fix cpp predefines for openbsd/hppa | Michael Shalayeff | |
1998-05-16 | remove host defs when getting target ones | Niklas Hallqvist | |
1998-05-14 | more careful scanf | Theo de Raadt | |
1998-05-14 | Hey, vax is LE! | Niklas Hallqvist | |
1998-05-11 | we have lockf now | Todd C. Miller | |
1998-05-11 | disable dynaload on pmax too | Todd C. Miller | |
1998-05-11 | Make usable as a cross-linker | Niklas Hallqvist | |
1998-05-11 | Document -Z | Niklas Hallqvist | |
1998-05-11 | Do not try to test libgcc1 on vax-crosscompilers as we miss two functions | Niklas Hallqvist | |
from libc at this point | |||
1998-05-11 | tromping one byte too far; tron@lyssa.owl.de | Theo de Raadt | |
1998-05-10 | "sh /bin/sh config.guess" does not work | Niklas Hallqvist | |
1998-05-07 | define STRUCT_TM_HASZONE; ficus | Theo de Raadt | |
1998-05-06 | use shell to run scripts | Michael Shalayeff | |
1998-05-06 | Added support for #pragma pack and #pragma weak. This makes Wine much | Constantine Sapuntzakis | |
happier. | |||
1998-05-06 | Don't overflow on long mailto:-tags. | Artur Grabowski | |
1998-05-04 | use binutils for hppa | Michael Shalayeff | |
1998-05-04 | first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host | Michael Shalayeff | |
1998-05-04 | GDB 6.3 (excluding .info files) | Michael Shalayeff | |
1998-05-02 | put back warning for signed char array subscripts | Todd C. Miller | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1998-04-27 | Update gcc version and let Configure figure out how to convert a float to | Todd C. Miller | |
a string by itself. Hard coding it seems to expose a Configure bug. | |||
1998-04-27 | Add missing parens. Peter Galbavy <peter@wonderland.org> | Todd C. Miller | |
1998-04-27 | fix paths | Theo de Raadt | |
1998-04-26 | If a good matching shared library is found, don't look in the next | Theo 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-26 | we use binutils gdb everwhere now | Theo de Raadt | |