summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-03-05Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSDThorsten Lockert
PR 2097
1996-03-05From NetBSD: merge with 960217Niklas Hallqvist
1996-03-05Don't use -fpic if NOPIC defined. From Dale Rahn.Niklas Hallqvist
1996-03-05/usr/bin/oldrdist, not /usr/ucb...dm
1996-03-05rdist 6.1.2dm
1996-03-05rdist 6.1.2dm
1996-03-05sc_dev -> tulip_devdm
1996-03-05MAXBSIZE of 32768 breaks machines with 64 Megs of RAMdm
1996-03-05need some casts for clean compiledm
1996-03-04Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9})chuck
[1] check return value from malloc() for NULL before trying to bzero it. [2] use "=" rather than "|=" when writing to CSR (otherwise you may ACK something you don't mean to!).
1996-03-04Updating to the latest LBL release.Michael Shalayeff
Sun's SKIP support added.
1996-03-04Update to the latest LBL release.Michael Shalayeff
1996-03-04Initial commit of NetBSD 960217 netiso.Michael Shalayeff
all the rest is the fixes to the import by Niklas.
1996-03-04fixes of the 960217 import.Michael Shalayeff
1996-03-04From NetBSD: Fix PR/2095 options MROUTING did not compile.Niklas Hallqvist
1996-03-04From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-04From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: Remove tty_compat.cNiklas Hallqvist
1996-03-03From NetBSD: Remove tty_compat.c, add ns_cksum.cNiklas Hallqvist
1996-03-03From NetBSD: merge with 960217Niklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: Use const qualifier with conversion, args and clist tablesNiklas Hallqvist
1996-03-03From NetBSD:Niklas Hallqvist
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130.
1996-03-03From NetBSD:Niklas Hallqvist
Fix problems with the way init.o is built: * Prevent gratuitous rebuilds when nothing has changed. * Make sure it is rebuilt if a .h file is updated.
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03Makefiles seemed to be broken a bit, i don't evenMichael Shalayeff
know how it happens to work still ... probably nobody rebuilt libcompat.a. Fron NetBSD: kern_info_*.c, seemed to be a bug fix.
1996-03-03Set ia_iosize to 0 to keep probe silentThorsten Lockert
1996-03-03from NetBSD: so it compiles now again ;)Michael Shalayeff
1996-03-03Make last change actually compileThorsten Lockert
1996-03-03from NetBSD: so it compiles now.Michael Shalayeff
1996-03-03WOrking disk statistics; NetBSD PR 2161Thorsten Lockert
1996-03-03Working disk statistics; NetBSD PR 2160Thorsten Lockert
1996-03-02from NetBSD: audio now compiles.Michael Shalayeff
1996-03-02Build lkm directory by defaultThorsten Lockert
1996-03-02Not needed, default LKM installation directory defined in <bsd.own.mk>Thorsten Lockert
1996-03-02Define directory and modes for LKM installsThorsten Lockert
Correct installation rule for LKM installs
1996-03-02Remove auto-generated files so as to not upset make/yaccThorsten Lockert
1996-03-02Make sure SYSV-style include directives are only matched when there is aThorsten Lockert
whitespace character after the word "include"
1996-03-02Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm
master NIS server. I gave yp_bind_host an extra argument to select TCP/UDP transport.
1996-03-02add_interdomain should succeed even with no YP_INTERDOMAIN recorddm
1996-03-02Added in stuff from 960121. Fixed several bugs in ypxfr.dm
1996-03-02Change PROTO to _DES_PROTO to reduce likelyhood of interfering withThorsten Lockert
applications including <kerberosIV/des.h> (like CVS)
1996-03-02Fix missed s/ts_/tv_/ replacements in last patchNiklas Hallqvist
1996-03-02timespec members are now named tv_{,u}secThorsten Lockert
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1996-03-02From NetBSD: sync with 960217 sourcesNiklas Hallqvist
1996-03-02Fixup umapfs_init prototype both on my partNiklas Hallqvist