- dcf6de5 pscan: size optimization (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
- 5b5bcf2 punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling by Mike Frysinger · 17 years ago
- 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
- 362c6ec top: speedup if tty info is not requested by Denis Vlasenko · 17 years ago
- 3afac4c top,ps: reduce CPU usage in decimal conversion (optional) by Denis Vlasenko · 17 years ago
- 08a6118 ll_map: disable interface name caching code by Denis Vlasenko · 17 years ago
- 2d25491 defconfig: update by Denis Vlasenko · 17 years ago
- a61cb92 make /etc/network parsing configurable. -200 bytes when off. by Denis Vlasenko · 17 years ago
- 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
- 1b16bda networking/interface.c: reduce bss usage by Denis Vlasenko · 17 years ago
- 91e149a libbb: random hunt for statics by Denis Vlasenko · 18 years ago
- 2c91efb libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss by Denis Vlasenko · 18 years ago
- 7679145 ping: fix write-after-allocated-mem bug by Denis Vlasenko · 18 years ago
- ebd27aa fix an obvious typo while trying to access the tv_usec member by Mike Frysinger · 18 years ago
- bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 18 years ago
- 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
- e79dd06 time: *const str = "xxx" ==> str[] = "xxx" by Denis Vlasenko · 18 years ago
- 787d926 strings: strings a b was processing a twice, fix that by Denis Vlasenko · 18 years ago
- ea9e798 arping: -i should be -I by Denis Vlasenko · 18 years ago
- a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 18 years ago
- ab47eee forgot svn add... by Denis Vlasenko · 18 years ago
- 85532fc remove obsolete comment by Denis Vlasenko · 18 years ago
- a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 18 years ago
- 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
- 53a0e97 find: make -size match GNU find by Denis Vlasenko · 18 years ago
- b941129 find: add conditional support for -maxdepth and -regex by Denis Vlasenko · 18 years ago
- d786cc5 fdisk: fix minor issues with help text by Denis Vlasenko · 18 years ago
- be99243 - fix test -f ./exists by Bernhard Reutner-Fischer · 18 years ago
- 8672660 - vda perfers not to use the banner by Bernhard Reutner-Fischer · 18 years ago
- 432d69c applets/Kbuild: straighten it a bit by Denis Vlasenko · 18 years ago
- 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 18 years ago
- d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 18 years ago
- 1adf681 traceroute: stop using floating point needlessly; nuke useless assignment. by Denis Vlasenko · 18 years ago
- 26017b1 minix.h: add very simple test script by Denis Vlasenko · 18 years ago
- 1fd4621 fsck_minix: forgotten bit of previous commit... by Denis Vlasenko · 18 years ago
- a669131 fsck_minix: stop using data/bss by Denis Vlasenko · 18 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
- b51fd35 as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off by Mike Frysinger · 18 years ago
- a78ef2c add support for firmware loading by Mike Frysinger · 18 years ago
- d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 18 years ago
- f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 18 years ago
- f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 18 years ago
- 637c975 fix "--help prints usage for wrong applet" bug by Denis Vlasenko · 18 years ago
- 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
- fdcbc4e - fix testing primary expressions like '"-u" = "-u"' by Bernhard Reutner-Fischer · 18 years ago
- 15611bb A few more string duplicates found & eliminated by Denis Vlasenko · 18 years ago
- 16d58d7 catv: was abusing xopen, should not die on err, but warn only. by Denis Vlasenko · 18 years ago
- cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 18 years ago
- aa198dd uudecode: nuke duplicate base64_table[]. saves 65 bytes by Denis Vlasenko · 18 years ago
- 7451196 top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on by Denis Vlasenko · 18 years ago
- d71e458 - use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes. by Bernhard Reutner-Fischer · 18 years ago
- a7c5d2c getopt_mk_fifo_nod: heed warning by Denis Vlasenko · 18 years ago
- b1e5add top: improve global CPU percentage (smaller & faster code) by Denis Vlasenko · 18 years ago
- 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 18 years ago
- e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
- d4fea90 add script which measures stack consumption. by Denis Vlasenko · 18 years ago
- 77e44d6 httpd: move data off bss. by Denis Vlasenko · 18 years ago
- 66db264 - also note where to checkout the 1_6_stable branch by Bernhard Reutner-Fischer · 18 years ago
- d6766c7 mdev: microscopic enhancement, should change nothing by Denis Vlasenko · 18 years ago
- 9acfed2 grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. by Denis Vlasenko · 18 years ago
- 65e14b4 login: ask passwords even for wrong usernames. by Denis Vlasenko · 18 years ago
- bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
- c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
- def8260 - fix invocation without any argument by Bernhard Reutner-Fischer · 18 years ago
- 42bffbf hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox)) by Denis Vlasenko · 18 years ago
- dc4ab54 test: fix thinko in previous commit by Denis Vlasenko · 18 years ago
- 89bca27 test: recognize /path/to/[ case too by Denis Vlasenko · 18 years ago
- 8936a19 - Add a FAQ entry on "how do i cross compile busybox" by Bernhard Reutner-Fischer · 18 years ago
- bb4b9f1 - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE by Bernhard Reutner-Fischer · 18 years ago
- e16e6e7 awk: experimentally modify "global" trick to make code smaller by Denis Vlasenko · 18 years ago
- 4b49512 - update defconfig by Bernhard Reutner-Fischer · 18 years ago
- 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 18 years ago
- e8b2bd4 - fix wrong not operator which was essentially ignored. got introduced in r18282 by Bernhard Reutner-Fischer · 18 years ago
- ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 18 years ago
- c084d2f echo: fix non-fancy echo by Denis Vlasenko · 18 years ago
- 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 18 years ago
- cd0df46 remove bashisms from testsuite by Denis Vlasenko · 18 years ago
- 5c51a7c nc: make connecting to IPv4 from IPv6-enabled hosts easier by Denis Vlasenko · 18 years ago
- 6c501a7 - kiltedknight writes: Busybox incorrectly parses a line from the status file, claiming that a required package is not installed or tagged to be installed when it actually is. by Bernhard Reutner-Fischer · 18 years ago
- fa5f207 - fix typo in error message. Closes #1308 by Bernhard Reutner-Fischer · 18 years ago
- 746204b uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> by Denis Vlasenko · 18 years ago
- 8c1aaf3 snprintf(... "%s"...) => safe_strncpy by Denis Vlasenko · 18 years ago
- 3c8b5ba syslogd: move some vectors from data to text. Needs uclibc patch by Denis Vlasenko · 18 years ago
- ef4bb26 diff: stop using data/bss by Denis Vlasenko · 18 years ago
- 821cc25 ping: stop using data/bss by Denis Vlasenko · 18 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
- 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
- dd6e1f0 start 1.7.x version by Denis Vlasenko · 18 years ago
- 3f22b7f fdisk: make it work with big disks (read: typical today's disks) by Denis Vlasenko · 18 years ago
- a0d7508 website: announce 1.6.0 by Denis Vlasenko · 18 years ago
- fdcfa2a less: less <HUGEFILE + [End] busy loops, fix it by Denis Vlasenko · 18 years ago
- 342b0ab less: forgot trivial #if ENABLE_xxxx by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
- c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
- 22a9a3c less: fix very obscure memory corruption bug by Denis Vlasenko · 18 years ago
- a1d24a0 less: stop using data/bss. Code got smaller too. by Denis Vlasenko · 18 years ago
- 199c0d5 nmeter: stop using data/bss; reduce amount of reads from /proc by Denis Vlasenko · 18 years ago
- 0b3b41b vi: move some data to malloc'ed space: ~500 less bss, code by Denis Vlasenko · 18 years ago
- 27f79ff hush: trivial buglet found by randomconfig testing by Denis Vlasenko · 18 years ago