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).
|
|
|
|
help texts into their respective Config.in file.
-Erik
|
|
modified Kbuild system I put into uClibc. With this, there should be no more
need to modify Rules.mak since I've moved all the interesting options into the
config system. I think I've got everything updated, but you never know, I may
have made some mistakes, so watch closely.
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requires 25% longer to decompress as compared to upstream.
|
|
|
|
|
|
|
|
|
|
fork(), pipe(), consistent with read_bz2 and more flexible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Geoffrey Lee)
|
|
|
|
|
|
|
|
|
|
junk (not sure why), add some missing files
|
|
|
|
|
|
|
|
descriptors, support tar -j
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code
|
|
|
|
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.
|