Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
87559829ffc79b94adcee00b64706ce78ff2f3fb
/
chmod_chown_chgrp.c
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
ce82c8a
Fix an option parsing bug where things like
by Eric Andersen
· 24 years ago
bf181b9
Extract usage information into a separate file.
by Matt Kraai
· 24 years ago
58361a4
uid and gid were unsigned, but were compared vs signed values (-1) -Erik
by Eric Andersen
· 24 years ago
d537a95
Use errorMsg rather than fprintf.
by Matt Kraai
· 24 years ago
be84cd4
Always report the applet name when doing error reporting.
by Matt Kraai
· 24 years ago
e714bce
Use global applet_name instead of local versions.
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
2b6ab3c
Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik
by Eric Andersen
· 25 years ago
eec2f63
Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too
by Mark Whitley
· 25 years ago
6ca28ba
Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are still
by Mark Whitley
· 25 years ago
5b46d79
Some more portability updates -Erik
by Erik Andersen
· 25 years ago
1d1d950
More Doc updates. cmdedit and more termio fixes.
by Erik Andersen
· 25 years ago
632bb57
Fix symlink following bug in chmod -R and friends. Allow SYSV style
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
246cc6d
Wrote killall.
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
9ffdaa6
Updates -Erik
by Erik Andersen
· 25 years ago
e49d5ec
Some formatting updates (ran the code through indent) -Erik
by Erik Andersen
· 25 years ago
fac10d7
A few minor updates. ;-)
by Erik Andersen
· 25 years ago
04e9702
Clear up some ambiguity with old style assignments. -Erik
by Erik Andersen
· 25 years ago
bf3a838
put #if's around the lchown, because older glibc versions don't have it.
by John Beppu
· 25 years ago
a4a8fd0
Went ahead and fixed bug #301 (chown not working on symlinks)
by John Beppu
· 25 years ago
ded6259
Latest and greatest
by Eric Andersen
· 25 years ago
0_36
d73dc5b
Updates to usage, and made tar work. -Erik
by Eric Andersen
· 25 years ago
9922c83
Removed cruft
by Eric Andersen
· 25 years ago
fa0540f
Make mkdir -m work
by Eric Andersen
· 25 years ago
c499601
Fixed up copyright notices and such
by Eric Andersen
· 25 years ago
d23f9ba
Made ps work. Fixed some stuff.
by Eric Andersen
· 25 years ago
ce8f3b9
Fixed chmod and friends.
by Eric Andersen
· 25 years ago
e77ae3a
Added sfdisk. Ststic-ified a bunch of stuff.
by Eric Andersen
· 25 years ago
abc7d59
More stuff
by Eric Andersen
· 25 years ago
bed30e9
More fixes
by Eric Andersen
· 25 years ago
9b58718
Some fixes and such
by Eric Andersen
· 25 years ago
f6be944
More stuff
by Eric Andersen
· 25 years ago
305a73f
Combined stuff
by Eric Andersen
· 25 years ago
[Renamed (97%) from chown.c]
1b61f41
More stuff
by Eric Andersen
· 25 years ago
c6cb79d
More stuff
by Eric Andersen
· 25 years ago
2ce1edc
Latest and greatest. -Erik
by Eric Andersen
· 25 years ago
9d3aba7
more stuff
by Eric Andersen
· 25 years ago
4bea32a
latest and greatest.
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