openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
cramfs tools
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Apr 02, 2025 — Apr 02, 2026
Showing page 1 of 1
Search / Filter on:
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]
>
quinlan
More...
almost 24 years ago
use the kernel version of COPYING
quinlan
More...
almost 24 years ago
- add missing #include needed for some Debian systems
quinlan
More...
about 24 years ago
- shorten note about cramfs tools location
quinlan
More...
about 24 years ago
- statfs->f_namelen = CRAMFS_MAXPATHLEN
quinlan
More...
about 24 years ago
- minor #include changes
quinlan
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)
quinlan
More...
about 24 years ago
release script
quinlan
More...
about 24 years ago
update location of tools
quinlan
More...
about 24 years ago
GNU GPL
quinlan
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
quinlan
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
quinlan
More...
about 24 years ago
- add CRAMFS_MAXPATHLEN (252) - clarify CRAMFS_SUPPORTED_FLAGS definition
quinlan
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
quinlan
More...
about 24 years ago
remove comment about ROM size limit fix up magic
quinlan
More...
about 24 years ago
Christoph Hellwig: add cramfs locking (linux-2.4.17)
quinlan
More...
about 24 years ago
Peter Anvin: switch cramfs to use inflate_fs module (linux-2.4.14)
quinlan
More...
about 24 years ago
Initial revision
quinlan
More...
over 24 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree