This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
busybox
/
archival
History
Glenn L McGrath
c9f1fce9bb
A strict interpretation of the ustar format requires the type flag to be
...
interpreted, we cannot depend on the file type being set in the mode field.
2004-02-20 02:25:18 +00:00
..
libunarchive
A strict interpretation of the ustar format requires the type flag to be
2004-02-20 02:25:18 +00:00
ar.c
…
bunzip2.c
Use bb_getopt_ulflags, simplify some logic, saves some bytes.
2004-01-05 11:49:55 +00:00
Config.in
Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb
2004-01-17 03:24:05 +00:00
cpio.c
…
dpkg_deb.c
Use bb_getopt_ulflags, save 100 bytes and strict argument checking.
2004-01-07 09:24:06 +00:00
dpkg.c
…
gunzip.c
Use bb_getopt_ulflags, save 150 bytes.
2004-01-05 12:35:05 +00:00
gzip.c
…
Makefile
…
Makefile.in
…
rpm2cpio.c
s/u_int/uint/g
2004-01-30 22:54:20 +00:00
rpm.c
s/u_int/uint/g
2004-01-30 22:54:20 +00:00
tar.c
Add the -h, --dereference option for archive creation.
2004-01-25 05:48:28 +00:00
uncompress.c
…
unzip.c
…