1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. f545be0 reviving libbusybox, adding CONFIG_INDIVIDUAL part 4 by Denis Vlasenko · 17 years ago
  3. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  4. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  5. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  6. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  7. c01af95 ttysize: new applet. +200 bytes by Denis Vlasenko · 17 years ago
  8. 397137b setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
  9. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  10. c540e75 fix applet order error by Denis Vlasenko · 17 years ago
  11. 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
  12. 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  13. 6d70997 cttyhack: new applet. by Denis Vlasenko · 18 years ago
  14. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 18 years ago
  15. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 18 years ago
  16. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  17. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  18. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  19. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  20. 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 18 years ago
  21. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 18 years ago
  22. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 18 years ago
  23. 32b633a merge busybox.c into applets.c by Denis Vlasenko · 18 years ago
  24. 786834b applets.h: de-obfuscate by Denis Vlasenko · 18 years ago
  25. 02fd668 ipsvd: make udpsvd work similar to tcpsvd (multiple parallel by Denis Vlasenko · 18 years ago
  26. 60fadac udpsvd: next part of ipsvd applets (not working yet) by Denis Vlasenko · 18 years ago
  27. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  28. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 18 years ago
  29. 1fc6e56 SELinux: load_policy applet by Denis Vlasenko · 18 years ago
  30. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  31. 71bc71a - add chrt applet. by Bernhard Reutner-Fischer · 18 years ago
  32. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  33. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  34. fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 18 years ago
  35. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  36. 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
  37. 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
  38. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  39. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  40. 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
  41. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  42. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  43. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  44. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  45. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  46. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  47. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  48. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  49. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  50. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  51. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  52. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  53. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  54. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  55. 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
  56. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
  57. f0327f8 fix fdflish typo (reported by erik hovland) by Paul Fox · 19 years ago
  58. 317a45c The common case APPLET() macro only needs three arguments. by Rob Landley · 19 years ago
  59. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago
  60. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  61. 63e4c63 The udhcp was deleted from busybox in 14634. Bolting an external project to by Rob Landley · 19 years ago
  62. 89ede3f fix udhcp again by Mike Frysinger · 19 years ago
  63. 2381f70 Patch from Dennis Vlasenko simplifying the APPLET macros. by Rob Landley · 19 years ago
  64. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
  65. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  66. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
  67. ba31d27 - enable dumpleases applet again; bad rob by Bernhard Reutner-Fischer · 19 years ago
  68. 5c16988 enable udhcp applets again; bad rob by Mike Frysinger · 19 years ago
  69. 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 19 years ago
  70. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  71. 87848d9 setlogcons, from Jan Kaszka. by Rob Landley · 19 years ago
  72. 8caffaa Cleanup: remove double quotes that don't seem to be needed. by Rob Landley · 19 years ago
  73. 0b22c1c Tito unified fdflush and freeramdisk. I tweaked the result a bit. by Rob Landley · 19 years ago
  74. 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
  75. 73b4710 fix applet order by Mike Frysinger · 19 years ago
  76. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  77. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
  78. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago
  79. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  80. 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago
  81. 02bab68 Tito is using broken kernel headers that pollute the namespace with every by Rob Landley · 19 years ago
  82. 62d7acc - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. by Bernhard Reutner-Fischer · 19 years ago
  83. aa87276 New applet, fuser, from Tony J. White. (Needs some cleanup.) by Rob Landley · 19 years ago
  84. 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago
  85. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  86. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  87. 9d7010c - add applet nohup(1) by Bernhard Reutner-Fischer · 19 years ago
  88. d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 19 years ago
  89. 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago
  90. 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
  91. d00b3a5 Bernhard Fischer provided a mountpoint(1) applet. This is apparently something by Rob Landley · 19 years ago
  92. 4240364 commiting: 0000028 03-16-05 patch: new setsid applet by Paul Fox · 19 years ago
  93. fc2256a applying patch for bug 72: by Paul Fox · 19 years ago
  94. 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 19 years ago
  95. 127adc5 applying fix from; by Paul Fox · 19 years ago
  96. 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 19 years ago
  97. 6447ac0 import initial fat mke2fs by Mike Frysinger · 20 years ago
  98. 174808c import tune2fs support by Mike Frysinger · 20 years ago
  99. 8b2d02e Add readprofile applet support. by Paul Mundt · 20 years ago
  100. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 20 years ago