summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-03-06rm '-f' config.cachedavid1-2/+2
1996-03-05Changes according to the /sys/netinet/tcp_var.h changes.mickey1-1/+1
1996-03-05Changes for ifconfig to compile.mickey1-2/+3
1996-03-05Fix seemed to be a bug.mickey1-3/+2
1996-03-05Permission settings added.mickey1-1/+3
1996-03-05XFree86 aperture driver.mickey9-0/+369
From 3.1.2 version (for NetBSD).
1996-03-05Labeling style changed ($OpenBSD$).mickey14-17/+41
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).
1996-03-05Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSDtholo1-1/+12
PR 2097
1996-03-05From NetBSD: merge with 960217niklas5-55/+138
1996-03-05Don't use -fpic if NOPIC defined. From Dale Rahn.niklas1-2/+5
1996-03-05/usr/bin/oldrdist, not /usr/ucb...dm1-2/+2
1996-03-05rdist 6.1.2dm30-53/+206
1996-03-05sc_dev -> tulip_devdm1-1/+1
1996-03-05MAXBSIZE of 32768 breaks machines with 64 Megs of RAMdm1-2/+2
1996-03-05need some casts for clean compiledm1-2/+3
1996-03-04Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9})chuck4-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-04Updating to the latest LBL release.mickey59-20/+1117
Sun's SKIP support added.
1996-03-04Update to the latest LBL release.mickey20-16/+116
1996-03-04Initial commit of NetBSD 960217 netiso.mickey88-9395/+11601
all the rest is the fixes to the import by Niklas.
1996-03-04fixes of the 960217 import.mickey1-0/+1
1996-03-04From NetBSD: Fix PR/2095 options MROUTING did not compile.niklas2-5/+8
1996-03-04From NetBSD: 960217 mergeniklas16-110/+369
1996-03-04From NetBSD: 960217 mergeniklas26-4290/+4956
1996-03-03From NetBSD: 960217 mergeniklas27-277/+600
1996-03-03From NetBSD: 960217 mergeniklas22-215/+356
1996-03-03From NetBSD: Remove tty_compat.cniklas1-2/+1
1996-03-03From NetBSD: Remove tty_compat.c, add ns_cksum.cniklas1-2/+2
1996-03-03From NetBSD: merge with 960217niklas14-155/+167
1996-03-03From NetBSD: 960217 mergeniklas49-1047/+955
1996-03-03From NetBSD: Use const qualifier with conversion, args and clist tablesniklas5-112/+41
1996-03-03From NetBSD:niklas2-4/+5
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130.
1996-03-03From NetBSD:niklas2-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-03From NetBSD: 960217 mergeniklas94-57/+367
1996-03-03Makefiles seemed to be broken a bit, i don't evenmickey4-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-03Set ia_iosize to 0 to keep probe silenttholo1-0/+3
1996-03-03from NetBSD: so it compiles now again ;)mickey2-11/+28
1996-03-03Make last change actually compiletholo1-3/+5
1996-03-03from NetBSD: so it compiles now.mickey1-15/+19
1996-03-03WOrking disk statistics; NetBSD PR 2161tholo3-283/+376
1996-03-03Working disk statistics; NetBSD PR 2160tholo6-315/+378
1996-03-02from NetBSD: audio now compiles.mickey1-1/+3
1996-03-02Build lkm directory by defaulttholo1-1/+1
1996-03-02Not needed, default LKM installation directory defined in <bsd.own.mk>tholo1-4/+0
1996-03-02Define directory and modes for LKM installstholo2-3/+8
Correct installation rule for LKM installs
1996-03-02Remove auto-generated files so as to not upset make/yacctholo2-4888/+0
1996-03-02Make sure SYSV-style include directives are only matched when there is atholo1-0/+1
whitespace character after the word "include"
1996-03-02Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm4-14/+18
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 recorddm1-4/+18
1996-03-02Added in stuff from 960121. Fixed several bugs in ypxfr.dm21-52/+2118
1996-03-02Change PROTO to _DES_PROTO to reduce likelyhood of interfering withtholo6-14/+14
applications including <kerberosIV/des.h> (like CVS)