1. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  2. 88ca067 xread/write can use full_read/write (smaller code) by Denis Vlasenko · 18 years ago
  3. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  4. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  5. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  6. 12f5676 execable: no need to check getenv for NULL, it works anyway. by Denis Vlasenko · 18 years ago
  7. 5cb4648 execable.c: forgot to do "svn add" again... by Denis Vlasenko · 18 years ago
  8. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  9. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  10. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  11. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  12. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  13. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  14. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  15. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  16. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  17. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  18. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  19. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  20. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  21. b633224 fdformat: remove redundant check by Denis Vlasenko · 18 years ago
  22. cf94446 random style fixes by Denis Vlasenko · 18 years ago
  23. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  24. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  25. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  26. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  27. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  28. f0d6cc8 getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ by Denis Vlasenko · 18 years ago
  29. b02ef82 getopt_ulflags: formatting fixes by Denis Vlasenko · 18 years ago
  30. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  31. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  32. de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
  33. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  34. be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
  35. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  36. a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
  37. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  38. a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
  39. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  40. 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
  41. fbdf121 Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when by Rob Landley · 18 years ago
  42. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  43. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  44. 6231e87 style fixes by Denis Vlasenko · 18 years ago
  45. da9d1d0 Strangely, using // in the comments I added was not a persistent accident. by Rob Landley · 18 years ago
  46. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  47. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  48. 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
  49. 428a5cd - fix warning about discarding qualifiers in initialization by Bernhard Reutner-Fischer · 18 years ago
  50. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  51. 0c45bb2 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  52. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  53. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  54. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  55. b750dec fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && by Denis Vlasenko · 18 years ago
  56. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  57. 3da6aa8 adding files missed in prev updates (forgot about svn add) by Denis Vlasenko · 18 years ago
  58. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  59. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  60. e614eaf - mdev and grep use xregcomp. Closes bug #1021 by Bernhard Reutner-Fischer · 18 years ago
  61. 797b4d2 run_shell.c: style fix by Denis Vlasenko · 18 years ago
  62. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  63. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  64. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  65. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  66. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  67. b8cea6d Jordan Crouse submitted a patch to only include xregcomp.c when we actually by Rob Landley · 18 years ago
  68. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  69. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  70. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  71. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  72. 23b61be Add comments to all the functions in this file documenting what they're for. by Rob Landley · 18 years ago
  73. 2c55fca Thinko spotted by Vladimir Dronnikov. by Rob Landley · 18 years ago
  74. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  75. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  76. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  77. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  78. 83169c6 Tito writes: If the gecos field of an user is empty, obscure reports a false "similar to gecos" error. by Mike Frysinger · 18 years ago
  79. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  80. 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
  81. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  82. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  83. 22d3958 Denis Vlasenko spotted the lack of bounds checking in my first attempt at by Rob Landley · 18 years ago
  84. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  85. 5b88a38 Add itoa and utoa to see what Denis Vlasenko thinks. by Rob Landley · 18 years ago
  86. 9ebd1bd Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to by Rob Landley · 18 years ago
  87. c9f423a Correct the comment to match the code. by "Robert P. J. Day" · 18 years ago
  88. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  89. 087b9d6 Allow a user-configurable minimum password length. by "Robert P. J. Day" · 18 years ago
  90. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  91. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  92. 8bbdb87 This kind of paranoia is a debug option at best. by Rob Landley · 18 years ago
  93. a6e6037 Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its by Rob Landley · 18 years ago
  94. 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
  95. a892bf8 Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" by Rob Landley · 18 years ago
  96. 934da82 Fix a possible race condition if two processes try to claim the same loop by Rob Landley · 18 years ago
  97. c983274 The logic to make cp -d or -P treat things like regular files should only by Rob Landley · 18 years ago
  98. 8437ede The type changed too. by Rob Landley · 18 years ago
  99. 5ab8f7d Use the new names for tty_baud_to_value() and tty_value_to_baud() again. by Peter Kjellerstedt · 18 years ago
  100. 57c1f73 Revert the last two patches to go back to a state before this file was by Rob Landley · 18 years ago