1. 20be63f tr: fix yet another access past the end of a string (bug 4374) by Denis Vlasenko · 16 years ago
  2. 043d15d tr: fix "tr [=" case. Closes bug 4374. by Denis Vlasenko · 16 years ago
  3. 5e40070 tr: fix "access past the end of a string" bug 4354 by Denis Vlasenko · 16 years ago
  4. 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
  5. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  6. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  7. 08d120e chown: do not use static data by Denis Vlasenko · 16 years ago
  8. 9e3a540 cut: stop using static data. This alone removed ~70 bytes of code. by Denis Vlasenko · 16 years ago
  9. a525403 cal: remove lone static data variable. -4 bytes. coreutils by Denis Vlasenko · 16 years ago
  10. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  11. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  12. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  13. 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
  14. a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
  15. 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
  16. d6817f5 install: do not chown intermediate directories with install -d; shrink by Denis Vlasenko · 16 years ago
  17. 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
  18. 8ddb641 tee: fix infinite looping on open error (echo asd | tee "") by Denis Vlasenko · 16 years ago
  19. 97faf53 sleep: make fractional seconds separately selectable in .config by Denis Vlasenko · 16 years ago
  20. bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
  21. 51f1b6c ls: fix a bug where we may use uninintialized variable by Denis Vlasenko · 16 years ago
  22. 4b8171c tee: "-" is a name for stdout, handle it that way by Denis Vlasenko · 16 years ago
  23. adbb73b sleep: if FANCY && DESKTOP, support fractional seconds, minutes, by Denis Vlasenko · 16 years ago
  24. 34e8f6a *: add FAST_FUNC markers by Denis Vlasenko · 16 years ago
  25. 13afb2a mv: fix a case when we move dangling symlink by Denis Vlasenko · 16 years ago
  26. f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
  27. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  28. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  29. e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
  30. d4f7243 - fix trivial exploit vector when setXid by Ned Ludd · 16 years ago
  31. 9579d87 fix FAST_FUNC fallout by Denis Vlasenko · 16 years ago
  32. ed90bda touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile) by Denis Vlasenko · 16 years ago
  33. b75fe79 stat: pointers are not 0L, they are NULL man: better error handling by Denis Vlasenko · 16 years ago
  34. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  35. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  36. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  37. 4a689e9 fix trivial error with inverted exit code in ls by Denis Vlasenko · 16 years ago
  38. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  39. a1767a1 dos2unix: do not destroy symlinks and mode of the file being converted. by Denis Vlasenko · 17 years ago
  40. c7497ea build system: introduce FEATURE_ASSUME_UNICODE by Denis Vlasenko · 17 years ago
  41. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  42. a76669c printf: fix a trivial bug by Denis Vlasenko · 17 years ago
  43. 1d1bba4 printf: code shrink by eliminating string alloc/copy by Denis Vlasenko · 17 years ago
  44. cf575ca - optionally pass additional flags down to nm by Bernhard Reutner-Fischer · 17 years ago
  45. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  46. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  47. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  48. b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
  49. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  50. 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
  51. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  52. 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
  53. dcbd350 echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) by Denis Vlasenko · 17 years ago
  54. e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
  55. e6520f0 date: complain if there are extraneout arguments by Denis Vlasenko · 17 years ago
  56. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  57. 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
  58. 9d4a17e dd: fix recent breakage (was comparing "if" with "if=" etc). by Denis Vlasenko · 17 years ago
  59. be002ad add forgotten files. I am forgetting it all the time :( by Denis Vlasenko · 17 years ago
  60. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  61. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
  62. 7089c31 od: fix "od -b" by Denis Vlasenko · 17 years ago
  63. 80f647c build system: use POSIX options only for cp cp: improve comment by Denis Vlasenko · 17 years ago
  64. 7b6d9d6 dd: support conv=fsync dd: support "dd --" if CONFIG_DESKTOP=y by Denis Vlasenko · 17 years ago
  65. a7f4e4b expr: fix comparisons 'a < b' where we were overflowing a-b by Denis Vlasenko · 17 years ago
  66. c59d802 basename: tiny shrink by Denis Vlasenko · 17 years ago
  67. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  68. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
  69. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  70. 9ce4ae8 date: make help text more understandable; small shrink by Denis Vlasenko · 17 years ago
  71. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  72. 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 17 years ago
  73. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  74. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  75. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  76. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  77. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  78. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  79. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  80. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  81. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  82. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  83. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  84. a2f4735 forgotten bit of rmdir long options support by Denis Vlasenko · 17 years ago
  85. 52feee9 rmdir: optional long options support for Debian users. +68 bytes. by Denis Vlasenko · 17 years ago
  86. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  87. e8419c9 tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) by Denis Vlasenko · 17 years ago
  88. 5429636 dos2unix: shrink by Denis Vlasenko · 17 years ago
  89. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  90. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  91. d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
  92. 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
  93. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  94. 1e2a7e4 test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite by Denis Vlasenko · 17 years ago
  95. 97bd0e0 README: doccument the need of CONFIG_DESKTOP by Denis Vlasenko · 17 years ago
  96. f8157ca nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> by Denis Vlasenko · 17 years ago
  97. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  98. da42bd5 stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) by Denis Vlasenko · 17 years ago
  99. de24bd9 tac: handle NULs properly. +145 bytes by Denis Vlasenko · 17 years ago
  100. 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago