1. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  2. 14f5553 makedevs: fix help-text by Bernhard Reutner-Fischer · 14 years ago
  3. 6afc677 dc: do not advertise ops disabled in .config by Denys Vlasenko · 14 years ago
  4. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  5. 90ea1e3 setserial: small fix by Denys Vlasenko · 14 years ago
  6. 2cfb576 setserial: new applet by Marek Bečka · 14 years ago
  7. d1993f1 rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c by Denys Vlasenko · 14 years ago
  8. 0bfb9c2 add help text by Denys Vlasenko · 14 years ago
  9. a610842 ubiupdatevol: new applet by Reuben Dowle · 14 years ago
  10. ab940af Fix ubirsvol usage information by Reuben Dowle · 14 years ago
  11. 6161cdb conspy: fix ESC key lost by Pascal Bellard · 14 years ago
  12. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  13. 0e89fd9 fbsplash: Add support for 24 and 32 bit color depth by Nuno Lucas · 14 years ago
  14. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  15. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  16. ca18e25 runlevel/wall: depend on utmp feature by Mike Frysinger · 14 years ago
  17. 07078c2 Let fbsplash display images even when a second buffer is active by Dan Fandrich · 14 years ago
  18. 3e2834f ubimkvol,ubirmvol,ubirsvol: new applets by Reuben Dowle · 14 years ago
  19. 099e528 ps: implement -o stat by Denys Vlasenko · 14 years ago
  20. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  21. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  22. 3b5acaa disable automatic selection of FEATURE_SUID; improve its help text by Denys Vlasenko · 14 years ago
  23. 1393fc1 chrt: -m can be used without any arguments. Closes bug 2989 by Denys Vlasenko · 14 years ago
  24. 96c8a6b chrt: correct opt_complementary. Closes bug 2977 by Denys Vlasenko · 14 years ago
  25. a3aea32 chat: fix build breakage (variable declared in for()) by Denys Vlasenko · 14 years ago
  26. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  27. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  28. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  29. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  30. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  31. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  32. bec5888 *: s/open3_or_warn/open_or_warn/ where makes sense by Denys Vlasenko · 14 years ago
  33. d982da7 nanddump: make oobbuf allocation dynamic by Baruch Siach · 14 years ago
  34. 36af2f7 nanddump: new applet by Baruch Siach · 14 years ago
  35. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  36. 9a1b260 man: add compatibility with man-db by Denys Vlasenko · 14 years ago
  37. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  38. 9ce07e7 bbconfig: add COMPRESS_BBCONFIG option by Denys Vlasenko · 14 years ago
  39. 7715b48 nandwrite: always check the first erase block by Baruch Siach · 14 years ago
  40. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  41. a78227d nandwrite: allow hex values in the -s parameter by Baruch Siach · 14 years ago
  42. 6f32ea4 nandwrite: new applet by Baruch Siach · 14 years ago
  43. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  44. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  45. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  46. 5a71fb8 less: remove misguided dependency on PLATFORM_LINUX by Jeremie Koenig · 14 years ago
  47. 506d3a9 dc: tweak help text by Denys Vlasenko · 14 years ago
  48. 7a07b0e dc: make it use long longs for integer ops by Denys Vlasenko · 14 years ago
  49. 416f040 less: fix duplicate "depends on PLATFORM_LINUX". no code changes by Denys Vlasenko · 14 years ago
  50. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  51. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  52. 6ac37da build system: disable some applets by default by Denys Vlasenko · 14 years ago
  53. 69d69e2 crond: mention other cronds' behavior in comment. no code changes by Denys Vlasenko · 14 years ago
  54. 1f0ab1d crond: code shrink by Denys Vlasenko · 14 years ago
  55. 45963c8 crond: rename HumpBack names. Note two TODOs/FIXMEs by Denys Vlasenko · 14 years ago
  56. dfc870f crond: check mtime on crontab dir every minute, and reread if changed by Denys Vlasenko · 14 years ago
  57. 4a09aef crond: reorder functions to follow usual order: "main last" by Denys Vlasenko · 14 years ago
  58. d3c2b71 crond: code shrink by Denys Vlasenko · 14 years ago
  59. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  60. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  61. 922f6f5 chrt: code shrink by Denys Vlasenko · 14 years ago
  62. 8119967 conspy: stop losing some keyboard keys. by Pascal Bellard · 14 years ago
  63. fa5ea17 conspy: code shrink by Pascal Bellard · 14 years ago
  64. ff37799 conspy: code shrink by Pascal Bellard · 14 years ago
  65. 1a3b071 conspy: significant output minimization; blink attribute support by Denys Vlasenko · 14 years ago
  66. 918f444 conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsa by Denys Vlasenko · 14 years ago
  67. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  68. 51fa147 conspy: code shrink by Denys Vlasenko · 14 years ago
  69. a54985b conspy: document attribute byte format by Denys Vlasenko · 14 years ago
  70. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  71. 1b8e2b0 conspy: code shrink ~200 bytes by Pascal Bellard · 14 years ago
  72. 05a550b fix errors in detecting non-modified areas by Denys Vlasenko · 14 years ago
  73. a8b594f conspy: new applet by Pascal Bellard · 14 years ago
  74. 3324c96 ubiattach,ubidetach: new applets by Baruch Siach · 15 years ago
  75. 1cd769a rfkill: do not enable by default, it requires new-ish Linux headers by Denys Vlasenko · 15 years ago
  76. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  77. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  78. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  79. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  80. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  81. ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
  82. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  83. a29b055 setsid: check for setsid error directly by Denys Vlasenko · 15 years ago
  84. 43afd75 rfkill: new applet by Souf Oued · 15 years ago
  85. 351ef71 devmem: map two pages only if it is necessary by Denys Vlasenko · 15 years ago
  86. 6dbbac5 Move utmp/wtmp support to "General configuration" section by Denys Vlasenko · 15 years ago
  87. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  88. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  89. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  90. 814da22 fbsplash: reinstate drawing of over/undersized images; shrink by Denys Vlasenko · 15 years ago
  91. 7cfec4b beep: the -d option takes milliseconds not microseconds by Natanael Copa · 15 years ago
  92. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  93. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
  94. ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
  95. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  96. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  97. 10544a8 compat and warning fixes by Denys Vlasenko · 15 years ago
  98. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  99. ecd90fd fix Unicode config option limits and some comments in less by Denys Vlasenko · 15 years ago
  100. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago