Age | Commit message (Collapse) | Author |
|
(eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
|
|
|
|
|
|
|
|
|
|
|
(Geoffrey Lee)
|
|
junk (not sure why), add some missing files
|
|
descriptors, support tar -j
|
|
It seems that under busybox unstable, "tar -c -f - blabla" create
a tar file named "-" instead of writing to stdout.
The included patch should fix this.
|
|
|
|
if any files that were specified in the list wernt found.
|
|
problems
|
|
the options.
|
|
New complex patch for decrease size devel version. Requires previous patch.
Also removed small problems from dutmp and tar applets.
Also includes vodz' last_patch61_2:
Last patch correcting comment for #endif and more integrated
with libbb (very reduce size if used "cat" applet also).
Requires last_patch61 for modutils/config.in.
|
|
|
|
Hi, Erik.
my_getpw(uid/gid) and applets used it have problem:
if username for uid not found, applets can`t detect it
(but code pessent). Also "%8ld " format is bad:
spaces not required (applets have self format
or spec format (tar applet) and overflow for "id" applet...)
This problem also pressent in stable version.
Patch for unstable in attach.
--w
vodz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tar files wernt being created.
|
|
|
|
|
|
* archival/tar.c (append_file_list_to_list): Likewise.
|
|
|
|
|
|
|
|
filename was not explicitly specified were segfaulting.
-Erik
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
applets that use unarchive changed to match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt.
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
closes bug #1185
-Erik
|