Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-21 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-04-21 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-04-20 | Remove hack to work around make(1) bug now that the make(1) | Todd C. Miller | |
change in question has been backed out. | |||
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-04-17 | clean up *.cat1 on "make cleandir" | kstailey | |
1997-04-17 | back out 1.2 | kstailey | |
1997-04-17 | back out 1.2 | kstailey | |
1997-04-17 | remove *.cat1 on "make realclean" | kstailey | |
1997-04-17 | remove *.cat1 when "make realclean" is invoked | kstailey | |
1997-04-14 | Forgot one change... | Per Fogelstrom | |
1997-04-14 | Missed this one... | Per Fogelstrom | |
1997-04-14 | All mips tools should now configure with the same name (mipsel-unknown-openbsd) | Per Fogelstrom | |
for little endian systems and (mips-unknown-openbsd) for big endian systems. gdb seems to work now but needs more testing. | |||
1997-04-14 | struct elf_resolv has to be compatible with struct link_map or gdb will | Per Fogelstrom | |
not be able to pick up loaded shared lib info. | |||
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-12 | Make MIPS configuration more consistent | Per Fogelstrom | |
1997-04-12 | convert mips* to mips so that we find the correct files in config | Thomas Graichen | |
1997-04-12 | configure with --disable-gdbtk - so that gdb will also configure | Thomas Graichen | |
correctly if you have tcl/tk installed | |||
1997-04-12 | reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd* | Thomas Graichen | |
1997-04-12 | Fixed coredump when passwd file is missing or unavailable. | Todd C. Miller | |
Reported by Jason Downs <downsj@teeny.org> and Klee Dienes <klee@mit.edu> (via a Debian Linux bug report). | |||
1997-04-11 | Update from Cygnus + corrections to OpenBSD recognition by me | Niklas Hallqvist | |
1997-04-10 | calc page alignment correctly for -p; pk@netbsd | Theo de Raadt | |
1997-04-09 | Revert to older (working) version of gcc, plus recent changes. | Jason Downs | |
1997-04-09 | Remove the rest of the new files. | Jason Downs | |
Commit a couple local configuration changes of mine before I lose them. | |||
1997-04-09 | We're pulling this back out... | Jason Downs | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-08 | use MKTEMP_EACH_FILE, whee | Theo de Raadt | |
1997-04-08 | use $> -- thanks for the debugging help niklas | Theo de Raadt | |
1997-04-07 | use $< instead of $? for ar. Obviously required since the .a file gets | Theo de Raadt | |
deleted in the same target! bug report sent to cygnus via niklas. | |||
1997-04-07 | XXX Work around make(1) bug. This must be fixed. | Jason Downs | |
1997-04-07 | Build man pages using my bsd.man.mk extensions, ala Perl, instead of making | Jason Downs | |
links and other disgusting things. Copes with the global .man extension used here. | |||
1997-04-07 | Re-run configure if Makefile.in, configure, or c-parse.in changes. | Todd C. Miller | |
This should fix the problem people were seeing with gcc reporting unresolved symbols (Makefile and Makefile.in were inconsistent). | |||
1997-04-05 | Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE). | Todd C. Miller | |
Now gdb will link. | |||
1997-04-04 | changes required to get gcc with the new g77 0.5.20 compiled smoothly | Thomas Graichen | |
on OpenBSD | |||
1997-04-04 | sync g77 to version 0.5.20 - i hope i got everything right because there | Thomas Graichen | |
is no patch from 0.5.19 to 0.5.20 - so i did it by diffing two gcc trees looking carefully at the results what does the new g77 give us: * now it completely works on the alpha (64bit) * faster * less bugs :-) | |||
1997-04-04 | *** empty log message *** | Thomas Graichen | |
1997-04-04 | import of libU77 - part of sync to g77-0.5.20 | Thomas Graichen | |
1997-04-02 | Use new makeinfo -P dir option to prepend gcc/f to the include path. | kstailey | |
You must rebuild and install the new makeinfo before building gcc! This corrects the gcc/install.texi gcc/f/install.texi name collision. | |||
1997-04-02 | Add "-P dir" option to prepend a dir to the include path. | kstailey | |
This is driven by g77 using install.texi which collides with gcc install.texi. This has been submitted to bug-texinfo@prep.ai.mit.edu. *** You must rebuild/reinstall makeinfo before building gcc! *** | |||
1997-04-01 | don't disable the build of gdb for the alpha - it should work now | Thomas Graichen | |
1997-04-01 | it's called xm-alphaobsd.h and not xm-alpha.h | Thomas Graichen | |
1997-03-29 | Integrate local changes | Thorsten Lockert | |
1997-03-29 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-03-29 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-03-28 | no more -D__NetBSD__ | Theo de Raadt | |
1997-03-25 | do not chmod file before unlink; firebug@atlantic.net | Theo de Raadt | |
1997-03-20 | Reference include directly to avoid $CDPATH clashes. | Jason Downs | |
1997-03-18 | Added ${DESTDIR} in -I/usr/include/kerberosIV. -moj | Mats O Jansson | |