Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 1997 11:39:41 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/stdlib calloc.c Makefile.inc malloc.3 malloc.c
Message-ID:  <199707011839.LAA29263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1997/07/01 11:39:41 PDT

  Modified files:
    lib/libc/stdlib      Makefile.inc malloc.3 malloc.c 
  Added files:
    lib/libc/stdlib      calloc.c 
  Log:
  malloc_sysv used before initialized, reported in PR4002 by
  Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
  
  Various cleanup from Keith Bostic
  
  Reinstate calloc() as a separate funtion, in its own source/object file.
  leave the manpage integrated with malloc.3 and friends.  Too many things
  were broken in this respect.
  
  PR:		4002
  Reviewed by:	phk
  Submitted by:	Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
  Submitted by:	Keith Bostic <bostic@bostic.com>
  
  Revision  Changes    Path
  1.10      +2 -2      src/lib/libc/stdlib/Makefile.inc
  1.13      +15 -5     src/lib/libc/stdlib/malloc.3
  1.27      +19 -33    src/lib/libc/stdlib/malloc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707011839.LAA29263>