tools to create and extract Squashfs filesystems
License
plougher/squashfs-tools
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Traditionally time_t is a "long int" which matches "%ld". On 32-bit systems both are 32-bit, and on 64-bit systems both are 64-bit. However there are recent efforts to make time_t 64-bit on 32-bit systems. For example recent versions of glibc support 64-bit time_t on 32-bit systems if _TIME_BITS=64. This breaks the previous fact that time_t always matches "%ld". Fix this by moving to "%lld" and casting inode->time to (long long int) to ensure it matches. Fixes issue #260 Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
a00a55a
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
NEWS ---- Squashfs-tools 4.6.1 released (25th March 2023) If you like the recent releases please "star" the project. Thanks
About
tools to create and extract Squashfs filesystems
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published