Age | Commit message (Expand) | Author |
2007-06-19 | make /etc/network parsing configurable. -200 bytes when off. | Denis Vlasenko |
2007-06-19 | networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr... | Denis Vlasenko |
2007-06-19 | networking/interface.c: reduce bss usage | Denis Vlasenko |
2007-06-18 | libbb: random hunt for statics | Denis Vlasenko |
2007-06-18 | libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss | Denis Vlasenko |
2007-06-18 | ping: fix write-after-allocated-mem bug | Denis Vlasenko |
2007-06-18 | fix an obvious typo while trying to access the tv_usec member | Mike Frysinger |
2007-06-17 | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko |
2007-06-17 | hwclock: size optimizations | Denis Vlasenko |
2007-06-17 | time: *const str = "xxx" ==> str[] = "xxx" | Denis Vlasenko |
2007-06-17 | strings: strings a b was processing a twice, fix that | Denis Vlasenko |
2007-06-17 | arping: -i should be -I | Denis Vlasenko |
2007-06-17 | install: fix install a b /a/link/to/dir | Denis Vlasenko |
2007-06-16 | forgot svn add... | Denis Vlasenko |
2007-06-16 | remove obsolete comment | Denis Vlasenko |
2007-06-16 | make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features | Denis Vlasenko |
2007-06-16 | pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-06-16 | find: make -size match GNU find | Denis Vlasenko |
2007-06-15 | find: add conditional support for -maxdepth and -regex | Denis Vlasenko |
2007-06-15 | fdisk: fix minor issues with help text | Denis Vlasenko |
2007-06-15 | - fix test -f ./exists | Bernhard Reutner-Fischer |
2007-06-15 | - vda perfers not to use the banner | Bernhard Reutner-Fischer |
2007-06-14 | applets/Kbuild: straighten it a bit | Denis Vlasenko |
2007-06-14 | Alex Landau writes: open firmware for reading, not writing | Mike Frysinger |
2007-06-14 | init: make sure fd 0,1,2 are not closed, + related optimizations. | Denis Vlasenko |
2007-06-14 | traceroute: stop using floating point needlessly; nuke useless assignment. | Denis Vlasenko |
2007-06-13 | minix.h: add very simple test script | Denis Vlasenko |
2007-06-13 | fsck_minix: forgotten bit of previous commit... | Denis Vlasenko |
2007-06-13 | fsck_minix: stop using data/bss | Denis Vlasenko |
2007-06-13 | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko |
2007-06-13 | as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo... | Mike Frysinger |
2007-06-13 | add support for firmware loading | Mike Frysinger |
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko |
2007-06-12 | remove nearly-duplicate PATHs in several places | Denis Vlasenko |
2007-06-12 | login: make /etc/nologin support configurable. -240 bytes if not selected. | Denis Vlasenko |
2007-06-12 | fix "--help prints usage for wrong applet" bug | Denis Vlasenko |
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko |
2007-06-12 | - fix testing primary expressions like '"-u" = "-u"' | Bernhard Reutner-Fischer |
2007-06-12 | A few more string duplicates found & eliminated | Denis Vlasenko |
2007-06-12 | catv: was abusing xopen, should not die on err, but warn only. | Denis Vlasenko |
2007-06-12 | move several applets to more correct ex-project. No code changes. | Denis Vlasenko |
2007-06-12 | uudecode: nuke duplicate base64_table[]. saves 65 bytes | Denis Vlasenko |
2007-06-11 | top: on user suggestion make percentile calculations configurable. -56 bytes ... | Denis Vlasenko |
2007-06-11 | - use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes. | Bernhard Reutner-Fischer |
2007-06-10 | getopt_mk_fifo_nod: heed warning | Denis Vlasenko |
2007-06-10 | top: improve global CPU percentage (smaller & faster code) | Denis Vlasenko |
2007-06-10 | top: add config option and code for global CPU % display | Denis Vlasenko |
2007-06-10 | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko |
2007-06-10 | add script which measures stack consumption. | Denis Vlasenko |
2007-06-09 | httpd: move data off bss. | Denis Vlasenko |