1. 008c019 Fix for big endian machines by Glenn L McGrath · 21 years ago
  2. ae0f1e7 New applet sha1sum by Glenn L McGrath · 21 years ago
  3. 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 21 years ago
  4. a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 21 years ago
  5. fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 22 years ago
  6. 4d00129 Correct column width for tab completion and ls by Glenn L McGrath · 22 years ago
  7. 76ff0da Support the obsolete '+' option by Glenn L McGrath · 22 years ago
  8. 29f9b2f Add missing header file to squash a warning by Eric Andersen · 22 years ago
  9. 7b4e89b Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III by Glenn L McGrath · 22 years ago
  10. 62fae30 Realpath applet by Glenn L McGrath · 22 years ago
  11. b077c9f Fixup buffer allocation by Eric Andersen · 22 years ago
  12. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  13. eaed78a Style by Glenn L McGrath · 22 years ago
  14. cdf142a Woops, forgot they printout applet name as well.... by Glenn L McGrath · 22 years ago
  15. d7d5f42 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  16. 8e027f6 Use printf instead of fprintf(stdout by Glenn L McGrath · 22 years ago
  17. 822e7fd When making parent directories set permissions based on the base parent tree rather than the new directory to be created. by Glenn L McGrath · 22 years ago
  18. e16860d Will the real od.c please stand up! (my previous commit was a mistake) by Glenn L McGrath · 22 years ago
  19. 59870e8 Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> by Glenn L McGrath · 22 years ago
  20. d274b53 last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' by Eric Andersen · 22 years ago
  21. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  22. 924f93e make_directory() will fail instantly so we dont need to test for failure here by Glenn L McGrath · 22 years ago
  23. 60943c5 Sane-ify the screen clearing stuff. -Erik by Eric Andersen · 22 years ago
  24. 18b76e6 Watch applet by Michael Habermann by Glenn L McGrath · 22 years ago
  25. 5d3cb7c move some globals to bss by Aaron Lehmann · 22 years ago
  26. acfc0d8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
  27. 03195fc Run through indent, fix comments by Glenn L McGrath · 22 years ago
  28. a199b17 Run through indent, specify cast by Glenn L McGrath · 22 years ago
  29. 14dad70 Run through indent by Glenn L McGrath · 22 years ago
  30. e3906fc Run through indent, fix BB_ define by Glenn L McGrath · 22 years ago
  31. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  32. df03932 Added the -I (isofmt) options to date, which comes in handy for scripts by Robert Griebl · 22 years ago
  33. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  34. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  35. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  36. 009ae1f Little fix to avoid overflow by Eric Andersen · 22 years ago
  37. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  38. b0fd2b0 Fix a potential macro expansion problem... isspace can be by Eric Andersen · 22 years ago
  39. a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 22 years ago
  40. fc05909 last_patch41 from vodz to fix stty -F and similar by Eric Andersen · 22 years ago
  41. b99cb64 Include busybox.h before testing CONFIG_LOCALE_SUPPORT. by Manuel Novoa III · 22 years ago
  42. 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 22 years ago
  43. 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 22 years ago
  44. 95bf6da fix and shrink uuencode by Tim Riker · 22 years ago
  45. d598d41 Fix silly combinitorial oversight by Eric Andersen · 22 years ago
  46. ef38b39 Support noerror option by Eric Andersen · 22 years ago
  47. 00a6a75 Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> by Eric Andersen · 22 years ago
  48. 5f68736 ls could mis-color certain entries when previous commands by Eric Andersen · 22 years ago
  49. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 22 years ago
  50. 265d229 Patch from Edward Betts <edward@debian.org> to add -x switch to du.c by Eric Andersen · 22 years ago
  51. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 22 years ago
  52. fa15f70 Work around compiler/assembler problem and reduce code size at the same time. by Manuel Novoa III · 22 years ago
  53. 27eff03 Eliminate extra trailing space by Eric Andersen · 22 years ago
  54. 3ad0bd9 Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide by Eric Andersen · 22 years ago
  55. a1bbde7 list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. by Matt Kraai · 22 years ago
  56. 3bd31eb * fileutils/ls.c (showfiles): Display multiple short names on a line. by Matt Kraai · 22 years ago
  57. eb83478 * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a by Matt Kraai · 22 years ago
  58. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  59. 38c15be Avoid printing a trailing blank character. by Matt Kraai · 23 years ago
  60. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  61. 741f40b Use an int to hold the result of fgetc (bug noted by David Kimdon). by Matt Kraai · 23 years ago
  62. dba1145 Continue processing files if we are asked to touch, but not create, a file by Matt Kraai · 23 years ago
  63. 3eeab3b Update copyright and close file descriptors (noted by Axel Kittenberger). by Matt Kraai · 23 years ago
  64. c98c062 Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> by Eric Andersen · 23 years ago
  65. 6509f92 Combined size reduction changes by Glenn and myself. Added back in "unknown" by Manuel Novoa III · 23 years ago
  66. 9e6c9f7 Minor space saving improvments by Glenn L McGrath · 23 years ago
  67. 74afa9a When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302) by Glenn L McGrath · 23 years ago
  68. c29ab97 woops. dotn pass NULL by Glenn L McGrath · 23 years ago
  69. 1477ad8 Simplify print function, prints an extra space if no filename, but saves 4 bytes by Glenn L McGrath · 23 years ago
  70. 02d090d Use enums for selected functionality, Reduce the size by nearly 100 Bytes by Glenn L McGrath · 23 years ago
  71. 26f8e95 David Kimdon <dwhedon@instant802.com> noticed a thinko by Eric Andersen · 23 years ago
  72. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  73. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  74. 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
  75. 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
  76. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  77. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  78. 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
  79. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  80. 1350666 Add -p support. by Matt Kraai · 23 years ago
  81. 5171bf6 SUSv2 specifies that if the extension is identical to the basename, it by Matt Kraai · 23 years ago
  82. 5944396 Scrub things and ditch uint64_t and use a custom type name by Eric Andersen · 23 years ago
  83. c61804e Fix dos2unix compile problem with certain glibc versions by Eric Andersen · 23 years ago
  84. d0b5be6 Remove BB_SH define entirely. by Matt Kraai · 23 years ago
  85. 2338d31 Use ferror(3) to check for errors, rather than inspecting errno. Thanks to by Matt Kraai · 23 years ago
  86. 0b7d70c Fix up some silly messups with the debian packaging, and a dumb by Eric Andersen · 23 years ago
  87. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  88. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  89. bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
  90. 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
  91. b6071b6 Fix permisions when reading from stdin by Glenn L McGrath · 23 years ago
  92. eba2605 Fix broken logic when wraping encoded data into rows, also simplifies it a bit by Glenn L McGrath · 23 years ago
  93. 4e664ac The src buffer size has to be a multiple of 3 (as i noted, but didnt do). by Glenn L McGrath · 23 years ago
  94. 089deca Rewrite based on wget uuencode function. by Glenn L McGrath · 23 years ago
  95. 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
  96. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  97. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  98. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  99. 5552208 Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim by Eric Andersen · 23 years ago
  100. 91b8460 Cleanup from vodz by Eric Andersen · 23 years ago