aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2001-03-13Credited Christophe Boyaniqu for interactive patch to rm.Mark Whitley
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2001-03-10/* getopt not needed */Mark Whitley
2001-03-09Added some more '/* getopt not needed */' lines.Mark Whitley
2001-03-09Fixed df.c so that nfs volumes will display properly (fixing bug #1113).Eric Andersen
2001-03-09Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-03-07Eliminate superfluous test.Matt Kraai
2001-03-07Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley
2001-03-07Static-ify a variable. make du work with all the human-readable variantsEric Andersen
2001-03-07Fix up du so it behaves itself also.Eric Andersen
2001-03-07Fix up df so it works properlyEric Andersen
2001-03-07Fix up ls.c to ensure human readable works properly in all casesEric Andersen
2001-03-06I made these little simplifications a while back, bug forgot toEric Andersen
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