Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-03-06 | rm '-f' config.cache | 1 | -2/+2 | ||
1996-03-05 | Changes according to the /sys/netinet/tcp_var.h changes. | 1 | -1/+1 | ||
1996-03-05 | Changes for ifconfig to compile. | 1 | -2/+3 | ||
1996-03-05 | Fix seemed to be a bug. | 1 | -3/+2 | ||
1996-03-05 | Permission settings added. | 1 | -1/+3 | ||
1996-03-05 | XFree86 aperture driver. | 9 | -0/+369 | ||
From 3.1.2 version (for NetBSD). | |||||
1996-03-05 | Labeling style changed ($OpenBSD$). | 14 | -17/+41 | ||
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details). | |||||
1996-03-05 | Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSD | 1 | -1/+12 | ||
PR 2097 | |||||
1996-03-05 | From NetBSD: merge with 960217 | 5 | -55/+138 | ||
1996-03-05 | Don't use -fpic if NOPIC defined. From Dale Rahn. | 1 | -2/+5 | ||
1996-03-05 | /usr/bin/oldrdist, not /usr/ucb... | 1 | -2/+2 | ||
1996-03-05 | rdist 6.1.2 | 30 | -53/+206 | ||
1996-03-05 | sc_dev -> tulip_dev | 1 | -1/+1 | ||
1996-03-05 | MAXBSIZE of 32768 breaks machines with 64 Megs of RAM | 1 | -2/+2 | ||
1996-03-05 | need some casts for clean compile | 1 | -2/+3 | ||
1996-03-04 | Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9}) | 4 | -24/+24 | ||
[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-04 | Updating to the latest LBL release. | 59 | -20/+1117 | ||
Sun's SKIP support added. | |||||
1996-03-04 | Update to the latest LBL release. | 20 | -16/+116 | ||
1996-03-04 | Initial commit of NetBSD 960217 netiso. | 88 | -9395/+11601 | ||
all the rest is the fixes to the import by Niklas. | |||||
1996-03-04 | fixes of the 960217 import. | 1 | -0/+1 | ||
1996-03-04 | From NetBSD: Fix PR/2095 options MROUTING did not compile. | 2 | -5/+8 | ||
1996-03-04 | From NetBSD: 960217 merge | 16 | -110/+369 | ||
1996-03-04 | From NetBSD: 960217 merge | 26 | -4290/+4956 | ||
1996-03-03 | From NetBSD: 960217 merge | 27 | -277/+600 | ||
1996-03-03 | From NetBSD: 960217 merge | 22 | -215/+356 | ||
1996-03-03 | From NetBSD: Remove tty_compat.c | 1 | -2/+1 | ||
1996-03-03 | From NetBSD: Remove tty_compat.c, add ns_cksum.c | 1 | -2/+2 | ||
1996-03-03 | From NetBSD: merge with 960217 | 14 | -155/+167 | ||
1996-03-03 | From NetBSD: 960217 merge | 49 | -1047/+955 | ||
1996-03-03 | From NetBSD: Use const qualifier with conversion, args and clist tables | 5 | -112/+41 | ||
1996-03-03 | From NetBSD: | 2 | -4/+5 | ||
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130. | |||||
1996-03-03 | From NetBSD: | 2 | -83/+15 | ||
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-03 | From NetBSD: 960217 merge | 94 | -57/+367 | ||
1996-03-03 | Makefiles seemed to be broken a bit, i don't even | 4 | -14/+14 | ||
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-03 | Set ia_iosize to 0 to keep probe silent | 1 | -0/+3 | ||
1996-03-03 | from NetBSD: so it compiles now again ;) | 2 | -11/+28 | ||
1996-03-03 | Make last change actually compile | 1 | -3/+5 | ||
1996-03-03 | from NetBSD: so it compiles now. | 1 | -15/+19 | ||
1996-03-03 | WOrking disk statistics; NetBSD PR 2161 | 3 | -283/+376 | ||
1996-03-03 | Working disk statistics; NetBSD PR 2160 | 6 | -315/+378 | ||
1996-03-02 | from NetBSD: audio now compiles. | 1 | -1/+3 | ||
1996-03-02 | Build lkm directory by default | 1 | -1/+1 | ||
1996-03-02 | Not needed, default LKM installation directory defined in <bsd.own.mk> | 1 | -4/+0 | ||
1996-03-02 | Define directory and modes for LKM installs | 2 | -3/+8 | ||
Correct installation rule for LKM installs | |||||
1996-03-02 | Remove auto-generated files so as to not upset make/yacc | 2 | -4888/+0 | ||
1996-03-02 | Make sure SYSV-style include directives are only matched when there is a | 1 | -0/+1 | ||
whitespace character after the word "include" | |||||
1996-03-02 | Using TCP broke ypxfr -C which in turn caused yppush to fail on the | 4 | -14/+18 | ||
master NIS server. I gave yp_bind_host an extra argument to select TCP/UDP transport. | |||||
1996-03-02 | add_interdomain should succeed even with no YP_INTERDOMAIN record | 1 | -4/+18 | ||
1996-03-02 | Added in stuff from 960121. Fixed several bugs in ypxfr. | 21 | -52/+2118 | ||
1996-03-02 | Change PROTO to _DES_PROTO to reduce likelyhood of interfering with | 6 | -14/+14 | ||
applications including <kerberosIV/des.h> (like CVS) |