index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
chmod_chown_chgrp.c
Age
Commit message (
Expand
)
Author
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-08-22
Fix an option parsing bug where things like
Eric Andersen
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
uid and gid were unsigned, but were compared vs signed values (-1)
Eric Andersen
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-07-12
Always report the applet name when doing error reporting.
Matt Kraai
2000-07-12
Use global applet_name instead of local versions.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-13
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
Eric Andersen
2000-06-06
Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too
Mark Whitley
2000-06-06
Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are still
Mark Whitley
2000-05-17
Some more portability updates
Erik Andersen
2000-04-21
More Doc updates. cmdedit and more termio fixes.
Erik Andersen
2000-04-18
Fix symlink following bug in chmod -R and friends. Allow SYSV style
Erik Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-03-28
Yet another installment in the ongoing tar saga
Erik Andersen
2000-03-07
Wrote killall.
Erik Andersen
2000-03-04
A few updates (including the cp fix the Craig has been looking for)
Erik Andersen
2000-02-11
Updates
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen
2000-01-29
Clear up some ambiguity with old style assignments.
Erik Andersen
2000-01-24
put #if's around the lchown, because
John Beppu
2000-01-23
Went ahead and fixed bug #301 (chown not working on symlinks)
John Beppu
1999-11-18
Latest and greatest
Eric Andersen
1999-11-10
Updates to usage, and made tar work.
Eric Andersen
1999-10-22
Removed cruft
Eric Andersen
1999-10-22
Make mkdir -m work
Eric Andersen
1999-10-20
Fixed up copyright notices and such
Eric Andersen
1999-10-20
Made ps work. Fixed some stuff.
Eric Andersen
1999-10-20
Fixed chmod and friends.
Eric Andersen
1999-10-19
Added sfdisk. Ststic-ified a bunch of stuff.
Eric Andersen
1999-10-19
More stuff
Eric Andersen
1999-10-18
More fixes
Eric Andersen
1999-10-17
Some fixes and such
Eric Andersen
1999-10-13
More stuff
Eric Andersen
1999-10-13
Combined stuff
Eric Andersen