1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  3. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  4. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  5. 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 18 years ago
  6. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  7. 9947a24 Patch from Rich Felker: by Rob Landley · 18 years ago
  8. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 18 years ago
  9. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 18 years ago
  10. 425e758 Patch from Rich Felker to make ls use libc's qsort. by Rob Landley · 18 years ago
  11. 2631486 Patch from Shaun Jackman: by Rob Landley · 18 years ago
  12. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 18 years ago
  13. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 18 years ago
  14. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  15. 08abe64 Selinux fix from Jan Kiszka. by Rob Landley · 19 years ago
  16. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  17. c1ef7bd just whitespace by Tim Riker · 19 years ago
  18. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  19. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  20. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  21. a8c23aa - usage fresh bb_getopt_ulflags for ls -- very size reduce. by "Vladimir N. Oleynik" · 19 years ago
  22. 156dc41 commiting patch from bug 71: by Paul Fox · 19 years ago
  23. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 19 years ago
  24. afc9ab8 Patch from David Daney to make the -i option work with -l. by Glenn L McGrath · 20 years ago
  25. 52499cb Tito writes: by Eric Andersen · 20 years ago
  26. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  27. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  28. 97310d0 Brian Pomerantz writes: by Eric Andersen · 20 years ago
  29. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  30. 1117c52 Fix broken sort order flags. by Manuel Novoa III · 20 years ago
  31. c4db083 Patch from Matt Kraai to fix debian bug number 231994. by Glenn L McGrath · 21 years ago
  32. d07cf59 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  33. 65b6d8b Fix a bug where `ls -le` would print the time twice. by Glenn L McGrath · 21 years ago
  34. 792cae5 Use bb_getopt_ulflags, save 200-300 bytes by Glenn L McGrath · 21 years ago
  35. 6d68781 Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling by Eric Andersen · 21 years ago
  36. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  37. b7ebc61 Michael Sternberg writes: by Eric Andersen · 21 years ago
  38. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  39. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  40. fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 22 years ago
  41. 4d00129 Correct column width for tab completion and ls by Glenn L McGrath · 22 years ago
  42. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  43. 8e027f6 Use printf instead of fprintf(stdout by Glenn L McGrath · 22 years ago
  44. e3906fc Run through indent, fix BB_ define by Glenn L McGrath · 22 years ago
  45. d598d41 Fix silly combinitorial oversight by Eric Andersen · 22 years ago
  46. 5f68736 ls could mis-color certain entries when previous commands by Eric Andersen · 22 years ago
  47. 3ad0bd9 Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide by Eric Andersen · 22 years ago
  48. a1bbde7 list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. by Matt Kraai · 22 years ago
  49. 3bd31eb * fileutils/ls.c (showfiles): Display multiple short names on a line. by Matt Kraai · 22 years ago
  50. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  51. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  52. bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
  53. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  54. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  55. 7e51679 Pad the human readable output for 'ls -sh' to 6 chars, since we will by Eric Andersen · 23 years ago
  56. a77cfbf ls -s was reporting bytes instead of blocks. by Manuel Novoa III · 23 years ago
  57. 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
  58. f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 23 years ago
  59. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  60. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  61. 782ab3c Simplify pathname building, in which a bug was noted by Larry Doolittle, by Matt Kraai · 23 years ago
  62. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  63. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  64. 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 23 years ago
  65. c835567 Fix ls so it uses make_human_readable_str() the same way already by Eric Andersen · 23 years ago
  66. 9a21446 Applied patch from David Douthitt to fix problem where ls reports half the by Mark Whitley · 23 years ago
  67. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  68. ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
  69. 651f8c0 Fix up ls.c to ensure human readable works properly in all cases by Eric Andersen · 24 years ago
  70. 8b728a2 I made these little simplifications a while back, bug forgot to by Eric Andersen · 24 years ago
  71. f1142c5 Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS by Eric Andersen · 24 years ago
  72. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  73. 81bcc92 Fixed 'ls -s' so it actually displays block sizes again. -Erik by Eric Andersen · 24 years ago
  74. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  75. 9b300d0 Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. by Mark Whitley · 24 years ago
  76. 30f64c3 Fix a stupid typo -- bug found by Larry Doolittle. by Eric Andersen · 24 years ago
  77. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  78. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  79. a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
  80. 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
  81. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  82. 5307eca Make ls understand termios. -Erik by Eric Andersen · 24 years ago
  83. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  84. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  85. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  86. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  87. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  88. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  89. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  90. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  91. cf1189f Patch from Matt Kraai to fix an infinate loop with ls -aR by Eric Andersen · 24 years ago
  92. e93abf9 Fixed user and group name listing. by Matt Kraai · 24 years ago
  93. 3e07541 This was redundant by Eric Andersen · 24 years ago
  94. a5bd268 Make features independent. by Matt Kraai · 24 years ago
  95. b273d66 We also need to declare info if the USERNAMES feature is enabled. by Matt Kraai · 24 years ago
  96. 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
  97. 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
  98. e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
  99. 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 24 years ago
  100. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago