Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
153fcaa6c17124ebbf0d50df5da95f3564c7402b
/
coreutils
/
cat.c
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
62a90cd
*: shrink by using [f]open_or_warn_stdin where appropriate
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
97bd0e0
README: doccument the need of CONFIG_DESKTOP
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
50f7f44
bb_full_fd_action: remove potential xmalloc from NOFORK path
by Denis Vlasenko
· 18 years ago
99912ca
audit small applets and mark some of them as NOFORK.
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
a41fdf3
preparatory patch for -Wwrite-strings #1
by Denis Vlasenko
· 18 years ago
714701c
tar et al: die if bb_copyfd_size copies less than asked for.
by Denis Vlasenko
· 18 years ago
e865e81
less: stop dying on bad regexps, quietly pipe data w/o
by Denis Vlasenko
· 18 years ago
bf66fbc
introduce LONE_CHAR (optimized strcmp with one-char string)
by Denis Vlasenko
· 18 years ago
ddec5af
rename functions to more understandable names
by Denis Vlasenko
· 18 years ago
7039a66
correct largefile support, add comments about it.
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
8abbee4
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
by Rob Landley
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
7ffe133
As we no longer use function pointers for read in common archiving code
by Glenn L McGrath
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
1f0c436
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
by Matt Kraai
· 23 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
eba8ed7
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
by Eric Andersen
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
8ec10a9
Fix up copyright msgs. Bump version to 0.49 in preparation for
by Eric Andersen
· 24 years ago
0_49
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
e7c1af1
Continue concatenating files even if we can't open one.
by Matt Kraai
· 24 years ago
3570a34
Renamed "internal.h" to the more sensible "busybox.h". -Erik
by Eric Andersen
· 24 years ago
d1de4a1
Handle 'cat -'
by Eric Andersen
· 24 years ago
cc8a66b
Moved functions used by "lsmod" from cat.c to utility.c
by Pavel Roskin
· 24 years ago
bf181b9
Extract usage information into a separate file.
by Matt Kraai
· 24 years ago
ac48461
Correct argument parsing and other minor cleanups.
by Matt Kraai
· 24 years ago
b610615
Updates to a number of apps to remove warnings/compile errors under libc5.
by Eric Andersen
· 24 years ago
1d1d950
More Doc updates. cmdedit and more termio fixes.
by Erik Andersen
· 25 years ago
61677fe
Upates to include copyright 2000 to everything -Erik
by Erik Andersen
· 25 years ago
029011b
A few updates (including the cp fix the Craig has been looking for) -Erik
by Erik Andersen
· 25 years ago
e49d5ec
Some formatting updates (ran the code through indent) -Erik
by Erik Andersen
· 25 years ago
abc0f4f
Latest and greatest
by Eric Andersen
· 25 years ago
394f764
Stuf
by Eric Andersen
· 25 years ago
c499601
Fixed up copyright notices and such
by Eric Andersen
· 25 years ago
887991c
Fixed
by Eric Andersen
· 25 years ago
e77ae3a
Added sfdisk. Ststic-ified a bunch of stuff.
by Eric Andersen
· 25 years ago
b0e9a70
More stuff. -Erik
by Eric Andersen
· 25 years ago
3cf52d1
More stuff...
by Eric Andersen
· 25 years ago
2ce1edc
Latest and greatest. -Erik
by Eric Andersen
· 25 years ago
2b69c40
More stuff works. -Erik
by Eric Andersen
· 25 years ago
cc8ed39
Initial revision
by Eric Andersen
· 25 years ago
0_29alpha2