History log of /openbsd-src/lib/libc/stdlib/malloc.c (Results 276 – 297 of 297)
Revision Date Author Comments
# 579d4ac0 11-Feb-1997 niklas <niklas@openbsd.org>

is we were set[ug]id an unitialized ptr bit us


# e515fa42 09-Feb-1997 tholo <tholo@openbsd.org>

Make this 64-bit safe again


# b1c217a8 05-Jan-1997 tholo <tholo@openbsd.org>

Integrate latest malloc(3) from FreeBSD


# 99881afc 24-Nov-1996 niklas <niklas@openbsd.org>

more 64bit fixes


# b36a1572 23-Nov-1996 niklas <niklas@openbsd.org>

64 bit clean


# 0ff92b44 22-Nov-1996 kstailey <kstailey@openbsd.org>

removed plus sign from start of line


# 5b5a7e45 26-Sep-1996 tholo <tholo@openbsd.org>

Make sure we don't dereference stray pointer when running suid or sgid


# b4ad5dbb 26-Sep-1996 tholo <tholo@openbsd.org>

Restore check for suid / sgid


# 8cc5cc77 26-Sep-1996 tholo <tholo@openbsd.org>

Latest changes from FreeBSD


# 6cc90a7a 19-Sep-1996 tholo <tholo@openbsd.org>

From FreeBSD:
> Fix a very rare error condition: The code to free VM back to the kernel
> as done after a quasi-recursive call to free() had modified what we
> thought we knew about the last chunk o

From FreeBSD:
> Fix a very rare error condition: The code to free VM back to the kernel
> as done after a quasi-recursive call to free() had modified what we
> thought we knew about the last chunk of pages.
> This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr,
> then make would coredump in the lpd directory.

show more ...


# a5cc1b67 16-Sep-1996 tholo <tholo@openbsd.org>

Avoid pulling in stdio


# c8f91e0d 15-Sep-1996 tholo <tholo@openbsd.org>

Remove dead code
Remove unused variables
Silence some warnings
lint(1) is your friend


# e00c0bc8 11-Sep-1996 deraadt <deraadt@openbsd.org>

only support MALLOC_OPTIONS for non-setuid


# 77f547f1 06-Sep-1996 tholo <tholo@openbsd.org>

asm -> __asm, clean lint(1) warnings


# f0b638ac 21-Aug-1996 tholo <tholo@openbsd.org>

Move cfree(3) weak symbol into a seperate file


# 4211cc3d 20-Aug-1996 tholo <tholo@openbsd.org>

Make the binding cfree() -> free() weak if possible


# 035b9bde 20-Aug-1996 downsj <downsj@openbsd.org>

Remove ANSI function delcarations and add a cfree() stub function.


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# d6257741 02-Aug-1996 tholo <tholo@openbsd.org>

malloc(3) implementation from FreeBSD; uses mmap(2) to get memory


# d6b09060 25-Mar-1996 tholo <tholo@openbsd.org>

Add prototypes for internal functions
Change inline to __inline


# e644c9a2 29-Jan-1996 deraadt <deraadt@openbsd.org>

realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;
netbsd pr#1806


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


1...<<1112