Denis Vlasenko
|
6ee023cf62
|
*: compile fixes for 64-bit build
|
2007-08-23 10:52:52 +00:00 |
|
Denis Vlasenko
|
fb79a2e2cf
|
xioctl and friends by Tito <farmatito@tiscali.it>
function old new delta
do_iptunnel 203 977 +774
process_dev 5328 5494 +166
ioctl_or_perror - 54 +54
ioctl_or_perror_and_die - 51 +51
ioctl_alt_func - 49 +49
bb_ioctl_or_warn - 47 +47
do_add_ioctl 102 145 +43
bb_xioctl - 39 +39
print_value_on_off - 31 +31
get_lcm 105 123 +18
arp_main 2155 2167 +12
..................
zcip_main 1576 1566 -10
setlogcons_main 92 82 -10
dumpkmap_main 263 253 -10
do_get_ioctl 85 75 -10
setkeycodes_main 165 154 -11
write_table 244 232 -12
vconfig_main 318 306 -12
do_del_ioctl 93 81 -12
set_address 75 62 -13
maybe_set_utc 30 16 -14
loadfont_main 495 479 -16
slattach_main 712 695 -17
do_loadfont 191 174 -17
do_iplink 1155 1136 -19
getty_main 2583 2562 -21
fbset_main 2058 2035 -23
do_time 588 565 -23
xioctl 25 - -25
read_rtc 186 160 -26
parse_conf 1299 1270 -29
udhcp_read_interface 269 239 -30
bb_ioctl 45 - -45
bb_ioctl_alt 70 - -70
bb_ioctl_on_off 78 - -78
.rodata 129370 129018 -352
do_show 799 - -799
------------------------------------------------------------------------------
(add/remove: 6/5 grow/shrink: 13/49 up/down: 1316/-1864) Total: -548 bytes
text data bss dec hex filename
675352 2740 13968 692060 a8f5c busybox_old
674804 2740 13968 691512 a8d38 busybox_unstripped
|
2007-07-14 22:07:14 +00:00 |
|
Denis Vlasenko
|
b6adbf1be2
|
usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
|
2007-05-26 19:00:18 +00:00 |
|
Denis Vlasenko
|
06af216528
|
suppress warnings about easch <applet>_main() having
no preceding prototype
|
2007-02-03 17:28:39 +00:00 |
|
Denis Vlasenko
|
1385899416
|
attempt to regularize atoi mess.
|
2006-10-08 12:49:22 +00:00 |
|
Bernhard Reutner-Fischer
|
b1629b1b2a
|
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
|
2006-05-19 19:29:19 +00:00 |
|
Rob Landley
|
ead19306f5
|
Cleanup patches from tito.
|
2006-03-10 23:16:25 +00:00 |
|
Rob Landley
|
bc68cd14cc
|
Patch from Denis Vlasenko turning static const int (which gets emitted into
the busybox binary) into enums (which don't).
|
2006-03-10 19:22:06 +00:00 |
|
Rob Landley
|
9f0e00fc61
|
Tito sent more size tweaks.
|
2005-09-08 03:27:06 +00:00 |
|
Eric Andersen
|
c7bda1ce65
|
Remove trailing whitespace. Update copyright to include 2004.
|
2004-03-15 08:29:22 +00:00 |
|
Glenn L McGrath
|
6a78631164
|
Patch by Tito, use bb_xgetlarg, reduce size
|
2004-01-14 07:34:37 +00:00 |
|
Eric Andersen
|
28672dd3b9
|
Patch from Arthur Othieno for docs/style-guide.txt conformance.
|
2003-10-22 10:30:53 +00:00 |
|
Manuel Novoa III
|
cad5364599
|
Major coreutils update.
|
2003-03-19 09:13:01 +00:00 |
|
Eric Andersen
|
c38678d14b
|
Apply vodz' last_patch52
|
2002-09-16 06:22:25 +00:00 |
|
Mark Whitley
|
827e45c518
|
Added some more '/* getopt not needed */' lines.
|
2001-03-09 23:59:51 +00:00 |
|
Eric Andersen
|
cbe31dace5
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
header file usage before the 0.49 release. To fix it, I had to move
the '#include "busybox.h"' to the end of the list of #include files.
-Erik
|
2001-02-20 06:14:08 +00:00 |
|
Eric Andersen
|
67991cf824
|
This patch, put together by Manuel Novoa III, is a merge of work
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
|
2001-02-14 21:23:06 +00:00 |
|
Mark Whitley
|
59ab025363
|
#define -> static const int. Also got rid of some big static buffers.
|
2001-01-23 22:30:04 +00:00 |
|
Matt Kraai
|
aefe5629ab
|
Simplify error handling.
|
2000-12-14 05:44:36 +00:00 |
|
Matt Kraai
|
3e856ce428
|
Stop using TRUE and FALSE for exit status.
|
2000-12-01 02:55:13 +00:00 |
|
Eric Andersen
|
3570a34de4
|
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
|
2000-09-25 21:45:58 +00:00 |
|
Matt Kraai
|
bf181b9338
|
Extract usage information into a separate file.
|
2000-07-16 20:57:15 +00:00 |
|
Matt Kraai
|
3bd8bd89ee
|
Don't use strings directly in calls to usage(). This is in preparation
for their extraction to a separate file.
|
2000-07-14 23:28:47 +00:00 |
|
Eric Andersen
|
bd22ed8067
|
Update files to reduce dependance on kernel version...
-Erik
|
2000-07-08 18:55:24 +00:00 |
|
Eric Andersen
|
b610615be9
|
Updates to a number of apps to remove warnings/compile errors under libc5.
Tested under both libc5 and libc6 and all seems well with these fixes.
-Erik
|
2000-06-19 17:25:40 +00:00 |
|
Erik Andersen
|
4f3f757d56
|
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability.
-Erik
|
2000-04-28 00:18:56 +00:00 |
|
Erik Andersen
|
1d1d95051a
|
More Doc updates. cmdedit and more termio fixes.
|
2000-04-21 01:26:49 +00:00 |
|
Erik Andersen
|
029011b9ee
|
A few updates (including the cp fix the Craig has been looking for)
-Erik
|
2000-03-04 21:19:32 +00:00 |
|
Erik Andersen
|
e49d5ecbbe
|
Some formatting updates (ran the code through indent)
-Erik
|
2000-02-08 19:58:47 +00:00 |
|
Eric Andersen
|
d73dc5b073
|
Updates to usage, and made tar work.
-Erik
|
1999-11-10 23:13:02 +00:00 |
|
Eric Andersen
|
0460ff2e5d
|
Stuf
|
1999-10-25 23:32:44 +00:00 |
|