Download List

Descripción del Proyecto

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.

System Requirements

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

Esta versión es más robusta frente a los cambios en el código generado por gcc para usos internos.
This release is more robust against changes in code generated by gcc for internal uses.

2005-02-11 18:43
0.95

tina ahora se encarga de mremap () y funciona en torno a singularidades de gcc 3.3.1-2mdk, como la no inclusión entre líneas llamadas a 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 corregidos en el manejo de mmap64 () y las páginas asociadas de más allá 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

El asignador de marcos de página ahora es multi-hilos de seguridad, y también detecta la reutilización operador por un manejador de la señal. El código se ha mejorado para trabajar con glibc-2.3.2 y el uso de la página AT_SYSINFO para implementar las llamadas al sistema.
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