1. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  2. b6fe100 announce 1.10.3 by Denis Vlasenko · 17 years ago
  3. e7860e3 config help text: fix capitalization by Denis Vlasenko · 17 years ago
  4. 1a9bbfb remove -fno-jump-tables - after stripping it proved to be worse by Denis Vlasenko · 17 years ago
  5. 1da86d2 build system: add PIE build option by Denis Vlasenko · 17 years ago
  6. 1e93f3c change default rtcwake mode to match changed behavior in upstream util-linux by Mike Frysinger · 17 years ago
  7. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  8. 630a7f7 Remove stray debug instrumentation by Denis Vlasenko · 17 years ago
  9. 85571d8 make the help for rtcwake reflect the actual default behavior by Mike Frysinger · 17 years ago
  10. 6075b2a - add FIXME. Perhaps somebody is interrested in looking into this one. by Bernhard Reutner-Fischer · 17 years ago
  11. c2741e1 - add alias support by Bernhard Reutner-Fischer · 17 years ago
  12. ef729dd - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko by Bernhard Reutner-Fischer · 17 years ago
  13. d428167 - just chdir to the basedir (-30b). by Bernhard Reutner-Fischer · 17 years ago
  14. beac1bd - optional fancy pruning-mode for depmod by Bernhard Reutner-Fischer · 17 years ago
  15. 9af7aba - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" by Bernhard Reutner-Fischer · 17 years ago
  16. b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 17 years ago
  17. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  18. d789206 msh: fix ENOENT testcase by Denis Vlasenko · 17 years ago
  19. 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  20. e0fd13e - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. by Bernhard Reutner-Fischer · 17 years ago
  21. a76669c printf: fix a trivial bug by Denis Vlasenko · 17 years ago
  22. f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 17 years ago
  23. 1d1bba4 printf: code shrink by eliminating string alloc/copy by Denis Vlasenko · 17 years ago
  24. d12fcc2 libiproute: fix option parsing, so that "ip -o link" works again. by Denis Vlasenko · 17 years ago
  25. 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
  26. 8f74094 runsvdir: make it more robust against libc buglets (errno accidentally set to !0) by Denis Vlasenko · 17 years ago
  27. 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 17 years ago
  28. f9a0784 - add FIXME to use hasmntopt() by Bernhard Reutner-Fischer · 17 years ago
  29. db508e3 - fix overflow; improve documentation while at it by Bernhard Reutner-Fischer · 17 years ago
  30. cd9d4c8 fuser: a now, the corrected fix (vda botched previous one) by Denis Vlasenko · 17 years ago
  31. 634b022 - misc. improvements and shrinkage by Bernhard Reutner-Fischer · 17 years ago
  32. 1728229 - add strrchr by Bernhard Reutner-Fischer · 17 years ago
  33. 5de8a13 fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  34. ea9f7a6 find: beautify config prompts a bit by Denis Vlasenko · 17 years ago
  35. 417e240 Remove 'busybox' word from configuration programs by Denis Vlasenko · 17 years ago
  36. 10be1a7 - move depmod shell script to examples/ by Bernhard Reutner-Fischer · 17 years ago
  37. c21d9c7 - the moddir_base is supposed to be omitted frmo the .dep file by Bernhard Reutner-Fischer · 17 years ago
  38. 1510216 - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate by Bernhard Reutner-Fischer · 17 years ago
  39. 55fb9da - remove duplicate helptext of dhcprelay and improve it by Bernhard Reutner-Fischer · 17 years ago
  40. b85fb69 - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. by Bernhard Reutner-Fischer · 17 years ago
  41. 4fec346 - use (uC)libc functions. Saves a dozen bytes. by Bernhard Reutner-Fischer · 17 years ago
  42. 9cf0f62 vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are by Bernhard Reutner-Fischer · 17 years ago
  43. 9474830 - improve help-text by Bernhard Reutner-Fischer · 17 years ago
  44. 1ea2568 - improve option-handling a bit by Bernhard Reutner-Fischer · 17 years ago
  45. 7a5f494 scripts: add a script which prints memory map of running busybox by Denis Vlasenko · 17 years ago
  46. c47e897 scripts: add primitive memory usage meter script by Denis Vlasenko · 17 years ago
  47. fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 17 years ago
  48. 6bb55cf - add basic option-handling (+220b). Untested by Bernhard Reutner-Fischer · 17 years ago
  49. cf18010 - use mmap instead of allocating hundreds of megabytes of RAM. +39b by Bernhard Reutner-Fischer · 17 years ago
  50. dc5d7fe - remove some bloat -28b: now approx. 501b by Bernhard Reutner-Fischer · 17 years ago
  51. 423465c - switch to FILE base writer and remove now unneeded stuff. -50b by Bernhard Reutner-Fischer · 17 years ago
  52. 55e547e - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov wrong by Bernhard Reutner-Fischer · 17 years ago
  53. a0e17f7 [u]mount: add/update dietlibc build fix by Denis Vlasenko · 17 years ago
  54. b267ed9 lineedit: correctly handle prompt longer than screen width. closes bug 3414 by Denis Vlasenko · 17 years ago
  55. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  56. af6cca5 move setgroups definition to libbb.h so that it no longer inadvertently by Denis Vlasenko · 17 years ago
  57. 30f892a last: code shrink by Denis Vlasenko · 17 years ago
  58. 69dc325 syslogd: do not error out on missing files to rotate. closes bug 3404. by Denis Vlasenko · 17 years ago
  59. bd23fbb docs/depmod: and example of depmod in shell/sed/awk... by Denis Vlasenko · 17 years ago
  60. 8e2c9e1 inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 17 years ago
  61. e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
  62. ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
  63. cf575ca - optionally pass additional flags down to nm by Bernhard Reutner-Fischer · 17 years ago
  64. 61082ec - not sure but i may have had the shutdown-time wrong and no records to verify by Bernhard Reutner-Fischer · 17 years ago
  65. 69d5ba2 - untangle the implementation of the small and huge last applets by Bernhard Reutner-Fischer · 17 years ago
  66. a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
  67. 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
  68. e9b76e1 dnsd: fixes various segfaults. by Denis Vlasenko · 17 years ago
  69. ae84b11 modprobe: fix for blacklisting by Denis Vlasenko · 17 years ago
  70. dfd8282 last: make its output more like "standard" last (aka "fancy last"). by Denis Vlasenko · 17 years ago
  71. 7b38639 last: trim format string a bit by Denis Vlasenko · 17 years ago
  72. b22a805 last: trim help text by Denis Vlasenko · 17 years ago
  73. 869d3d3 last: optional alternative sysv-like implementation by Denis Vlasenko · 17 years ago
  74. 7bd8d8f - make Christian happy by Bernhard Reutner-Fischer · 17 years ago
  75. 49bdf28 - skip empty lines and archive members by Bernhard Reutner-Fischer · 17 years ago
  76. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  77. 19903f0 udhcpc: simplify renewal of the lease by Denis Vlasenko · 17 years ago
  78. b234291 udhcpc: properly reduce timeout if bogus packets were received by Denis Vlasenko · 17 years ago
  79. 54b90b5 fix another -Wall warning by Denis Vlasenko · 17 years ago
  80. 38100a4 ifenslave: add forgotten INIT_G() by Denis Vlasenko · 17 years ago
  81. 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago
  82. eaad910 fix "make bigdata" to not show weak aliases by Denis Vlasenko · 17 years ago
  83. f02efd1 - improve readability by Bernhard Reutner-Fischer · 17 years ago
  84. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  85. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  86. cb83abd - mention FIXME use find_mount_point() by Bernhard Reutner-Fischer · 17 years ago
  87. 3576bed - improve wording by Bernhard Reutner-Fischer · 17 years ago
  88. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  89. ee56e01 swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) by Denis Vlasenko · 17 years ago
  90. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  91. e125a68 start_stop_daemon: add -test, fix -x to not match by inode, by Denis Vlasenko · 17 years ago
  92. faf334a httpd: fix obscure case when user runs httpd -i from command line for testing. by Denis Vlasenko · 17 years ago
  93. 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
  94. b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
  95. 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
  96. d04e1fc last: style fixes by Denis Vlasenko · 17 years ago
  97. 2794c9b insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) by Denis Vlasenko · 17 years ago
  98. 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
  99. 29952d7 fix bug 2704: remove verbatim RFC text from source by Denis Vlasenko · 17 years ago
  100. 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