Denys Vlasenko
|
651a2697f7
*: merge some common strings
|
14 gadi atpakaļ |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 gadi atpakaļ |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 gadi atpakaļ |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 gadi atpakaļ |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 gadi atpakaļ |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 gadi atpakaļ |
Denis Vlasenko
|
0c97c9d437
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
|
17 gadi atpakaļ |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 gadi atpakaļ |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 gadi atpakaļ |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 gadi atpakaļ |
Bernhard Reutner-Fischer
|
3e816c1252
- fold recurse, depthFirst and dereference params into one param flags.
|
17 gadi atpakaļ |
Denis Vlasenko
|
cd27c42552
chown: support -H -L -P if ENABLE_DESKTOP
|
17 gadi atpakaļ |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 gadi atpakaļ |
Denis Vlasenko
|
fc7f92253a
find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
|
18 gadi atpakaļ |
Denis Vlasenko
|
8c0c119130
chmod: typo in comments
|
18 gadi atpakaļ |
Denis Vlasenko
|
94cf69fe3e
ls: cleanup part 2. ifdef forest is much less scary now :)
|
18 gadi atpakaļ |
Denis Vlasenko
|
8c35d65c43
recursive_action: add depth param
|
18 gadi atpakaļ |
Denis Vlasenko
|
51b4c92f80
chown: add -vcf support if CONFIG_DESKTOP
|
18 gadi atpakaļ |
Denis Vlasenko
|
fefb279ace
chmod: support -vcf if CONFIG_DESKTOP
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
20f4000086
- add some ATTRIBUTE_UNUSED.
|
19 gadi atpakaļ |
Rob Landley
|
a75c180e53
Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally
|
19 gadi atpakaļ |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 gadi atpakaļ |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 gadi atpakaļ |
Manuel Novoa III
|
ea4c43445c
Restrict octal perms to <= 07777. Cosmetic error message change.
|
21 gadi atpakaļ |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 gadi atpakaļ |
Eric Andersen
|
d274b53c1d
last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'
|
22 gadi atpakaļ |
Matt Kraai
|
1f0c43668a
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
|
23 gadi atpakaļ |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 gadi atpakaļ |
Matt Kraai
|
6aabfd5e30
Fix handling of permission addition and removal (e.g., o-r).
|
23 gadi atpakaļ |