Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
feb7ae7f01
printf("%s\n") -> puts()
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
3734b946bf
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
|
17 years ago |
Denis Vlasenko
|
091965768d
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
|
17 years ago |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
c86e052b81
fix accumulated whitespace and indentation damage
|
18 years ago |
Denis Vlasenko
|
1203c9bf2f
next portion of selinux updates: chcon, runcon. From
|
18 years ago |
Denis Vlasenko
|
49622d7846
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
7fa0fcafca
fix build without shadow support
|
18 years ago |
Denis Vlasenko
|
9a44c4f91c
bb_xget[pw/gr]nam were horribly misnamed - fixed.
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
de59c0f58f
httpd: add -u user[:grp] support
|
18 years ago |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
"Vladimir N. Oleynik"
|
f704b27b5b
|
19 years ago |
"Vladimir N. Oleynik"
|
064f04e7e2
|
19 years ago |
Bernhard Reutner-Fischer
|
d5bd137a24
- rename libbb's password helpers as suggested in libbb.h
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |
Mike Frysinger
|
348e84c202
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
19 years ago |
Rob Landley
|
60158cb93e
A patch from Takeharu KATO to update/fix SE-Linux support.
|
19 years ago |
Glenn L McGrath
|
f15dfc5570
Tito writes,
|
20 years ago |
Eric Andersen
|
7eb79fff10
Tito writes:
|
20 years ago |