Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年 前 |
Denys Vlasenko
|
9768a82eb0
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
|
14 年 前 |
Denys Vlasenko
|
e992bae6f9
*: remove a few more cases of argc usage. -89 bytes.
|
15 年 前 |
Denis Vlasenko
|
bfc3d82256
ifconfig: code shrink
|
17 年 前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年 前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年 前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年 前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年 前 |
Denis Vlasenko
|
dd2b2f75ae
adjtimex: fix argument types (most importantly, allow negative ones)
|
17 年 前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年 前 |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 年 前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年 前 |
Denis Vlasenko
|
109d21fe74
adjtimex: getopt_ulflags'isation
|
18 年 前 |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 年 前 |
Rob Landley
|
8fba99f35e
Move portability stuff to platform.h, and clean up adjtimex.c a bit while
|
18 年 前 |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 年 前 |
Bernhard Reutner-Fischer
|
b21d23bd46
- provide fallback defines for non-linux
|
18 年 前 |
"Vladimir N. Oleynik"
|
1f0262bcdb
another more const
|
19 年 前 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 年 前 |
Eric Andersen
|
85e5e72bc1
Remove remaining libc5 support code
|
21 年 前 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 年 前 |
Eric Andersen
|
cc2bc454d1
Fix adjtimex applet compile
|
22 年 前 |
Eric Andersen
|
e76c3b08e1
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
|
23 年 前 |
Mark Whitley
|
6f93277f56
Added adjtimex applet from Larry Doolittle.
|
24 年 前 |