Denis Vlasenko
|
376ce1e775
tar:
|
18 years ago |
Denis Vlasenko
|
8c35d65c43
recursive_action: add depth param
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 years ago |
Denis Vlasenko
|
a6dbb08a48
small style fixes
|
18 years ago |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
6429aabbf1
bb_askpass: shorten static password buffer. 256 is way too large.
|
18 years ago |
Rob Landley
|
1bfca7bac7
Cleanup headers and replace the zero padding with an even smaller version.
|
18 years ago |
Denis Vlasenko
|
0c45bb23d2
tar: fix "xopen with O_CREAT" warning, improve zero padding write
|
18 years ago |
Denis Vlasenko
|
314908da9e
tar: revert older fix (non-portable), added new one.
|
18 years ago |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
18 years ago |
Rob Landley
|
86b4d64aa3
These should have been part of 15767 too.
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
Rob Landley
|
768945b762
A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and
|
18 years ago |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 years ago |
Bernhard Reutner-Fischer
|
18260d5099
- typo: s/derefernce/dereference/g
|
18 years ago |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
19 years ago |
Bernhard Reutner-Fischer
|
a1bccc0ba8
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Rob Landley
|
c1d69906a0
Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
|
19 years ago |
Rob Landley
|
e569553aa0
Bug 547: writing out the tar file header before we confirm we can actually
|
19 years ago |
Rob Landley
|
1a78103306
Bug 601: When we fork an archiver and feed stuff to it through a pipe, if
|
19 years ago |
Bernhard Reutner-Fischer
|
126da9ec2d
- typo: s/sucess/success/g
|
19 years ago |
"Vladimir N. Oleynik"
|
a62b0e7459
reduce 3 warning if compile with -W
|
19 years ago |
Rob Landley
|
f3d6c94c7f
Add --no-same-owner and --no-same-permissions options to tar.
|
19 years ago |
Rob Landley
|
a4d45d423f
The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,
|
19 years ago |
Rob Landley
|
60fe7bfa41
Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),
|
19 years ago |