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
Rob Landley
11c7a7bed6
Various cleanups I made while going through Erik Hovland's patch submissions,
...
some of which are even from him. :)
2006-06-25 22:39:24 +00:00
..
libunarchive
Various cleanups I made while going through Erik Hovland's patch submissions,
2006-06-25 22:39:24 +00:00
ar.c
…
bunzip2.c
Use xstat() instead of if(stat()) die()
2006-06-13 16:09:16 +00:00
Config.in
…
cpio.c
…
dpkg_deb.c
- use bb_xchdir instead of ignoring eventual errors of chdir
2006-06-10 11:29:44 +00:00
dpkg.c
…
gunzip.c
Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweak
2006-06-13 14:54:42 +00:00
gzip.c
…
Makefile
…
Makefile.in
…
rpm2cpio.c
…
rpm.c
- use bb_xchdir instead of ignoring eventual errors of chdir
2006-06-10 11:29:44 +00:00
tar.c
A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and
2006-06-25 00:34:52 +00:00
uncompress.c
Use xstat() instead of if(stat()) die()
2006-06-13 16:09:16 +00:00
unlzma.c
Use xstat() instead of if(stat()) die()
2006-06-13 16:09:16 +00:00
unzip.c
…