1. c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 16 years ago
  2. aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 16 years ago
  3. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  4. 06aed43 ifenslave: new applet. closes bug 115. by Denis Vlasenko · 17 years ago
  5. f99afb5 lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 17 years ago
  6. 4f82bdb lpr,lpq: rework by dronnikov AT gmail.com by Denis Vlasenko · 17 years ago
  7. 68444b9 lpr and lpq applets by Walter Harms. by Denis Vlasenko · 17 years ago
  8. 5233cd3 chat: new applet by dronnikov AT gmail.com. With all options on: by Denis Vlasenko · 17 years ago
  9. 6b160e4 split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code by Mike Frysinger · 17 years ago
  10. be7d2a8 sendmail is lexically after selinux, so fix the order by Mike Frysinger · 17 years ago
  11. 6d52c1e sendmail: update from maintainer by Denis Vlasenko · 17 years ago
  12. 73032ca sendmail: new applet by dronnikov at gmail.com by Denis Vlasenko · 17 years ago
  13. d27d925 - new applet brctl by Bernhard Reutner-Fischer · 17 years ago
  14. bcd5fc1 tac: new applet. ~240 bytes. by Denis Vlasenko · 17 years ago
  15. 6672c8e test: stop using lots of bss. by Denis Vlasenko · 17 years ago
  16. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  17. 7c9d533 cttyhack should be in /bin, not /usr/bin by Denis Vlasenko · 17 years ago
  18. 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
  19. 705eaf8 sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>) by Denis Vlasenko · 17 years ago
  20. fbe5f39 hexdump: add hd alias, add -R option by Denis Vlasenko · 17 years ago
  21. aa7a888 kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  22. be03937 setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  23. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  24. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  25. f545be0 reviving libbusybox, adding CONFIG_INDIVIDUAL part 4 by Denis Vlasenko · 17 years ago
  26. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  27. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  28. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  29. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  30. c01af95 ttysize: new applet. +200 bytes by Denis Vlasenko · 17 years ago
  31. 397137b setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
  32. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  33. c540e75 fix applet order error by Denis Vlasenko · 17 years ago
  34. 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
  35. 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  36. 6d70997 cttyhack: new applet. by Denis Vlasenko · 17 years ago
  37. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 17 years ago
  38. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 17 years ago
  39. 80d14be Rename two config options: by Denis Vlasenko · 17 years ago
  40. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 17 years ago
  41. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  42. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 17 years ago
  43. 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 17 years ago
  44. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 17 years ago
  45. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 17 years ago
  46. 32b633a merge busybox.c into applets.c by Denis Vlasenko · 17 years ago
  47. 786834b applets.h: de-obfuscate by Denis Vlasenko · 17 years ago
  48. 02fd668 ipsvd: make udpsvd work similar to tcpsvd (multiple parallel by Denis Vlasenko · 17 years ago
  49. 60fadac udpsvd: next part of ipsvd applets (not working yet) by Denis Vlasenko · 17 years ago
  50. 2856dab tcpsvd: new applet by Denis Vlasenko · 17 years ago
  51. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 17 years ago
  52. 1fc6e56 SELinux: load_policy applet by Denis Vlasenko · 17 years ago
  53. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 17 years ago
  54. 71bc71a - add chrt applet. by Bernhard Reutner-Fischer · 17 years ago
  55. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  56. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  57. fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 18 years ago
  58. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  59. 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
  60. 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
  61. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  62. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  63. 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
  64. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  65. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  66. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  67. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  68. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  69. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  70. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  71. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  72. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  73. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  74. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  75. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  76. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  77. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  78. 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
  79. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 18 years ago
  80. f0327f8 fix fdflish typo (reported by erik hovland) by Paul Fox · 18 years ago
  81. 317a45c The common case APPLET() macro only needs three arguments. by Rob Landley · 18 years ago
  82. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 18 years ago
  83. 7031f62 add back in udhcp support by Mike Frysinger · 18 years ago
  84. 63e4c63 The udhcp was deleted from busybox in 14634. Bolting an external project to by Rob Landley · 18 years ago
  85. 89ede3f fix udhcp again by Mike Frysinger · 18 years ago
  86. 2381f70 Patch from Dennis Vlasenko simplifying the APPLET macros. by Rob Landley · 18 years ago
  87. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 18 years ago
  88. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 18 years ago
  89. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 18 years ago
  90. ba31d27 - enable dumpleases applet again; bad rob by Bernhard Reutner-Fischer · 18 years ago
  91. 5c16988 enable udhcp applets again; bad rob by Mike Frysinger · 18 years ago
  92. 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 18 years ago
  93. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 18 years ago
  94. 87848d9 setlogcons, from Jan Kaszka. by Rob Landley · 18 years ago
  95. 8caffaa Cleanup: remove double quotes that don't seem to be needed. by Rob Landley · 18 years ago
  96. 0b22c1c Tito unified fdflush and freeramdisk. I tweaked the result a bit. by Rob Landley · 18 years ago
  97. 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
  98. 73b4710 fix applet order by Mike Frysinger · 19 years ago
  99. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  100. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago