1. d24d5c8 - ditch 2 bytes by Bernhard Reutner-Fischer · 17 years ago
  2. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  3. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  4. d65ea39 hush: fix glob() abuse. Code was making unfounded assumptions how by Denis Vlasenko · 17 years ago
  5. ff09762 hush: int->smallint for flag vars; make some names more "greppable" by Denis Vlasenko · 17 years ago
  6. 8412d79 hush: feeble attempt at making it more NOMMU-friendly by Denis Vlasenko · 17 years ago
  7. a089817 hush: stop doing manual acounting of open fd's, kernel can do it for us by Denis Vlasenko · 17 years ago
  8. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  9. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  10. d7b3350 dhcpreplay: code shrink, -40 bytes by Denis Vlasenko · 17 years ago
  11. 5fb0965 fixlet to pgrep/pkill by Denis Vlasenko · 17 years ago
  12. a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
  13. 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
  14. 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
  15. e03c77f announce 1.7.2 on the website by Denis Vlasenko · 17 years ago
  16. f60d626 small code shrink by Denis Vlasenko · 17 years ago
  17. 64e619c build system: pass EXTRA_LDFLAGS to final link stage by Denis Vlasenko · 17 years ago
  18. 304a97a trivial typo fix by Denis Vlasenko · 17 years ago
  19. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  20. 2450e4b xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run time by Denis Vlasenko · 17 years ago
  21. 1ebd0a6 remove if() which is always true by Denis Vlasenko · 17 years ago
  22. 66bbfbd bunzip2: trim verbose messages by Denis Vlasenko · 17 years ago
  23. 3d2a921 httpd: trivial simplification by Denis Vlasenko · 17 years ago
  24. ab8c937 more "if (p) free(p)" fixes; fix a typo in comment by Denis Vlasenko · 17 years ago
  25. 6081868 fix "if (p) free(p)" constructs by Denis Vlasenko · 17 years ago
  26. e918e15 remove stray semicolon by Denis Vlasenko · 17 years ago
  27. 0afdfdf hdparm: paranoia-induced fix against theoretical div-by-0 case by Denis Vlasenko · 17 years ago
  28. 920c52a hdparm: more robust (re overflows) code. +38 bytes. by Denis Vlasenko · 17 years ago
  29. a0ad43b trivial fix in setfiles. spotted by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
  30. a7bc9ac hdparm: reduce possibility of numeric overflow in -T. by Denis Vlasenko · 17 years ago
  31. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  32. c3122bc hdparm: simplify timing measurement (it wa the last last user by Denis Vlasenko · 17 years ago
  33. 0d3c6af hdparm: get rid of static variables by Denis Vlasenko · 17 years ago
  34. 8607677 libbb: make const_int_0 reside in rodata by Denis Vlasenko · 17 years ago
  35. 1d31f0f libbb: align bb_common_bufsiz1 to "long long" by Denis Vlasenko · 17 years ago
  36. 78e2d4e less: make 'f' page forward by Denis Vlasenko · 17 years ago
  37. a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
  38. 6124c37 zcip: fix unaligned trap on ARM by Denis Vlasenko · 17 years ago
  39. 7c654ae remove stray '/*' within comment by Denis Vlasenko · 17 years ago
  40. 892536f hdparm: use fixed fd #3 for device being interrogated by Denis Vlasenko · 17 years ago
  41. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  42. 1acdc89 style and message text fixes by Denis Vlasenko · 17 years ago
  43. 86b29ea lineedit: plug memory leak by Denis Vlasenko · 17 years ago
  44. 33b900f vlock: get rid of statics by Denis Vlasenko · 17 years ago
  45. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  46. c9dc2ac make variables static by Denis Vlasenko · 17 years ago
  47. a619b85 check-lxdialog.sh: no point in giving up, maybe -lcurses will work? by Denis Vlasenko · 17 years ago
  48. b042bd9 load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  49. dd5e11b chcon: trivial fix by Denis Vlasenko · 17 years ago
  50. 7ae209c losetup: support -f (Loic Grenie <loic.grenie@gmail.com>) by Denis Vlasenko · 17 years ago
  51. 137fbe4 runsvdir: fix "linear wait time" bug by Denis Vlasenko · 17 years ago
  52. 3982407 inetd: move struct fields around -> save .25 k of code by Denis Vlasenko · 17 years ago
  53. 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
  54. 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
  55. ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
  56. 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
  57. d9391b1 ed: large cleanup by Denis Vlasenko · 17 years ago
  58. a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
  59. d9c6a00 insmod: shorten message text; style fixes by Denis Vlasenko · 17 years ago
  60. e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
  61. 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
  62. 46a5306 ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>) by Denis Vlasenko · 17 years ago
  63. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  64. a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
  65. 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
  66. 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
  67. 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
  68. 512a545 inetd: make some fields smaller, move data out of data/bss sections by Denis Vlasenko · 17 years ago
  69. 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
  70. 06b3cc2 make fdisk compile on libc without llseek64 by Denis Vlasenko · 17 years ago
  71. 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
  72. 9a4e08e include libbb.h, not busybox.h by Denis Vlasenko · 17 years ago
  73. 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
  74. 3a252b8 - add microcom to defconfig by Bernhard Reutner-Fischer · 17 years ago
  75. 23856ab move microcom to miscutils by Denis Vlasenko · 17 years ago
  76. f588f70 - remove some trailing whitespace by Bernhard Reutner-Fischer · 17 years ago
  77. f34e821 microcom: add copyright/license info by Denis Vlasenko · 17 years ago
  78. 7b70d78 ash: remove erroneously applied patch by Denis Vlasenko · 17 years ago
  79. f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
  80. bcceb0c ash: s/int/smallint/. -60 bytes. by Denis Vlasenko · 17 years ago
  81. fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
  82. 7076695 microcom: add new applet, this time for real by Denis Vlasenko · 17 years ago
  83. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  84. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  85. 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
  86. 27bd8d7 announce 1.7.1 on website by Denis Vlasenko · 17 years ago
  87. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  88. 32eb1f6 webpage: add a link to vda's "init must die" page by Denis Vlasenko · 17 years ago
  89. a9335ea cp: make it a bit closer to POSIX, but still refuse to open and by Denis Vlasenko · 17 years ago
  90. fa05074 cp: make "cp file /dev/node" special case; explained in comments by Denis Vlasenko · 17 years ago
  91. 976690a run_shell: code shrink for selinux by Denis Vlasenko · 17 years ago
  92. a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
  93. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  94. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  95. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  96. bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
  97. 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
  98. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  99. e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
  100. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago