Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-09 | Import of binutils, gas, ld & gprof from Cygnus 960609 tree | Niklas Hallqvist | |
1996-06-08 | more careful umask handling, but does it fix the bug i have seen? | Theo de Raadt | |
1996-06-07 | Resolved conflicts with latest Cygnus import and our local changes | Niklas Hallqvist | |
1996-06-07 | (Correct) Import of Cygnus binutils snapshot taken 960607 | Niklas Hallqvist | |
1996-05-31 | on second thought, trash -Z option. LOCALID now comes from $RCSLOCALID | Theo de Raadt | |
1996-05-31 | retain -Z options to rcs commands even though they do not work (rcs | Theo de Raadt | |
commands spawn children which do not inherit the -Z option...) but also look in the RCSLOCALID environment variable. cvs sets this to "OpenBSD", as read from the options file. | |||
1996-05-30 | delay removing of Makefiles until AFTER they're used for the last time | Niklas Hallqvist | |
1996-05-30 | Clean some more | Niklas Hallqvist | |
1996-05-30 | who wrote this code? nonblocking pipe, select, and then not deal with a | Theo de Raadt | |
read of zero? spin city. i think this deals properly with dead sockets. | |||
1996-05-24 | server must parseopts() after getting Root | Theo de Raadt | |
1996-05-23 | parseopts() may be called with CVSROOT still in client form | Theo de Raadt | |
1996-05-20 | Checking out in dirs having the repository as its prefix was sometimes | Niklas Hallqvist | |
wrongly thought as checking out into the repository. E.g. checking out in /cvs.g/hack/foo with CVSROOT set to /cvs was impossible. | |||
1996-05-15 | Additions for Mips ELF shlib support | Per Fogelstrom | |
1996-05-12 | new extension: the $CVSROOT/CVSROOT/options file (if it exists) supports: | Theo de Raadt | |
tag=-ZOpenBSD (passes -ZOpenBSD to co/ci) umask=002 (force a umask while cvs is running) dlimit=49152 (force a 48MB process data limit) | |||
1996-05-12 | fix usage string. | Michael Shalayeff | |
1996-05-10 | Z not L | Theo de Raadt | |
1996-05-07 | rcs used gets(); netbsd pr#2287; from beal@umiacs.UMD.EDU, cleaned up by me | Theo de Raadt | |
1996-05-07 | change -L option name to -Z, note that in | Michael Shalayeff | |
co(1) manual, add -Z where were missed. | |||
1996-05-07 | fix comments s/$Id$/Id/, and usage string. | Michael Shalayeff | |
1996-05-06 | cvsinit.8 no longer exist | Thorsten Lockert | |
1996-05-06 | Integrate local changes to CVS; remove files no longer part of the CVS | Thorsten Lockert | |
distribution | |||
1996-05-06 | Files missed by previous import | Thorsten Lockert | |
1996-05-06 | New CVS release from Cyclic Software | Thorsten Lockert | |
1996-05-06 | gdb -k did not call kvm_open() with correct pathname; netbsd pr#2375; from ↵ | Theo de Raadt | |
mhitch@gemini.oscs.montana.edu | |||
1996-05-05 | report signal type before dying; from ian@cygnus.com forwarded by niklas | Theo de Raadt | |
1996-05-04 | i386 requires -fno-strength-reduce because -O2 generates incorrect code | Theo de Raadt | |
1996-05-04 | Actually declare and initialize nowtime... Oops. | Thorsten Lockert | |
1996-05-04 | Actually declare and initialize nowtime... Oops. | Thorsten Lockert | |
1996-05-04 | Set Start from nowtime, not now->time, which may not be set | Thorsten Lockert | |
1996-05-04 | Don't use the result of "diff" if just sending the new file would be shorter | Thorsten Lockert | |
1996-05-01 | we need SERVER_FLOWCONTROL enabled | Theo de Raadt | |
1996-04-29 | From NetBSD: | Niklas Hallqvist | |
Re-enable weak alias and sysv pragma support that was lost when we upgraded to gcc-2.7. These changes have been submitted to the gcc maintainers. With luck, we won't have this problem again... | |||
1996-04-28 | OS is OpenBSD NOT NetBSD. | etheisen | |
1996-04-27 | mkmodules.1 no longer exist; don't try to build it | Thorsten Lockert | |
1996-04-27 | Integrate local changes to CVS | Thorsten Lockert | |
1996-04-27 | Some files missed by initial import | Thorsten Lockert | |
1996-04-27 | Latest public release from Cyclic; fixes numerous memory leaks and have | Thorsten Lockert | |
some performance improvements | |||
1996-04-23 | Merge of NetBSD 960418 | Niklas Hallqvist | |
1996-04-20 | no need to remove limits.h; another workaround exists | Theo de Raadt | |
1996-04-19 | -L<string> option added to support LOCALID behaviour. | Michael Shalayeff | |
maybe set up in RCSINIT environment variable. | |||
1996-04-18 | from niklas; un-install gcc limits.h because it conflicts with the system one | Theo de Raadt | |
1996-04-02 | Add an somehow lost file from the FSF 2.7.2 distr | Niklas Hallqvist | |
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Added support for m68060 (activate with -m68060). This change has already been accepted and integrated into the FSF source tree. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Patch from J"orn Rennecke that fixes code generation bugs with long long comparisons. As of this date, this change hasn't made it into the development sources. We must consider this when it comes time to integrate a newer gcc release. Thu Mar 7 01:16:23 1996 J"orn Rennecke (amylaar@meolyon.hanse.de) * expmed.c (negate_rtx): Don't negate LONG_MIN if mode is wider than HOST_WIDE_INT. gcc now produces worse code for this test case than gcc 2.5.8 when invoked with -O , but it will optimize as good as gcc 2.5.8 (i.e. all comparisons vanish) when invoked with -O2 , thus I think it doesn't matter. If anyone is interested in looking into this, the code in expr.c, function expand_expr, case MINUS_EXPR, if-clause for if (TREE_UNSIGNED (type) || TREE_OVERFLOW (negated)), will refuse to convert the subtraction into an addition if there is an overflow in the conversion or negation of the constant. If both host and target machine are binary computers with 2-complement representation, the overflow should not matter. | |||
1996-03-16 | Link in libstdc++ now that libg++ 2.7.1 is in the tree. | etheisen | |
1996-03-09 | Add OpenBSD configuration (clone NetBSD entries) | Niklas Hallqvist | |
1996-03-09 | -f state was negated in remote operation | Niklas Hallqvist | |