aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make md5sum not display filename when reading stdinandersen2001-02-221-1/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops! I left in my debug noise.andersen2001-02-211-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1874 69ca8d6d-28ef-0310-b511-8ec308f3f277
* df was totally broken. So I fixed it.andersen2001-02-211-11/+32
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1873 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Small patch from Kent Robotti to show megabytes in human-readable output.markw2001-02-201-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1872 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanup.andersen2001-02-201-13/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSandersen2001-02-201-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1865 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-2043-61/+62
| | | | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another patch from Vladimir to eliminate obsolete junk.andersen2001-02-182-9/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1852 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of long stale usage message code.andersen2001-02-171-6/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1849 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compile error, sync() always returns 0 anyway.bug12001-02-161-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1831 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use perror_msg instead of perror to print the applet name.andersen2001-02-151-18/+31
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1827 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed 'ls -s' so it actually displays block sizes again.andersen2001-02-151-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-1437-52/+52
| | | | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Vladimir's latest version of stty.c. Nice work.andersen2001-02-141-0/+1392
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1803 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai2001-02-052-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.markw2001-02-011-6/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1736 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-3113-56/+56
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from Vladimir N. Oleynik.andersen2001-01-311-8/+4
| | | | | | | | | * mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. git-svn-id: svn://busybox.net/trunk/busybox@1728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid typo -- bug found by Larry Doolittle.andersen2001-01-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1717 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix ls behavior for broken or very narrow terminals. Fix my_*andersen2001-01-301-17/+25
| | | | | | | | | functions so they comply with the original interface (i.e. don't exit on error, stringify uids and gids when no amtching name found). -Erik git-svn-id: svn://busybox.net/trunk/busybox@1715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix missing header file.kraai2001-01-291-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1709 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-2716-17/+17
| | | | | | | | a release. Update the website with release details. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-2737-7/+72
| | | | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-274-5/+0
| | | | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1694 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix my braindamage -- remove termios and sighandling since they are notandersen2001-01-261-1/+1
| | | | | | | | needed at all. My bad. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1682 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I am an idiot. Looking over my patch, ls doesn't need to do anythingandersen2001-01-261-51/+1
| | | | | | | | | more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1681 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make cin be staticandersen2001-01-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make ls understand termios.andersen2001-01-261-1/+60
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-4/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addandersen2001-01-251-6/+18
| | | | | | | | 'id -n' support. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more bugs fixed -- found doing regression testingandersen2001-01-241-2/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1656 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove the warning messages. By consensus, netkit-tiny doesn'tandersen2001-01-241-4/+0
| | | | | | | need to happen. git-svn-id: svn://busybox.net/trunk/busybox@1646 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix spelling. s/maintainence/maintenance/andersen2001-01-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1645 69ca8d6d-28ef-0310-b511-8ec308f3f277
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-236-62/+79
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix silly typoandersen2001-01-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1637 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Warn about apps that will be going away in release 0.50andersen2001-01-221-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1636 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsrjune2001-01-223-18/+107
| | | | | | | | Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 git-svn-id: svn://busybox.net/trunk/busybox@1635 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-183-27/+27
| | | | | | | Vladimir N. Oleynik. git-svn-id: svn://busybox.net/trunk/busybox@1616 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Complicate truncate behavior.kraai2001-01-171-7/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1600 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turned some #define constants into static const ints.markw2001-01-051-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote tail.kraai2001-01-051-253/+203
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed email address to codepoet.org, updated list of applets / docs Imarkw2001-01-041-1/+1
| | | | | | | maintain in AUTHORS. git-svn-id: svn://busybox.net/trunk/busybox@1537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Improvements from Vladimir N. Oleynik.kraai2000-12-301-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use busybox error handling functions wherever possible.kraai2000-12-224-11/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEandersen2000-12-201-18/+14
| | | | | | | | and wasnever updated when TRUE and FALSE were fixed. So kludge it by doing an #undef TRUE, then define it backwards... git-svn-id: svn://busybox.net/trunk/busybox@1483 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceandersen2000-12-201-12/+3
| | | | | | | nobody else uses it and it is a GNU extension anyways... git-svn-id: svn://busybox.net/trunk/busybox@1482 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote.kraai2000-12-201-239/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1478 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote dd.kraai2000-12-182-172/+119
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1469 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-189-22/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add missing newlines to error messages.kraai2000-12-182-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1465 69ca8d6d-28ef-0310-b511-8ec308f3f277