1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Apr 02, 2025 — Apr 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix swap_endian for big endian arch
Stephane Fillod
as fillods
More... over 17 years ago
- fix warnings - reintroduce -r option - new option -V for version
Stephane Fillod
as fillods
More... over 17 years ago
>From 9a695423af63ef958cf2293e98994f54bae34996 Mon Sep 17 00:00:00 2001 From: Detlev Zundel <[email protected]> Date: Mon, 7 Jul 2008 17:53:50 +0200 Subject: [PATCH] Make endianness selection explicit by either '-b' or '-l'.
Stephane Fillod
as fillods
More... over 17 years ago
>From cfcd4539a4273b1e00151bfdbd74a9daa0ec521f Mon Sep 17 00:00:00 2001 From: Detlev Zundel <[email protected]> Date: Mon, 7 Jul 2008 17:51:39 +0200 Subject: [PATCH] Fix warnings.
Stephane Fillod
as fillods
More... over 17 years ago
>From cf20145262a8c9d8f0e543cdaffbc7db9fe19f0b Mon Sep 17 00:00:00 2001 From: Detlev Zundel <[email protected]> Date: Mon, 7 Jul 2008 17:50:04 +0200 Subject: [PATCH] Fix output of "swapping endianness" message.
Stephane Fillod
as fillods
More... over 17 years ago
device table, squash permissions, and reverse endianess
Stephane Fillod
as fillods
More... almost 18 years ago
allow big-endian systems to read and create little-endian cramfs images (note the possibly temporary #warning macro in cramfs_fs.h that will print out the detected system byte order), this was originally submitted by Bradley Bozarth <[email protected]> More... almost 24 years ago
use the kernel version of COPYING More... almost 24 years ago
- add missing #include needed for some Debian systems More... about 24 years ago
- shorten note about cramfs tools location More... about 24 years ago
- statfs->f_namelen = CRAMFS_MAXPATHLEN More... about 24 years ago
- minor #include changes More... about 24 years ago
- open and mmap files only when needed instead of all at once to avoid EMFILE errors and significantly reduce memory usage (a longstanding TODO) More... about 24 years ago
release script More... about 24 years ago
update location of tools More... about 24 years ago
GNU GPL More... about 24 years ago
- bug fix: use CRAMFS_MAXPATHLEN not 255 as maximum pathname length (mkcramfs generated invalid cramfs images if pathnames of length 253-255 were included, but cramfsck was able to detect the problem) - medium-scale code cleanup, check more return codes, standardized errors/warnings, etc. - truncate UTF-8 filenames on character boundary (a longstanding TODO) - use Z_BEST_COMPRESSION instead of default compression level More... about 24 years ago
- some new tests (several based on tests in Peter Moulder's cramfsck) - large-scale code cleanup, check more return codes, standardized errors/warnings, etc. - always try to mmap for crc test, fallback to read/write More... about 24 years ago
- add CRAMFS_MAXPATHLEN (252) - clarify CRAMFS_SUPPORTED_FLAGS definition More... about 24 years ago
- add note about sorted directory entries - mkcramfs compile-time DO_HOLES option replaced by run-time -z option - update tools section - add note about PAGE_CACHE_SIZE possibly changing on arm and ia64 More... about 24 years ago
remove comment about ROM size limit fix up magic More... about 24 years ago
Christoph Hellwig: add cramfs locking (linux-2.4.17) More... about 24 years ago
Peter Anvin: switch cramfs to use inflate_fs module (linux-2.4.14) More... about 24 years ago
Initial revision More... over 24 years ago