Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
923dd79af708182743a790e47146253e6d272702
/
coreutils
/
chmod.c
ea4c434
Restrict octal perms to <= 07777. Cosmetic error message change.
by Manuel Novoa III
· 22 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
d274b53
last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'
by Eric Andersen
· 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
6aabfd5
Fix handling of permission addition and removal (e.g., o-r).
by Matt Kraai
· 24 years ago
ca85cdb
Doh. I never allocated storate for the struct stat I am using.
by Eric Andersen
· 24 years ago
468f504
Fix handling of -R flag.
by Matt Kraai
· 24 years ago
3c3277f
As Larry pointed out, this the off by one canbe fixed much more elegantly.
by Eric Andersen
· 24 years ago
30592a5
Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debian.org>
by Eric Andersen
· 24 years ago
04095e5
Move messages.c to libbb. Make each string in messages.c be its own .o file.
by Eric Andersen
· 24 years ago
9f0fedb
Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately
by Eric Andersen
· 24 years ago
305a73f
Combined stuff
by Eric Andersen
· 25 years ago
1b61f41
More stuff
by Eric Andersen
· 25 years ago
cc8ed39
Initial revision
by Eric Andersen
· 25 years ago
0_29alpha2