Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-13 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1998-07-13 | Latest version from Cyclic | Thorsten Lockert | |
1998-07-09 | argh | Theo de Raadt | |
1998-07-09 | use MAXHOSTNAMELEN | Theo de Raadt | |
1998-07-07 | remove the line with e2fsprogs | Artur Grabowski | |
1998-07-07 | old, big, not compiled and not used, die | Artur Grabowski | |
1998-07-06 | alpha work again | Theo de Raadt | |
1998-07-06 | fix this mess; XXX need new cygnus version | Theo de Raadt | |
1998-07-05 | fix | Todd T. Fries | |
1998-07-05 | don't try and rebuild things via GNU automake | Todd C. Miller | |
1998-07-05 | Kill extra man page build as well. | Jason Downs | |
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. |