1. 81e264d fix double merge by Denis Vlasenko · 18 years ago
  2. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  3. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  4. 5e618ff xgethostbyname: more readable by Denis Vlasenko · 18 years ago
  5. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  6. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  7. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  8. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  9. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  10. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  11. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  12. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  13. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  14. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  15. 966ec7c #if CONFIG_xxx -> #if ENABLE_xxx by Denis Vlasenko · 18 years ago
  16. b141b9b reads: fix bug 1078 by Denis Vlasenko · 18 years ago
  17. 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
  18. 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
  19. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  20. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  21. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  22. 3b8fc1c recursive_action: preparatory changes. will introduce "int level". by Denis Vlasenko · 18 years ago
  23. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  24. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  25. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  26. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  27. 1340ca8 As usual, I forgot "svn del"... by Denis Vlasenko · 18 years ago
  28. 2fe7b73 ...and yet another small fix. Ouch... by Denis Vlasenko · 18 years ago
  29. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  30. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  31. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  32. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  33. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  34. 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
  35. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  36. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  37. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  38. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  39. 88ca067 xread/write can use full_read/write (smaller code) by Denis Vlasenko · 18 years ago
  40. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  41. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  42. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  43. 12f5676 execable: no need to check getenv for NULL, it works anyway. by Denis Vlasenko · 18 years ago
  44. 5cb4648 execable.c: forgot to do "svn add" again... by Denis Vlasenko · 18 years ago
  45. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  46. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  47. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  48. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  49. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  50. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  51. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  52. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  53. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  54. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  55. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  56. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  57. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  58. b633224 fdformat: remove redundant check by Denis Vlasenko · 18 years ago
  59. cf94446 random style fixes by Denis Vlasenko · 18 years ago
  60. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  61. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  62. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  63. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  64. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  65. f0d6cc8 getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ by Denis Vlasenko · 18 years ago
  66. b02ef82 getopt_ulflags: formatting fixes by Denis Vlasenko · 18 years ago
  67. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  68. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  69. de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
  70. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  71. be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
  72. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  73. a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
  74. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  75. a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
  76. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  77. 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
  78. fbdf121 Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when by Rob Landley · 18 years ago
  79. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  80. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  81. 6231e87 style fixes by Denis Vlasenko · 18 years ago
  82. da9d1d0 Strangely, using // in the comments I added was not a persistent accident. by Rob Landley · 18 years ago
  83. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  84. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  85. b5f50ea - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy. by Bernhard Reutner-Fischer · 18 years ago
  86. 428a5cd - fix warning about discarding qualifiers in initialization by Bernhard Reutner-Fischer · 18 years ago
  87. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  88. 0c45bb23 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  89. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  90. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  91. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  92. b750dec fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && by Denis Vlasenko · 18 years ago
  93. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  94. 3da6aa8 adding files missed in prev updates (forgot about svn add) by Denis Vlasenko · 18 years ago
  95. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  96. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  97. e614eaf - mdev and grep use xregcomp. Closes bug #1021 by Bernhard Reutner-Fischer · 18 years ago
  98. 797b4d2 run_shell.c: style fix by Denis Vlasenko · 18 years ago
  99. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  100. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago