CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20020129 16:41:22
Modified files:
. : README configure.in
src/core : fbdev.c gfxcard.c input.c surfacemanager.c
surfaces.c windows.c
src/core/fusion: Makefile.am fusion.c fusion_internal.h
reactor.c shmalloc.h
Added files:
src/core/fusion/shmalloc: .cvsignore Makefile.am TODO mstats.c
shbrk.c shcalloc.c shfree.c shmalloc.c
shmalloc_internal.h shmemalign.c
shrealloc.c shvalloc.c
Removed files:
src/core/fusion: shmalloc.c
Log message:
Completely rewritten shmalloc stuff based on libc5's GNU malloc.
It now uses tmpfs (former shmfs) that needs to be mounted at /dev/shm:
mount shm /dev/shm -tshm
It uses open/mmap and ftruncate/mremap similar to brk ;)
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.