1. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  2. 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
  3. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  4. 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
  5. dcbd350 echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) by Denis Vlasenko · 17 years ago
  6. e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
  7. e6520f0 date: complain if there are extraneout arguments by Denis Vlasenko · 17 years ago
  8. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  9. 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
  10. 9d4a17e dd: fix recent breakage (was comparing "if" with "if=" etc). by Denis Vlasenko · 17 years ago
  11. be002ad add forgotten files. I am forgetting it all the time :( by Denis Vlasenko · 17 years ago
  12. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  13. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
  14. 7089c31 od: fix "od -b" by Denis Vlasenko · 17 years ago
  15. 80f647c build system: use POSIX options only for cp cp: improve comment by Denis Vlasenko · 17 years ago
  16. 7b6d9d6 dd: support conv=fsync dd: support "dd --" if CONFIG_DESKTOP=y by Denis Vlasenko · 17 years ago
  17. a7f4e4b expr: fix comparisons 'a < b' where we were overflowing a-b by Denis Vlasenko · 17 years ago
  18. c59d802 basename: tiny shrink by Denis Vlasenko · 17 years ago
  19. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  20. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
  21. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  22. 9ce4ae8 date: make help text more understandable; small shrink by Denis Vlasenko · 17 years ago
  23. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  24. 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 17 years ago
  25. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  26. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  27. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  28. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  29. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  30. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  31. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  32. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  33. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  34. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  35. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  36. a2f4735 forgotten bit of rmdir long options support by Denis Vlasenko · 17 years ago
  37. 52feee9 rmdir: optional long options support for Debian users. +68 bytes. by Denis Vlasenko · 17 years ago
  38. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  39. e8419c9 tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) by Denis Vlasenko · 17 years ago
  40. 5429636 dos2unix: shrink by Denis Vlasenko · 17 years ago
  41. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  42. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  43. d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
  44. 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
  45. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  46. 1e2a7e4 test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite by Denis Vlasenko · 17 years ago
  47. 97bd0e0 README: doccument the need of CONFIG_DESKTOP by Denis Vlasenko · 17 years ago
  48. f8157ca nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> by Denis Vlasenko · 17 years ago
  49. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  50. da42bd5 stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) by Denis Vlasenko · 17 years ago
  51. de24bd9 tac: handle NULs properly. +145 bytes by Denis Vlasenko · 17 years ago
  52. 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
  53. 482f2b3 tac: *really* add tac.c now by Denis Vlasenko · 17 years ago
  54. bcd5fc1 tac: new applet. ~240 bytes. by Denis Vlasenko · 17 years ago
  55. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  56. e4bc603 od: reduce data/bss usage (code size went down too) by Denis Vlasenko · 17 years ago
  57. e2532ab dd: fix a bug where we don't report write errors testsuite: small cleanup by Denis Vlasenko · 17 years ago
  58. 6672c8e test: stop using lots of bss. by Denis Vlasenko · 17 years ago
  59. c253778 touch: accept and ignore -f by Denis Vlasenko · 17 years ago
  60. dd8bbfd stty: reorganize data tables - save 0.5k by Denis Vlasenko · 17 years ago
  61. fe5e23b remove echo_main -> bb_echo indirection by Denis Vlasenko · 17 years ago
  62. 3831c91 cut: add proper stdout error handling, fix "-" handling; modest code shrink by Denis Vlasenko · 17 years ago
  63. 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago
  64. 2a587df stty: mark variable as static by Denis Vlasenko · 17 years ago
  65. 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
  66. a702457 - remove most of the forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  67. e897988 - add note about SUSv3 missing options. by Bernhard Reutner-Fischer · 17 years ago
  68. 01cd957 who: add -a (by Tito) by Denis Vlasenko · 17 years ago
  69. 6d38dc3 df: add -a df: don't special case rootfs and /dev/root by Denis Vlasenko · 17 years ago
  70. f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
  71. 8d0a734 tr: more of code shrink (getopt32-ification) by Denis Vlasenko · 17 years ago
  72. 3d46167 tr: better comments, small code shrink by Denis Vlasenko · 17 years ago
  73. a89d50f tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) by Denis Vlasenko · 17 years ago
  74. 05c8c4f who: code shrink by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  75. e5569cb who: fix wrong date/time field size by Denis Vlasenko · 17 years ago
  76. b4f608d readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small by Denis Vlasenko · 17 years ago
  77. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  78. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  79. 2ea8c40 stty: incorporate strings into struct instead of keeping pointers there. by Denis Vlasenko · 17 years ago
  80. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  81. 91e5203 stat: code shrink; stop using bss; stop using strncat incorrectly by Denis Vlasenko · 17 years ago
  82. 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
  83. 226002e tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ by Denis Vlasenko · 17 years ago
  84. 368a12e tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) by Denis Vlasenko · 17 years ago
  85. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  86. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  87. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  88. 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
  89. ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
  90. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  91. fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
  92. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  93. 21b83cf du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
  94. 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
  95. 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
  96. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  97. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
  98. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  99. a0319ba hdparm: shrink rodata by ~250 bytes by Denis Vlasenko · 17 years ago
  100. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago