aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2001-03-02Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inMark Whitley
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-22Make md5sum not display filename when reading stdinEric Andersen
2001-02-21Oops! I left in my debug noise.Eric Andersen
2001-02-21df was totally broken. So I fixed it.Eric Andersen
2001-02-20Small patch from Kent Robotti to show megabytes in human-readable output.Mark Whitley
2001-02-20Minor cleanup.Eric Andersen
2001-02-20Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-18Another patch from Vladimir to eliminate obsolete junk.Eric Andersen
2001-02-17Get rid of long stale usage message code.Eric Andersen
2001-02-16Fix compile error, sync() always returns 0 anyway.Glenn L McGrath
2001-02-15use perror_msg instead of perror to print the applet name.Eric Andersen
2001-02-15Fixed 'ls -s' so it actually displays block sizes again.Eric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai
2001-02-01Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31Cleanup patch from Vladimir N. Oleynik.Eric Andersen
2001-01-30Fix a stupid typo -- bug found by Larry Doolittle.Eric Andersen
2001-01-30Fix ls behavior for broken or very narrow terminals. Fix my_*Eric Andersen
2001-01-29Fix missing header file.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
2001-01-26Fix my braindamage -- remove termios and sighandling since they are notEric Andersen
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen
2001-01-26Make cin be staticEric Andersen
2001-01-26Make ls understand termios.Eric Andersen
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen
2001-01-24more bugs fixed -- found doing regression testingEric Andersen
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-22Fix silly typoEric Andersen
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2001-01-17Complicate truncate behavior.Matt Kraai
2001-01-05Turned some #define constants into static const ints.Mark Whitley
2001-01-05Rewrote tail.Matt Kraai
2001-01-04Changed email address to codepoet.org, updated list of applets / docs IMark Whitley
2000-12-30Improvements from Vladimir N. Oleynik.Matt Kraai
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai
2000-12-20Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEEric Andersen
2000-12-20Fix a warning in sh.c. Remove use of getline() in md5sum sinceEric Andersen
2000-12-20Rewrote.Matt Kraai