1. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  2. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  3. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  4. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  5. ccb8e4b fsck: fix incorrect handling of child exit by Denys Vlasenko · 7 years ago
  6. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  7. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  8. eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
  9. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  10. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  11. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  12. c418f48 fsck: use printf for message, not bb_info_msg by Denys Vlasenko · 9 years ago
  13. 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
  14. c4fb8c6 fsck: do not use statics by Denys Vlasenko · 9 years ago
  15. 000eda4 e2fsprogs/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  16. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  17. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  18. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  19. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  20. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  21. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  22. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  23. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  24. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  25. 0d7e2e7 fsck: add comment clarifying exit codes by Denys Vlasenko · 15 years ago
  26. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  27. 7649bd0 fsck: more clever (->smaller) handling of parameters by Denys Vlasenko · 15 years ago
  28. 6683745 fsck: remove a few statics by Denys Vlasenko · 15 years ago
  29. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  30. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  31. b9f5d59 fsck: use getmntent_r instead of open-coded parsing. By Vladimir by Denis Vlasenko · 16 years ago
  32. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  33. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  34. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  35. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  36. a55bd05 fsck: shrink (we were passing around some params which were unused) by Denis Vlasenko · 17 years ago
  37. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set 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. 30eb319 fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) by Denis Vlasenko · 17 years ago
  40. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  41. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  42. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  43. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  44. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  45. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  46. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  47. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  48. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  49. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  50. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  51. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  52. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  53. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  54. f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
  55. e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
  56. 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
  57. a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
  58. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  59. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  60. c4f623e put small subset of e2fsprogs back in the tree: by Denis Vlasenko · 18 years ago
  61. 64c5402 remove e2fsprogs. Nobody volunteered to clean up that mess by Denis Vlasenko · 18 years ago
  62. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  63. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  64. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  65. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  66. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  67. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  68. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  69. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  70. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  71. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  72. 7ccb65f Yet more "#if 0" content removed. by "Robert P. J. Day" · 18 years ago
  73. 7c94bed Big dead code elimination pass from Garrett. by Rob Landley · 19 years ago
  74. f834603 kill off pointless malloc.h include by Mike Frysinger · 19 years ago
  75. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago
  76. c1ef7bd just whitespace by Tim Riker · 19 years ago
  77. 350865e remove bug: fsck do not know path by "Vladimir N. Oleynik" · 19 years ago
  78. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  79. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  80. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  81. 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
  82. d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
  83. 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
  84. ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
  85. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  86. 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
  87. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago