summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-2716-17/+17
| | | | | a release. Update the website with release details. -Erik
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-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
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-274-5/+0
| | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik
* Fix my braindamage -- remove termios and sighandling since they are notEric Andersen2001-01-261-1/+1
| | | | | needed at all. My bad. -Erik
* I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen2001-01-261-51/+1
| | | | | | more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik
* Make cin be staticEric Andersen2001-01-261-1/+1
|
* Make ls understand termios.Eric Andersen2001-01-261-1/+60
| | | | -Erik
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-4/+5
| | | | -Erik
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen2001-01-251-6/+18
| | | | | 'id -n' support. -Erik
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-2/+6
| | | | -Erik
* Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen2001-01-241-4/+0
| | | | need to happen.
* Fix spelling. s/maintainence/maintenance/Eric Andersen2001-01-241-1/+1
|
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-236-62/+79
|
* Fix silly typoEric Andersen2001-01-221-1/+1
|
* Warn about apps that will be going away in release 0.50Eric Andersen2001-01-221-0/+4
| | | | -Erik
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June2001-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
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-183-27/+27
| | | | Vladimir N. Oleynik.
* Complicate truncate behavior.Matt Kraai2001-01-171-7/+13
|
* Turned some #define constants into static const ints.Mark Whitley2001-01-051-2/+2
|
* Rewrote tail.Matt Kraai2001-01-051-253/+203
|
* Changed email address to codepoet.org, updated list of applets / docs IMark Whitley2001-01-041-1/+1
| | | | maintain in AUTHORS.
* Improvements from Vladimir N. Oleynik.Matt Kraai2000-12-301-2/+2
|
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-224-11/+7
|
* Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEEric Andersen2000-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...
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceEric Andersen2000-12-201-12/+3
| | | | nobody else uses it and it is a GNU extension anyways...
* Rewrote.Matt Kraai2000-12-201-239/+37
|
* Rewrote dd.Matt Kraai2000-12-182-172/+119
|
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-189-22/+19
|
* Add missing newlines to error messages.Matt Kraai2000-12-182-5/+6
|
* Fix from Matt Kraai -- a better way to NULL terminate strings for theEric Andersen2000-12-134-14/+8
| | | | | my_* passwd and group routines. I should have thought of doing it this way...
* Patch from Matt Kraai to fix 'dirname /'Eric Andersen2000-12-121-5/+6
|
* du.c error msg cleanup from Kent RobottiEric Andersen2000-12-121-2/+2
|
* Patch from kent robotti to fix a buglet whereEric Andersen2000-12-111-3/+2
| | | | | | | # du doesn't_exist du: doesn't_exist: No such file or directory 0 doesn't_exist which was on course wrong. I simplified it a bit...
* Fix problem where 'du file_that_exists' doesn't work.Eric Andersen2000-12-091-2/+2
|
* Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen2000-12-091-7/+38
|
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-0727-114/+114
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Get rid of redundant TRUE and FALSE definitions.Matt Kraai2000-12-071-7/+0
|
* Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'Eric Andersen2000-12-061-1/+1
| | | | so it properly outputs "1 2 3".
* Must compile before committing.Matt Kraai2000-12-061-2/+2
|
* Fix exit status on failure.Matt Kraai2000-12-062-15/+17
|
* Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai2000-12-051-5/+6
| | | | an error.
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-40/+0
| | | | so no point acting like we do.
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-0127-53/+54
|
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen2000-11-291-29/+67
|
* Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen2000-11-291-7/+21
|
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen2000-11-291-62/+46
| | | | | | bug 1069. This shaves about 100 bytes from the executable, and about 200 bytes of heap usage. Also document the "-d" option in the usage message.
* Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen2000-11-291-6/+32
|
* Fix behavior when removal fails.Matt Kraai2000-11-221-3/+5
|
* Fixed user and group name listing.Matt Kraai2000-11-181-22/+13
|
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley2000-11-171-24/+37
| | | | special-case of using newlines as field delimiters.