summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Credited Christophe Boyaniqu for interactive patch to rm.Mark Whitley2001-03-131-0/+4
* Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley2001-03-131-0/+25
* /* getopt not needed */Mark Whitley2001-03-101-0/+2
* Added some more '/* getopt not needed */' lines.Mark Whitley2001-03-093-0/+6
* Fixed df.c so that nfs volumes will display properly (fixing bug #1113).Eric Andersen2001-03-091-6/+10
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen2001-03-092-0/+4
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-097-28/+28
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-097-1/+8
* Eliminate superfluous test.Matt Kraai2001-03-071-2/+0
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley2001-03-073-39/+42
* Static-ify a variable. make du work with all the human-readable variantsEric Andersen2001-03-072-6/+17
* Fix up du so it behaves itself also.Eric Andersen2001-03-071-2/+2
* Fix up df so it works properlyEric Andersen2001-03-071-10/+5
* Fix up ls.c to ensure human readable works properly in all casesEric Andersen2001-03-071-5/+5
* I made these little simplifications a while back, bug forgot toEric Andersen2001-03-062-7/+3
* Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inMark Whitley2001-03-021-249/+301
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen2001-02-271-3/+0
* Add in kent robotti's updated dos2unix.cEric Andersen2001-02-221-38/+144
* Make md5sum not display filename when reading stdinEric Andersen2001-02-221-1/+6
* Oops! I left in my debug noise.Eric Andersen2001-02-211-3/+0
* df was totally broken. So I fixed it.Eric Andersen2001-02-211-11/+32
* Small patch from Kent Robotti to show megabytes in human-readable output.Mark Whitley2001-02-201-1/+2
* Minor cleanup.Eric Andersen2001-02-201-13/+11
* Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSEric Andersen2001-02-201-4/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-2043-61/+62
* Another patch from Vladimir to eliminate obsolete junk.Eric Andersen2001-02-182-9/+2
* Get rid of long stale usage message code.Eric Andersen2001-02-171-6/+3
* Fix compile error, sync() always returns 0 anyway.Glenn L McGrath2001-02-161-1/+3
* use perror_msg instead of perror to print the applet name.Eric Andersen2001-02-151-18/+31
* Fixed 'ls -s' so it actually displays block sizes again.Eric Andersen2001-02-151-3/+3
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-1437-52/+52
* Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen2001-02-141-0/+1392
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai2001-02-052-3/+3
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley2001-02-011-6/+5
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-3113-56/+56
* Cleanup patch from Vladimir N. Oleynik.Eric Andersen2001-01-311-8/+4
* Fix a stupid typo -- bug found by Larry Doolittle.Eric Andersen2001-01-301-1/+1
* Fix ls behavior for broken or very narrow terminals. Fix my_*Eric Andersen2001-01-301-17/+25
* Fix missing header file.Matt Kraai2001-01-291-0/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-2716-17/+17
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-2737-7/+72
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-274-5/+0
* Fix my braindamage -- remove termios and sighandling since they are notEric Andersen2001-01-261-1/+1
* I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen2001-01-261-51/+1
* Make cin be staticEric Andersen2001-01-261-1/+1
* Make ls understand termios.Eric Andersen2001-01-261-1/+60
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-4/+5
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen2001-01-251-6/+18
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-2/+6
* Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen2001-01-241-4/+0