- b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 16 years ago
- cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 16 years ago
- d789206 msh: fix ENOENT testcase by Denis Vlasenko · 16 years ago
- 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 16 years ago
- e0fd13e - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. by Bernhard Reutner-Fischer · 16 years ago
- a76669c printf: fix a trivial bug by Denis Vlasenko · 16 years ago
- f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 16 years ago
- 1d1bba4 printf: code shrink by eliminating string alloc/copy by Denis Vlasenko · 16 years ago
- d12fcc2 libiproute: fix option parsing, so that "ip -o link" works again. by Denis Vlasenko · 16 years ago
- 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 16 years ago
- 8f74094 runsvdir: make it more robust against libc buglets (errno accidentally set to !0) by Denis Vlasenko · 16 years ago
- 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 16 years ago
- f9a0784 - add FIXME to use hasmntopt() by Bernhard Reutner-Fischer · 16 years ago
- db508e3 - fix overflow; improve documentation while at it by Bernhard Reutner-Fischer · 16 years ago
- cd9d4c8 fuser: a now, the corrected fix (vda botched previous one) by Denis Vlasenko · 16 years ago
- 634b022 - misc. improvements and shrinkage by Bernhard Reutner-Fischer · 16 years ago
- 1728229 - add strrchr by Bernhard Reutner-Fischer · 16 years ago
- 5de8a13 fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
- ea9f7a6 find: beautify config prompts a bit by Denis Vlasenko · 16 years ago
- 417e240 Remove 'busybox' word from configuration programs by Denis Vlasenko · 16 years ago
- 10be1a7 - move depmod shell script to examples/ by Bernhard Reutner-Fischer · 16 years ago
- c21d9c7 - the moddir_base is supposed to be omitted frmo the .dep file by Bernhard Reutner-Fischer · 16 years ago
- 1510216 - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate by Bernhard Reutner-Fischer · 16 years ago
- 55fb9da - remove duplicate helptext of dhcprelay and improve it by Bernhard Reutner-Fischer · 16 years ago
- b85fb69 - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. by Bernhard Reutner-Fischer · 16 years ago
- 4fec346 - use (uC)libc functions. Saves a dozen bytes. by Bernhard Reutner-Fischer · 16 years ago
- 9cf0f62 vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are by Bernhard Reutner-Fischer · 16 years ago
- 9474830 - improve help-text by Bernhard Reutner-Fischer · 16 years ago
- 1ea2568 - improve option-handling a bit by Bernhard Reutner-Fischer · 16 years ago
- 7a5f494 scripts: add a script which prints memory map of running busybox by Denis Vlasenko · 16 years ago
- c47e897 scripts: add primitive memory usage meter script by Denis Vlasenko · 16 years ago
- fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 16 years ago
- 6bb55cf - add basic option-handling (+220b). Untested by Bernhard Reutner-Fischer · 16 years ago
- cf18010 - use mmap instead of allocating hundreds of megabytes of RAM. +39b by Bernhard Reutner-Fischer · 16 years ago
- dc5d7fe - remove some bloat -28b: now approx. 501b by Bernhard Reutner-Fischer · 16 years ago
- 423465c - switch to FILE base writer and remove now unneeded stuff. -50b by Bernhard Reutner-Fischer · 16 years ago
- 55e547e - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov wrong by Bernhard Reutner-Fischer · 16 years ago
- a0e17f7 [u]mount: add/update dietlibc build fix by Denis Vlasenko · 16 years ago
- b267ed9 lineedit: correctly handle prompt longer than screen width. closes bug 3414 by Denis Vlasenko · 16 years ago
- 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 16 years ago
- af6cca5 move setgroups definition to libbb.h so that it no longer inadvertently by Denis Vlasenko · 16 years ago
- 30f892a last: code shrink by Denis Vlasenko · 16 years ago
- 69dc325 syslogd: do not error out on missing files to rotate. closes bug 3404. by Denis Vlasenko · 17 years ago
- bd23fbb docs/depmod: and example of depmod in shell/sed/awk... by Denis Vlasenko · 17 years ago
- 8e2c9e1 inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 17 years ago
- e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
- ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
- cf575ca - optionally pass additional flags down to nm by Bernhard Reutner-Fischer · 17 years ago
- 61082ec - not sure but i may have had the shutdown-time wrong and no records to verify by Bernhard Reutner-Fischer · 17 years ago
- 69d5ba2 - untangle the implementation of the small and huge last applets by Bernhard Reutner-Fischer · 17 years ago
- a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
- 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
- e9b76e1 dnsd: fixes various segfaults. by Denis Vlasenko · 17 years ago
- ae84b11 modprobe: fix for blacklisting by Denis Vlasenko · 17 years ago
- dfd8282 last: make its output more like "standard" last (aka "fancy last"). by Denis Vlasenko · 17 years ago
- 7b38639 last: trim format string a bit by Denis Vlasenko · 17 years ago
- b22a805 last: trim help text by Denis Vlasenko · 17 years ago
- 869d3d3 last: optional alternative sysv-like implementation by Denis Vlasenko · 17 years ago
- 7bd8d8f - make Christian happy by Bernhard Reutner-Fischer · 17 years ago
- 49bdf28 - skip empty lines and archive members by Bernhard Reutner-Fischer · 17 years ago
- 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
- 19903f0 udhcpc: simplify renewal of the lease by Denis Vlasenko · 17 years ago
- b234291 udhcpc: properly reduce timeout if bogus packets were received by Denis Vlasenko · 17 years ago
- 54b90b5 fix another -Wall warning by Denis Vlasenko · 17 years ago
- 38100a4 ifenslave: add forgotten INIT_G() by Denis Vlasenko · 17 years ago
- 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago
- eaad910 fix "make bigdata" to not show weak aliases by Denis Vlasenko · 17 years ago
- f02efd1 - improve readability by Bernhard Reutner-Fischer · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- cb83abd - mention FIXME use find_mount_point() by Bernhard Reutner-Fischer · 17 years ago
- 3576bed - improve wording by Bernhard Reutner-Fischer · 17 years ago
- ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
- ee56e01 swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) by Denis Vlasenko · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- e125a68 start_stop_daemon: add -test, fix -x to not match by inode, by Denis Vlasenko · 17 years ago
- faf334a httpd: fix obscure case when user runs httpd -i from command line for testing. by Denis Vlasenko · 17 years ago
- 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
- b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
- 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
- d04e1fc last: style fixes by Denis Vlasenko · 17 years ago
- 2794c9b insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) by Denis Vlasenko · 17 years ago
- 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
- 29952d7 fix bug 2704: remove verbatim RFC text from source by Denis Vlasenko · 17 years ago
- 51a06c0 - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 by Bernhard Reutner-Fischer · 17 years ago
- b8635e2 - very minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
- dff6190 - add appropriate string for arp header #32 for use by ip(8) by Bernhard Reutner-Fischer · 17 years ago
- f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
- 825968f - fix compilation on x86_64 by Bernhard Reutner-Fischer · 17 years ago
- 1b23773 - mention duplication of in_ether() by Bernhard Reutner-Fischer · 17 years ago
- 9c3052a - provide proc-less sample - improve wording by Bernhard Reutner-Fischer · 17 years ago
- 81e97a1 testsuite instrumentation fixes by Christian by Denis Vlasenko · 17 years ago
- e251337 Add more -W options to gcc. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 43d5d42 remove stray semicolons (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
- b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
- 9305cdd Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
- 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago