Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
670a6626cabc1498f32b35f959591f8621d8447e
/
archival
/
uncompress.c
e1a0d48
message string changes, mostly for consistency, also -32 bytes in .rodata
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
a959588
Yet another silly little byte saving. couldn't -> cannot
by Denis Vlasenko
· 18 years ago
20cc6d5
Remove pointless "const". Bloatcheck says 0 bytes difference.
by Rob Landley
· 18 years ago
22dca23
archival: added O_TRUNC so that when we overwrite files on unpack,
by Denis Vlasenko
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
5343747
Cleaup read() and write() variants, plus a couple of new functions like
by Rob Landley
· 18 years ago
c4b6739
Use xstat() instead of if(stat()) die()
by Rob Landley
· 19 years ago
421d9e5
- move buffer allocation schemes to libbb.h
by Bernhard Reutner-Fischer
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
b7128c6
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
by Rob Landley
· 19 years ago
70060d2
s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g
by Eric Andersen
· 21 years ago
a0b3705
Save a few bytes by using bb_getopt_ulflags and a few other minor improvments
by Glenn L McGrath
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
bf1cc8b
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
by Glenn L McGrath
· 22 years ago