Denis Vlasenko
|
f2b846e277
cpio: dont use UNUSED_PARAM, it exists only in 1.11.1
|
16 vuotta sitten |
Denis Vlasenko
|
fa1649e9ac
cpio: backport the fix for
|
16 vuotta sitten |
Denis Vlasenko
|
1af00eda92
cpio: fix a bug where we do not extract zero-sized hardlinks
|
16 vuotta sitten |
Denis Vlasenko
|
1a95e3960c
cpio: typo fix in error message
|
16 vuotta sitten |
Denis Vlasenko
|
261f237024
cpio: optional support for writing cpio files in newc format.
|
16 vuotta sitten |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 vuotta sitten |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 vuotta sitten |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 vuotta sitten |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 vuotta sitten |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 vuotta sitten |
Denis Vlasenko
|
079f8afa0a
style cleanup: return(a) -> return a, part 1
|
18 vuotta sitten |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 vuotta sitten |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 vuotta sitten |
Rob Landley
|
86b4d64aa3
These should have been part of 15767 too.
|
18 vuotta sitten |
"Robert P. J. Day"
|
801ab14013
Add one-line GPL boilerplate to numerous (but not all yet) source files.
|
18 vuotta sitten |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 vuotta sitten |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 vuotta sitten |
Rob Landley
|
b7128c6236
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
|
19 vuotta sitten |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
20 vuotta sitten |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 vuotta sitten |
Glenn L McGrath
|
10b781345f
Fix option handling, -i or -t must be given, if both ignore the -t.
|
21 vuotta sitten |
Glenn L McGrath
|
4cee66d5a8
Dont unlink when testing !
|
21 vuotta sitten |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 vuotta sitten |
Glenn L McGrath
|
b72a735a32
rpm applet by Laurence Anderson
|
22 vuotta sitten |
Glenn L McGrath
|
66125c8065
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
22 vuotta sitten |
Glenn L McGrath
|
8e94098423
Change filter paramaters, filters can be more powefull now
|
22 vuotta sitten |
Glenn L McGrath
|
237ae42fc9
Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j
|
22 vuotta sitten |
Glenn L McGrath
|
7ca04f328e
New common unarchive code.
|
22 vuotta sitten |
Glenn L McGrath
|
ef0eab514d
Recovering from my previous commit
|
23 vuotta sitten |
Glenn L McGrath
|
4bef7b4186
unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match.
|
23 vuotta sitten |