fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Glenn L McGrathGlenn L McGrath
778041f8d10Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command
Glenn L McGrathGlenn L McGrath
b9e4ce99d82Update dpkg usage
Glenn L McGrathGlenn L McGrath
ed4492a697cMore feedback to user
Glenn L McGrathGlenn L McGrath
7b0241579cbBe more verbose when configureing package, minor changes
Glenn L McGrathGlenn L McGrath
6fc92a506abFail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives.It makes error reporting here more trouble than its worth
Glenn L McGrathGlenn L McGrath
4cdc607f728Use xfopen to abort on error to prevent segfaulting later.
Eric AndersenEric Andersen
bc4c0300238Cleanup from vodz
Eric AndersenEric Andersen
044228d5ecbThis is vodz' latest patch. Sorry it took so long... 1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzer...
Glenn L McGrathGlenn L McGrath
51ded05b3bfenum entry for unarchive to be used by tar
Glenn L McGrathGlenn L McGrath
a868ec89e82Allow the unarchive() extract_list variable to be NULL, meaning extract all
Glenn L McGrathGlenn L McGrath
58a5bd187ddTolerate fields with no data, e.g."Depends: "
Matt KraaiMatt Kraai
06ef16563b6Allow featureless ping to compile, and featureful ping to shrink(by Adam Slattery).
Glenn L McGrathGlenn L McGrath
ccd65c9be66Total rewrite, uses hash tables for speed and low memory use.
Glenn L McGrathGlenn L McGrath
3d46224b786Return NULL if file doesnt open in deb_extract
Glenn L McGrathGlenn L McGrath
cfeb08a1932Make sure there is a trailing '\0' when extracting to buffer.
Glenn L McGrathGlenn L McGrath
5e66a26eaa3Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt
Glenn L McGrathGlenn L McGrath
26a0d9a9454Call setvbuf from here isntead of gz_open for compatability with uclibc
Glenn L McGrathGlenn L McGrath
b028e08d353Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt.
Eric AndersenEric Andersen
7467c8d3b6aPatch from vodz: Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
Matt KraaiMatt Kraai
f69bfc76fa7Allow assignments in the export and readonly commands.
Matt KraaiMatt Kraai
ab6526c8b3dRemove debugging statement.
Glenn L McGrathGlenn L McGrath
3e94f729a54Quiet mode, sometimes error messages arent wanted
Glenn L McGrathGlenn L McGrath
c1270088401Allow unarchive to redirect stdout (tobe used by dpkg applet)
Glenn L McGrathGlenn L McGrath
481d19b38e0Fix bug where it wasnt returning the last line of a multiline field
Glenn L McGrathGlenn L McGrath
daf0b78e1a0Reverse part of my previous changes
Glenn L McGrathGlenn L McGrath
93febe672a9free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free()
Eric AndersenEric Andersen
c59fa37d408Make the obj's generated from libbb/unarchive.c depend on theMakefile, so things like setting DODMALLOC will cause them to be recompiled -Erik
Glenn L McGrathGlenn L McGrath
248c57ca43bminor dmalloc inspired cleanups
Glenn L McGrathGlenn L McGrath
59e50f634a8Unpack the filename not the package name
Eric AndersenEric Andersen
8c145dc31beFix a stupid search and replace bug...
Eric AndersenEric Andersen
55522080c68Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slimit down a little bit.
Eric AndersenEric Andersen
5c58d283bbdA traceroute applet from vodz. This could probably be slimmed down,but will do for now...
Eric AndersenEric Andersen
91b84603d3cCleanup from vodz
Eric AndersenEric Andersen
2a466346179Make the rev be 0.53pre...
Matt KraaiMatt Kraai
5710f9f690cRead 20 512-byte blocks at a time (like GNU tar).
Glenn L McGrathGlenn L McGrath
654944fc36bReverse my previous change, still cant compile with dmalloc
Glenn L McGrathGlenn L McGrath
c3d2f1287e2When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc
Matt KraaiMatt Kraai
6199fa90e5dUpdate version number to 0.53pre.
Eric AndersenEric Andersen
6248355c6f6vodz' latest update to ash.c
Eric AndersenEric Andersen
5a4a46a2519Patch from vodz to support 'tr a-z A-Z' syntax.
Eric AndersenEric Andersen
f52947ba71cFix the spec file so it works on redhat systems. At least I thinkit will work on redhat. At least it now works on my Debian box... -Erik
Eric AndersenEric Andersen
aa64ba459f2Minor working update
Eric AndersenEric Andersen
ceece81414eMove a bit more to the old news section
Eric AndersenEric Andersen
d0e5f86a102Enable APPLETS_ALWAYS_WIN
Eric AndersenEric Andersen
d0b4d3dabffTypo fix.
Eric AndersenEric Andersen
7b2dfc623b7Move some stuff to the oldnews area
Eric AndersenEric Andersen
40ecf7da882Update web page...
Eric AndersenEric Andersen
5c3070b29caUpdate changelogs
Eric AndersenEric Andersen
807bda4a240Minor update to include file ordering
Eric AndersenEric Andersen
7cd5075908eThis is out of date, and Glenn tells me this can be safely deleted.To be useful on Hurd will really require the new build system... -Erik