On Wed, Jun 16, 2010 at 6:10 AM, David Given <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 15/06/10 01:16, Kohsuke Ohtani wrote: > [...] >> This sounds interesting. When I tried to support the direct execution of >> compressed executable files in an exec server, the standard inflate() >> routine in zlib required additional 30KB of code. So, I decided to drop >> this feature before.. > > Okay, I'm still really hazy on how git works, but the patch ought to be > here: > > http://github.com/davidgiven/prex/commit/e6a1f3b63804afe5fa86c00fc085b885d52626e1 > > I've tested it with x86-nommu and it appears to work fine. Comments, please.
Hi David, Interesting approach - I had assumed you were implementing this as a filesystem instead of a compressed block device. Doing this as a block driver is certainly less invasive. Andrew ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
