Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
7d1c7d8337853ca99e6ec1150ac4b834cfed5cd3
/
coreutils
/
chgrp.c
e2b9215
*: --help tweaks
by Denys Vlasenko
· 3 years, 6 months ago
ba9f9c2
*: --help text tweaks
by Denys Vlasenko
· 3 years, 8 months ago
af6bc54
chgrp: correct the usage for non-desktop chgrp calls
by Liu, Shuang (ADITG/ESM)
· 5 years ago
b097a84
config: update size information
by Denys Vlasenko
· 6 years ago
72089cf
config: deindent all help texts
by Denys Vlasenko
· 7 years ago
4eed2c6
Update menuconfig items with approximate applet sizes
by Denys Vlasenko
· 7 years ago
af3f420
Convert all coreutils/* applets to "new style" applet definitions
by Denys Vlasenko
· 8 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
3442538
move help text from include/usage.src.h to coreutils/*.c
by Pere Orga
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
99912ca
audit small applets and mark some of them as NOFORK.
by Denis Vlasenko
· 18 years ago
02f0c4c
diff: failed to confirm "static bug" in gcc - reinstating statics.
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
3bba545
done a dozen of randconfig test. guess what? ALL failed...
by Denis Vlasenko
· 18 years ago
e80e2a3
chgrp: just call chown! :)
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
8840759
move lchown/chown define out of specific files and into platform.h where it belongs
by Mike Frysinger
· 18 years ago
b1629b1
- remove emacs layout block as suggested by Robert P.J. Day
by Bernhard Reutner-Fischer
· 19 years ago
d5bd137
- rename libbb's password helpers as suggested in libbb.h
by Bernhard Reutner-Fischer
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
a55d72b
Patch from Steven Scholz, fix some warnings
by Glenn L McGrath
· 21 years ago
eebcc1d
Add the "install" applet, move get_ug_id to libbb as its used by chown,
by Glenn L McGrath
· 21 years ago
85e5e72
Remove remaining libc5 support code
by Eric Andersen
· 21 years ago
cb81e64
Update a bunch of docs. Run a script to update my email addr.
by Eric Andersen
· 21 years ago
4eff181
Things my compiler didn't catch...
by Manuel Novoa III
· 22 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
65504ac
These do not need initial values. Let them live in the bss. -Erik
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
c57a75d
Larry noticed that chown and chgrp has the version numbers off a bit
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
2b69c40
More stuff works. -Erik
by Eric Andersen
· 25 years ago
cc8ed39
Initial revision
by Eric Andersen
· 25 years ago
0_29alpha2