1. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  2. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  3. fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 22 years ago
  4. 4d00129 Correct column width for tab completion and ls by Glenn L McGrath · 22 years ago
  5. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  6. 8e027f6 Use printf instead of fprintf(stdout by Glenn L McGrath · 22 years ago
  7. e3906fc Run through indent, fix BB_ define by Glenn L McGrath · 22 years ago
  8. d598d41 Fix silly combinitorial oversight by Eric Andersen · 22 years ago
  9. 5f68736 ls could mis-color certain entries when previous commands by Eric Andersen · 22 years ago
  10. 3ad0bd9 Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide by Eric Andersen · 22 years ago
  11. a1bbde7 list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. by Matt Kraai · 23 years ago
  12. 3bd31eb * fileutils/ls.c (showfiles): Display multiple short names on a line. by Matt Kraai · 23 years ago
  13. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  14. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  15. bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
  16. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  17. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  18. 7e51679 Pad the human readable output for 'ls -sh' to 6 chars, since we will by Eric Andersen · 23 years ago
  19. a77cfbf ls -s was reporting bytes instead of blocks. by Manuel Novoa III · 23 years ago
  20. 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
  21. f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 23 years ago
  22. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  23. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  24. 782ab3c Simplify pathname building, in which a bug was noted by Larry Doolittle, by Matt Kraai · 23 years ago
  25. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  26. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  27. 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 23 years ago
  28. c835567 Fix ls so it uses make_human_readable_str() the same way already by Eric Andersen · 23 years ago
  29. 9a21446 Applied patch from David Douthitt to fix problem where ls reports half the by Mark Whitley · 23 years ago
  30. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  31. ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
  32. 651f8c0 Fix up ls.c to ensure human readable works properly in all cases by Eric Andersen · 24 years ago
  33. 8b728a2 I made these little simplifications a while back, bug forgot to by Eric Andersen · 24 years ago
  34. f1142c5 Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS by Eric Andersen · 24 years ago
  35. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  36. 81bcc92 Fixed 'ls -s' so it actually displays block sizes again. -Erik by Eric Andersen · 24 years ago
  37. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  38. 9b300d0 Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. by Mark Whitley · 24 years ago
  39. 30f64c3 Fix a stupid typo -- bug found by Larry Doolittle. by Eric Andersen · 24 years ago
  40. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  41. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  42. a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
  43. 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
  44. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  45. 5307eca Make ls understand termios. -Erik by Eric Andersen · 24 years ago
  46. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  47. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  48. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  49. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  50. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  51. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  52. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  53. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  54. cf1189f Patch from Matt Kraai to fix an infinate loop with ls -aR by Eric Andersen · 24 years ago
  55. e93abf9 Fixed user and group name listing. by Matt Kraai · 24 years ago
  56. 3e07541 This was redundant by Eric Andersen · 24 years ago
  57. a5bd268 Make features independent. by Matt Kraai · 24 years ago
  58. b273d66 We also need to declare info if the USERNAMES feature is enabled. by Matt Kraai · 24 years ago
  59. 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
  60. 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
  61. e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
  62. 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 24 years ago
  63. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  64. a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
  65. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  66. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  67. 3a0f4ba Fixed a warning about a label not being used by Pavel Roskin · 24 years ago
  68. 79565b6 Add optional ls file sorting, thanks to a patch from by Eric Andersen · 24 years ago
  69. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  70. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  71. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  72. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  73. 5d893b6 Remove MAXNAMLEN and use BUFSIZ instead. -Erik by Eric Andersen · 24 years ago
  74. 7c31ea4 Added support for ignoring '-g' per GNU ls, thanks to David Vrabel by Eric Andersen · 24 years ago
  75. a42982e * Fixed 'swapon -a' and 'swapoff -a', which were broken. by Eric Andersen · 24 years ago
  76. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  77. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  78. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 24 years ago
  79. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 24 years ago
  80. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  81. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  82. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  83. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  84. ccc7488 Fixed ls formatting for 8 char user names. -Erik by Erik Andersen · 25 years ago
  85. 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
  86. 394f764 Stuf by Eric Andersen · 25 years ago
  87. e1850dd Stuf by Eric Andersen · 25 years ago
  88. 08b1034 Stuf by Eric Andersen · 25 years ago
  89. 50d6360 Stuff by Eric Andersen · 25 years ago
  90. 07e5297 init and ls -l fixes by Eric Andersen · 25 years ago
  91. f5a3838 More stuff by Eric Andersen · 25 years ago
  92. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  93. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  94. bed30e9 More fixes by Eric Andersen · 25 years ago
  95. 3c16382 Fixed cp -[aR] and some other stuf. by Eric Andersen · 25 years ago
  96. 2c10301 More stuff by Eric Andersen · 25 years ago
  97. 9d3aba7 more stuff by Eric Andersen · 25 years ago
  98. cc8ed39 Initial revision by Eric Andersen · 25 years ago