- d274b53 last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' by Eric Andersen · 22 years ago
- 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
- 924f93e make_directory() will fail instantly so we dont need to test for failure here by Glenn L McGrath · 22 years ago
- 60943c5 Sane-ify the screen clearing stuff. -Erik by Eric Andersen · 22 years ago
- 18b76e6 Watch applet by Michael Habermann by Glenn L McGrath · 22 years ago
- 5d3cb7c move some globals to bss by Aaron Lehmann · 22 years ago
- acfc0d8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
- 03195fc Run through indent, fix comments by Glenn L McGrath · 22 years ago
- a199b17 Run through indent, specify cast by Glenn L McGrath · 22 years ago
- 14dad70 Run through indent by Glenn L McGrath · 22 years ago
- e3906fc Run through indent, fix BB_ define by Glenn L McGrath · 22 years ago
- 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
- df03932 Added the -I (isofmt) options to date, which comes in handy for scripts by Robert Griebl · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
- 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
- 009ae1f Little fix to avoid overflow by Eric Andersen · 22 years ago
- 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
- b0fd2b0 Fix a potential macro expansion problem... isspace can be by Eric Andersen · 22 years ago
- a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 22 years ago
- fc05909 last_patch41 from vodz to fix stty -F and similar by Eric Andersen · 22 years ago
- b99cb64 Include busybox.h before testing CONFIG_LOCALE_SUPPORT. by Manuel Novoa III · 22 years ago
- 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 22 years ago
- 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 22 years ago
- 95bf6da fix and shrink uuencode by Tim Riker · 23 years ago
- d598d41 Fix silly combinitorial oversight by Eric Andersen · 23 years ago
- ef38b39 Support noerror option by Eric Andersen · 23 years ago
- 00a6a75 Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> by Eric Andersen · 23 years ago
- 5f68736 ls could mis-color certain entries when previous commands by Eric Andersen · 23 years ago
- 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
- 265d229 Patch from Edward Betts <edward@debian.org> to add -x switch to du.c by Eric Andersen · 23 years ago
- fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
- fa15f70 Work around compiler/assembler problem and reduce code size at the same time. by Manuel Novoa III · 23 years ago
- 27eff03 Eliminate extra trailing space by Eric Andersen · 23 years ago
- 3ad0bd9 Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide by Eric Andersen · 23 years ago
- a1bbde7 list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. by Matt Kraai · 23 years ago
- 3bd31eb * fileutils/ls.c (showfiles): Display multiple short names on a line. by Matt Kraai · 23 years ago
- eb83478 * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a by Matt Kraai · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- 38c15be Avoid printing a trailing blank character. by Matt Kraai · 23 years ago
- ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
- 741f40b Use an int to hold the result of fgetc (bug noted by David Kimdon). by Matt Kraai · 23 years ago
- dba1145 Continue processing files if we are asked to touch, but not create, a file by Matt Kraai · 23 years ago
- 3eeab3b Update copyright and close file descriptors (noted by Axel Kittenberger). by Matt Kraai · 23 years ago
- c98c062 Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> by Eric Andersen · 23 years ago
- 6509f92 Combined size reduction changes by Glenn and myself. Added back in "unknown" by Manuel Novoa III · 23 years ago
- 9e6c9f7 Minor space saving improvments by Glenn L McGrath · 23 years ago
- 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
- c29ab97 woops. dotn pass NULL by Glenn L McGrath · 23 years ago
- 1477ad8 Simplify print function, prints an extra space if no filename, but saves 4 bytes by Glenn L McGrath · 23 years ago
- 02d090d Use enums for selected functionality, Reduce the size by nearly 100 Bytes by Glenn L McGrath · 23 years ago
- 26f8e95 David Kimdon <dwhedon@instant802.com> noticed a thinko by Eric Andersen · 23 years ago
- 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
- eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
- 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
- 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
- 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
- 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
- 1350666 Add -p support. by Matt Kraai · 23 years ago
- 5171bf6 SUSv2 specifies that if the extension is identical to the basename, it by Matt Kraai · 23 years ago
- 5944396 Scrub things and ditch uint64_t and use a custom type name by Eric Andersen · 23 years ago
- c61804e Fix dos2unix compile problem with certain glibc versions by Eric Andersen · 23 years ago
- d0b5be6 Remove BB_SH define entirely. by Matt Kraai · 23 years ago
- 2338d31 Use ferror(3) to check for errors, rather than inspecting errno. Thanks to by Matt Kraai · 23 years ago
- 0b7d70c Fix up some silly messups with the debian packaging, and a dumb by Eric Andersen · 23 years ago
- be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
- 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
- b6071b6 Fix permisions when reading from stdin by Glenn L McGrath · 23 years ago
- eba2605 Fix broken logic when wraping encoded data into rows, also simplifies it a bit by Glenn L McGrath · 23 years ago
- 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
- 089deca Rewrite based on wget uuencode function. by Glenn L McGrath · 23 years ago
- 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
- 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- 5552208 Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim by Eric Andersen · 23 years ago
- 91b8460 Cleanup from vodz by Eric Andersen · 23 years ago
- 5a4a46a Patch from vodz to support 'tr a-z A-Z' syntax. by Eric Andersen · 23 years ago
- 22ecf04 Per patch from vodz, change a couple of consts to defines, since by Eric Andersen · 23 years ago
- 7e51679 Pad the human readable output for 'ls -sh' to 6 chars, since we will by Eric Andersen · 23 years ago
- 8fa1bf7 Fix a silly logic error which caused symlinks to be printed twice, and by Eric Andersen · 23 years ago
- 8f01839 Fixed scaling problems involving make_human_readable_str. by Manuel Novoa III · 23 years ago
- a77cfbf ls -s was reporting bytes instead of blocks. by Manuel Novoa III · 23 years ago
- db15cb7 A really nice patch from Manuel Novoa III for compile time by Eric Andersen · 23 years ago
- a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
- ce98c19 A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> by Eric Andersen · 23 years ago
- 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
- e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
- ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
- f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 23 years ago
- 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 23 years ago
- 8b7a0d8 Some more patchelttes from Larry Doolittle. by Mark Whitley · 23 years ago
- 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 23 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
- 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
- b696763 (Almost) brand-new version of cut that supports muitiple lists of positions, by Mark Whitley · 23 years ago