summaryrefslogtreecommitdiff
path: root/libbb/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* another fix for build failure found by randomconfigDenis Vlasenko2007-10-171-0/+1
|
* even more fixes from randomconfig runsDenis Vlasenko2007-10-161-0/+1
|
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-0/+1
| | | | | Makes individual binaries much smaller.
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | function old new delta safe_poll - 77 +77 svlogd_main 1470 1466 -4 zcip_main 1530 1524 -6 forkexec 1345 1338 -7 decode_format_string 795 788 -7 collect_blk 474 467 -7 buffer_pread 540 532 -8 tftp 1182 1172 -10 microcom_main 763 749 -14 arpping 441 424 -17 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/9 up/down: 77/-80) Total: -3 bytes text data bss dec hex filename 770162 1034 10404 781600 bed20 busybox_old 770158 1034 10404 781596 bed1c busybox_unstripped
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-151-2/+0
|
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-1/+0
| | | | | | vinfo_msg: one user (info_msg), incorporate in it *: style fixes
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-1/+2
|
* find: fix build failure on certain configsDenis Vlasenko2007-07-011-0/+1
| | | | | (found by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
* introduce and use bb_basename()Denis Vlasenko2007-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta bb_basename - 26 +26 sv_main 1226 1225 -1 passwd_main 1985 1983 -2 showdirs 482 478 -4 sendCgi 1811 1807 -4 make_device 1354 1350 -4 handleIncoming 2443 2439 -4 func_name 82 78 -4 service_name 2292 2285 -7 main 909 901 -8 cmp_main 555 547 -8 test_main 434 422 -12 act 228 216 -12 find_pair 180 164 -16 rmmod_main 298 280 -18 find_pid_by_name 156 134 -22 modprobe_main 1606 1576 -30 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/16 up/down: 26/-156) Total: -130 bytes text data bss dec hex filename 734933 3028 14400 752361 b7ae9 busybox_old 734801 3028 14400 752229 b7a65 busybox_unstripped
* hwclock: size optimizationsDenis Vlasenko2007-06-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | libbb/time.c: new file, introducing monotonic_us() pscan, traceroute, arping: use it instead of gettimeofday ping, zcip: TODO function old new delta monotonic_us - 89 +89 find_pair 164 180 +16 .rodata 129747 129763 +16 refresh 1144 1152 +8 ............ timeout 8 4 -4 static.start 8 4 -4 last 8 4 -4 parse_conf 1303 1284 -19 time_main 1149 1124 -25 gettimeofday_us 39 - -39 arping_main 2042 1969 -73 hwclock_main 594 501 -93 catcher 485 380 -105 traceroute_main 4300 4117 -183 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 8/11 up/down: 157/-562) Total: -405 bytes
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+1
|
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-081-5/+2
|
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-0/+4
| | | | | (by Thomas Lundquist <lists@zelow.no>)
* - add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer2007-04-101-0/+1
| | | | - shrink wget a bit
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-051-0/+1
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-0/+1
|
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+1
| | | | [ui]toa_to_buf: change API. No users yet.
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-0/+1
| | | | | Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp>
* ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko2007-01-221-1/+0
|
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-221-0/+1
| | | | so rename stuff accordingly.
* about.html: update maintainer nameDenis Vlasenko2006-12-301-0/+1
| | | | libbb/Kbuild: less needs xregcomp.o
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-1/+1
|
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
|
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+1
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-1/+0
| | | | | and it is used only by run_parts applet, so move it there. Also saved ~30 bytes (prolly gcc autoinlining...).
* regularize str -> num convertorsDenis Vlasenko2006-11-251-1/+1
|
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itDenis Vlasenko2006-11-241-32/+90
| | | | into a function.
* ...and yet another small fix. Ouch...Denis Vlasenko2006-10-261-1/+1
|
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
|
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+0
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-2/+2
|
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-1/+1
| | | | Patch by Gabriel Somlo <somlo at cmu.edu>
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+3
|
* build system overhaulDenis Vlasenko2006-10-051-0/+61