Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-17 | Minor cleanups. Checked against Lite2. | Michael Shalayeff | |
(NetBSD's was really just a Lite2's, but w/ 64bit support) | |||
1996-04-17 | fix a bug w/ fd/tty file (from netbsd). | Michael Shalayeff | |
1996-04-03 | fixed compilation errors--but NQNFS may not work with new NFS code | dm | |
1996-04-03 | Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitions | Thorsten Lockert | |
1996-04-02 | Add an somehow lost file from the FSF 2.7.2 distr | Niklas Hallqvist | |
1996-03-31 | gram.y must be built before client.c. | etheisen | |
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1996-03-31 | Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage. | etheisen | |
NetBSD's byacc %expect mods are buggy and don't handle syntax or semantic errors. Additionally, they do not mimic the BISON behavior they try to emulate. Our local OpenBSD %expect mods are much better. | |||
1996-03-30 | From NetBSD: merge of 960317 | 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-30 | Substantially improve random number generation by using the largest prime | Thorsten Lockert | |
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator | |||
1996-03-30 | fdeject not eject. Net/OpenBSD tracking error. | etheisen | |
1996-03-30 | DDB support added. | Michael Shalayeff | |
1996-03-30 | Added: sysctl access to the ddb variables. | Michael Shalayeff | |
Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program. | |||
1996-03-30 | Add $OpenBSD$, fix comments. | Michael Shalayeff | |
1996-03-30 | Bug w/ rename fixed. | Michael Shalayeff | |
Strange thing still present w/ removes, the situation seemd to be like extra VREF made somewhere, that is, lower nfs does not remove, but rename file in '.nfs*' thing that disapears at umap umount. this thing happend w/ nullfs too. | |||
1996-03-29 | lost change from vnode_if.[hc] evolution. | Michael Shalayeff | |
"vnode_if.h" must be <sys/vnode_if.h> | |||
1996-03-29 | Initial commit of random data source devices' manual. | Michael Shalayeff | |
1996-03-29 | Initial commit of rnd devices' manual. | Michael Shalayeff | |
1996-03-29 | The random data source driver itself. | Michael Shalayeff | |
Initial commit. | |||
1996-03-29 | Initial commit of random source driver. | Michael Shalayeff | |
1996-03-29 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: Use tr instead of caesar to generate fortunes-o | Niklas Hallqvist | |
1996-03-28 | Moved GNU spec stuff into Makefile.bsd-wrapper1 using PREREQ variable. | etheisen | |
This makes full BSD build support a reality for libiberty. make obj tags depends now works. General cleanup and commenting. | |||
1996-03-27 | Misc. cleanup, esp. for obj-dirs, DESTDIR compilations and missing | Niklas Hallqvist | |
dependencies. | |||
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-26 | Revert last change which lost the functionality introduced in rev 1.4 | Niklas Hallqvist | |
1996-03-26 | Somehow happened to coexist two versions of this in the same file. | Michael Shalayeff | |
fixed, older removed. | |||
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-03-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas Hallqvist | |
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line. | |||
1996-03-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas Hallqvist | |
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line. | |||
1996-03-25 | Fixup /usr/include/g++ hierarchy specification | Niklas Hallqvist | |
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert | |
1996-03-25 | Make a proper lvalue in INC | Thorsten Lockert | |
1996-03-25 | Add const qualifier to match prototype | Thorsten Lockert | |
1996-03-25 | Protect use of long long with /* LONGLONG */ | Thorsten Lockert | |
1996-03-25 | Use __asm, not asm | Thorsten Lockert | |
1996-03-25 | Prototype __syscall() correctly | Thorsten Lockert | |
1996-03-25 | Cannot do operations on a void pointer | Thorsten Lockert | |
1996-03-25 | Update prototypes to match declarations | Thorsten Lockert | |
Remove unused variables Install all man-page links | |||
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
Change inline to __inline | |||
1996-03-25 | Protect internal mcount symbol from lint(1) | Thorsten Lockert | |
Use __asm, not asm | |||
1996-03-25 | Pull in prototypes | Thorsten Lockert | |
Do the right thing in presense of __STDC__ |