Mike Frysinger
|
445e7543e8
platform: use KERNEL_VERSION to simplify uClibc version checking
|
il y a 11 ans |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
il y a 12 ans |
Denys Vlasenko
|
52f4fe9db6
id: correct getgroups usage
|
il y a 13 ans |
Denys Vlasenko
|
d5ac9c88a7
groups: make it NOEXEC
|
il y a 13 ans |
Tito Ragusa
|
33092f1003
groups: new applet
|
il y a 13 ans |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
il y a 13 ans |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
il y a 13 ans |
Denys Vlasenko
|
df7b6577c6
id: fix inverted if (!ENABLE_DESKTOP)
|
il y a 14 ans |
Dan Fandrich
|
2d1a78b88f
Marked some more applets NOEXEC/NOFORK
|
il y a 14 ans |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
il y a 14 ans |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
il y a 15 ans |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
il y a 15 ans |
Denis Vlasenko
|
d7a805efaf
libbb: introduce and use xgetpwnam. ~ -150 bytes.
|
il y a 16 ans |
Denis Vlasenko
|
0c68a874e7
libbb: password/group function helpers rewritten by Tito:
|
il y a 16 ans |
Denis Vlasenko
|
de7a52fff2
id: do not abort build if we use internal password/group functions.
|
il y a 16 ans |
Denis Vlasenko
|
5ff1265691
id: abort the build of uclibc is less than 0.9.30
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
a643816fe3
- commentary typo fix (tito)
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
6559100021
- fix typo in print_user() (tito)
|
il y a 16 ans |
Denis Vlasenko
|
e7368f16fa
id: better wording in comments, no code changes
|
il y a 16 ans |
Denis Vlasenko
|
34e68c8b42
id: coreutils compat by Tito + test script
|
il y a 16 ans |
Denis Vlasenko
|
2228426512
id: fix "id <user>" case. Requires getgrouplist().
|
il y a 16 ans |
Denis Vlasenko
|
0d602e9386
id: unsigned long is excessive for option bitmask
|
il y a 16 ans |
Denis Vlasenko
|
4f3209b9d4
id: code shrink
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
0ee1cb0084
- implement id -G (Tito Ragusa)
|
il y a 16 ans |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
il y a 16 ans |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
il y a 16 ans |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
il y a 17 ans |
Denis Vlasenko
|
feb7ae7f01
printf("%s\n") -> puts()
|
il y a 17 ans |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
il y a 17 ans |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
il y a 17 ans |