Télécharger la liste

Description du projet

cowdancer allows copy-on-write file access. You can copy a full tree
using hard links, and cowdancer will create a new copy when you need to
write to a file. It's completely implemented in userland, and should run
on most Linux filesystems.

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.

2006-03-05 17:11
0.13

Cette version prend en charge les espaces dans les noms de fichiers.
Tags: Major bugfixes
This release supports spaces in filenames.

2006-01-26 01:17
0.11

Ce contrôle de sortie pour des valeurs d'erreur sur les opérations de COW et renvoie des erreurs à l'application avec ENOMEM.
Tags: Minor feature enhancements
This release check for error values on COW operations and returns errors
to the application with ENOMEM.

2006-01-15 06:35
0.10

Une condition de concurrence pthread sur l'initialisation a été fixée.
Tags: Minor bugfixes
A pthread race condition on initialization was fixed.

2006-01-08 17:23
0.9

Cette version corrige un problème rencontré pendant les tests de stress. Il change l'ordre de la copie pour le cas où / lib / ld.so binaire est écrit à; binaires partagé ne peut pas être fourchue / exec 'D pendant ld.so n'existe pas.
Tags: Minor bugfixes
This release fixes a problem found during stress testing. It changes the order of copying for the case when /lib/ld.so binary is written to; shared binaries cannot be forked/exec'd while ld.so does not exist.

2006-01-07 09:29
0.8

Améliorations de la vitesse ont été faites. IList binaire est enregistrée dans la vache-shell et mmap chargée en cowdancer. IList est maintenant également trié. Le code est maintenant un peu plus thread-safe.
Tags: Minor feature enhancements
Speed improvements were made. The binary ilist is saved in cow-shell and loaded mmap in cowdancer. The ilist is now also sorted. The code is now a bit more thread-safe.

Project Resources