Download List

專案描述

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.

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.

2006-03-05 17:11
0.13

This release supports spaces in filenames.
標籤: Major bugfixes

2006-01-26 01:17
0.11

This release check for error values on COW operations and returns errors
to the application with ENOMEM.
標籤: Minor feature enhancements

2006-01-15 06:35
0.10

A pthread race condition on initialization was fixed.
標籤: Minor bugfixes

2006-01-08 17:23
0.9

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.
標籤: Minor bugfixes

2006-01-07 09:29
0.8

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.
標籤: Minor feature enhancements

Project Resources