Downloadliste

Projektbeschreibung

tub is a user-mode tool to support large dynamic arrays (up to 2.8GB or so) yet still use shared libraries and dynamic linking under Linux on x86. It works around TASK_UNMAPPED_BASE being a system-wide constant instead of an inherited per-process parameter controlled by setrlimit/getrlimit.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-22 20:03
0.97

Diese Version ist robuster gegen Änderungen im Code von gcc generiert für die interne Verwendung.
This release is more robust against changes in code generated by gcc for internal uses.

2005-02-11 18:43
0.95

Badewanne beherrscht nun mremap () und arbeitet rund um Kuriositäten von gcc 3.3.1-2mdk, wie nicht Inlining Anrufe auf memset ().
Tags: Minor feature enhancements
tub now handles mremap() and works around oddities of gcc 3.3.1-2mdk,
such as not inlining calls to memset().

2004-04-26 07:33
0.94

Fehler wurden in der Behandlung von festen mmap64 () und Seiten aus über EOF abgebildet.
Tags: Major bugfixes
Bugs were fixed in the handling of mmap64() and pages
mapped from beyond EOF.

2003-04-30 18:30
0.92

Der Allocator der Seitenrahmen ist jetzt Multi-Thread-Safe, und erkennt auch re-entrant die Nutzung durch einen Signal-Handler. Der Code wurde erweitert, um die Arbeit mit der glibc-2.3.2 und den Einsatz von AT_SYSINFO Seite Systemaufrufe umzusetzen.
Tags: Minor feature enhancements
The allocator of page frames is now multi-thread safe, and also detects re-entrant use by a signal handler. The code was enhanced to work with glibc-2.3.2 and its use of AT_SYSINFO page to implement system calls.

2003-03-31 07:05
0.9

Tags: Initial freshmeat announcement

Project Resources