Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* zhashfs: update eblock counting workaroundDaniel Drake2011-06-201-0/+2
| | | | | This workaround broke with recent firmware revisions in this area. Update it to work with the latest firmware versions.
* zhashfs: fix argv corruptionDaniel Drake2011-05-151-2/+5
|
* zhashfs: detect fill pattern and suppress blocks in outputJames Cameron2011-05-031-5/+44
| | | | | | | | | Allows the unused filesystem blocks of the image to be left out of the .zd file, resulting in a factor of two reduction in fs-update times on a typical build on a 4GB microSD. Greater reduction occurs on larger microSD or SD cards. Has no effect if a fill pattern file is not found.
* zhashfs: write first block last (#10818)Daniel Drake2011-04-191-45/+75
| | | | Also fix a few warnings.
* crc is not used anymore, remove the codeSimon Schampijer2010-11-262-33/+0
|
* Use system crcimgDaniel Drake2010-08-272-102/+2
| | | | Didn't realise this was available in Fedora.
* Make system-installableDaniel Drake2009-12-231-0/+4
|
* Initial importDaniel Drake2009-12-215-0/+300
Basic functionality is working, needs more testing and a comparison to the OLPC OS 10.1.0 release.