Download List

Descripción del Proyecto

emlog is a Linux kernel module that makes it easy to access the most recent (and only the most recent) output from a process. It works just like "tail -f" on a log file, except that the storage required never grows. This can be useful in embedded systems where there isn't enough memory or disk space for keeping complete log files, but the most recent debugging messages are sometimes needed.

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.

2001-08-14 07:27
0.40

Corregir el apoyo concurrente para los lectores y escritores, la asignación de anillo emlog de amortiguadores en lugar de utilizar vmalloc kmalloc para evitar el bloqueo de grandes bloques de memoria física contigua, y más.
Tags: Major feature enhancements
Correct support for concurrent readers and writers, allocation of emlog's ring buffers using vmalloc instead of kmalloc to avoid locking large blocks of contiguous physical memory, and more.

2001-03-01 14:31
0.30

Este comunicado de ahora compila correctamente con 2,3 y 2,4 núcleos de la serie, y seleccione () y poll () ahora trabajan para los dispositivos de emlog.
Tags: Minor feature enhancements
This release now compiles correctly with 2.3 and
2.4 series kernels, and select() and poll() now
work for emlog devices.

2001-01-30 15:12
0.20

Freshmeat anuncio inicial
Initial freshmeat announcement

Project Resources