Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Cette version est plus robuste contre les changements dans le code généré par GCC pour des utilisations internes.
This release is more robust against changes in code generated by gcc for internal uses.

2005-02-11 18:43
0.95

baignoire gère maintenant mremap () et les travaux autour de bizarreries de gcc 3.3.1-2mdk, comme inlining pas les appels vers 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

Bugs ont été corrigés dans la manipulation des mmap64 () et les pages cartographiée à partir d'au-delà de EOF.
Tags: Major bugfixes
Bugs were fixed in the handling of mmap64() and pages
mapped from beyond EOF.

2003-04-30 18:30
0.92

L'allocateur de cadres de page est maintenant multi-threads, et détecte également réutiliser participant par un gestionnaire de signal. Le code a été améliorée pour travailler avec glibc-2.3.2 et son utilisation de la page AT_SYSINFO à mettre en œuvre des appels système.
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