Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b9d572a2733fa20957a9a3287bd04d66176e3b6a
/
coreutils
/
rm.c
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
818322b
*: kill bb_get_last_path_component, replace with two 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
16abcd9
teach find_root_device to deal with /dev/ subdirs
by Denis Vlasenko
· 18 years ago
51742f4
style fixes. No code changes
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
89f0b34
rodata cleanup. "unable to" == "cannot". -300 bytes
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
801ab14
Add one-line GPL boilerplate to numerous (but not all yet) source files.
by "Robert P. J. Day"
· 18 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
27421a1
1) bb_opt_complementaly -> bb_opt_complementally
by "Vladimir N. Oleynik"
· 19 years ago
8876fb2
last_patch89 from vodz:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
a2949aa
Add some missing includes to kill warnings when building with the default
by Manuel Novoa III
· 23 years ago
8810bdb
Rewrote rm.
by Matt Kraai
· 24 years ago
ed897e5
Vladimir's patch to reverse previous patch
by Glenn L McGrath
· 24 years ago
8269396
Simpify detection of no options.
by Eric Andersen
· 24 years ago
cc165b9
Should exclude "i" option when not enabled.
by Eric Andersen
· 24 years ago
00b0496
Doesn't need a "-" option -- getopt does that for us.
by Eric Andersen
· 24 years ago
16f7015
Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE
by Eric Andersen
· 24 years ago
7c25441
getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work
by Eric Andersen
· 24 years ago
f6ba2da
Credited Christophe Boyaniqu for interactive patch to rm.
by Mark Whitley
· 24 years ago
e0bf91d
Applied patch from Christophe Boyanique to add -i support to rm.
by Mark Whitley
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
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
f57c944
Changed names of functions in utility.c and all affected files, to make
by Mark Whitley
· 24 years ago
d27753a
Use perrorMsg instead of perror and keep removing files if we encounter
by Matt Kraai
· 24 years ago
3e856ce
Stop using TRUE and FALSE for exit status.
by Matt Kraai
· 24 years ago
3570a34
Renamed "internal.h" to the more sensible "busybox.h". -Erik
by Eric Andersen
· 24 years ago
7c22b77
Only remove directories when removing recursively.
by Matt Kraai
· 24 years ago
bf181b9
Extract usage information into a separate file.
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
e97da40
Fixed "rm foo" that had been broken while implementing "rm -- foo"
by Pavel Roskin
· 25 years ago
815e904
Fixed a bunch of stuff:
by Eric Andersen
· 25 years ago
7ab9c7e
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
by Erik Andersen
· 25 years ago
61677fe
Upates to include copyright 2000 to everything -Erik
by Erik Andersen
· 25 years ago
3364d78
Yet another installment in the ongoing tar saga -Erik
by Erik Andersen
· 25 years ago
e49d5ec
Some formatting updates (ran the code through indent) -Erik
by Erik Andersen
· 25 years ago
08b1034
Stuf
by Eric Andersen
· 25 years ago
a9c95ea
Updates
by Eric Andersen
· 25 years ago
d73dc5b
Updates to usage, and made tar work. -Erik
by Eric Andersen
· 25 years ago
50d6360
Stuff
by Eric Andersen
· 25 years ago
c499601
Fixed up copyright notices and such
by Eric Andersen
· 25 years ago
b0e9a70
More stuff. -Erik
by Eric Andersen
· 25 years ago
bed30e9
More fixes
by Eric Andersen
· 25 years ago
cc8ed39
Initial revision
by Eric Andersen
· 25 years ago
0_29alpha2