Glenn L McGrath
|
7aa62cf173
|
Run through indent
|
2003-06-07 14:54:24 +00:00 |
|
Manuel Novoa III
|
cad5364599
|
Major coreutils update.
|
2003-03-19 09:13:01 +00:00 |
|
Eric Andersen
|
2276d83639
|
Fixup warnings and undefined operations that show up in gcc-3.1
-Erik
|
2002-07-11 11:11:56 +00:00 |
|
Eric Andersen
|
26f8e95d2d
|
David Kimdon <dwhedon@instant802.com> noticed a thinko
in md5sum where only binary sums were verified. He also
sent in this patch,
-Erik
|
2001-11-17 04:16:15 +00:00 |
|
Eric Andersen
|
7467c8d3b6
|
Patch from vodz:
Changed email address
cmdedit API change
optimizations for traceroute and md5sum
added a new shared create_icmp_socket() function
|
2001-07-12 20:26:32 +00:00 |
|
Eric Andersen
|
55522080c6
|
Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim
it down a little bit.
|
2001-07-10 16:31:29 +00:00 |
|
Eric Andersen
|
db15cb72e2
|
A really nice patch from Manuel Novoa III for compile time
configurable size/speed tradeoffs.
|
2001-06-29 20:44:51 +00:00 |
|
Eric Andersen
|
e0c0757d09
|
These were broken when using dmalloc due to include file ordering
problems. busybox.h must be last.
-Erik
|
2001-06-23 13:49:14 +00:00 |
|
Eric Andersen
|
5a9d441b2c
|
Fix up some signed char vs int issues that show up on powerpc.
|
2001-05-24 14:16:28 +00:00 |
|
Eric Andersen
|
4a2e463525
|
Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>
-Erik
|
2001-04-14 03:33:33 +00:00 |
|
Matt Kraai
|
5de909873a
|
Eliminate superfluous test.
|
2001-03-07 21:45:13 +00:00 |
|
Eric Andersen
|
7aa1f5c42a
|
Make md5sum not display filename when reading stdin
-Erik
|
2001-02-22 04:59:16 +00:00 |
|
Eric Andersen
|
cbe31dace5
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
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
|
2001-02-20 06:14:08 +00:00 |
|
Eric Andersen
|
67991cf824
|
This patch, put together by Manuel Novoa III, is a merge of work
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
|
2001-02-14 21:23:06 +00:00 |
|
Matt Kraai
|
dd19c69904
|
Removed trailing \n from error_msg{,_and_die} messages.
|
2001-01-31 19:00:21 +00:00 |
|
Mark Whitley
|
59ab025363
|
#define -> static const int. Also got rid of some big static buffers.
|
2001-01-23 22:30:04 +00:00 |
|
Eric Andersen
|
e111d69ca2
|
Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE
and wasnever updated when TRUE and FALSE were fixed. So kludge it
by doing an #undef TRUE, then define it backwards...
|
2000-12-20 23:19:42 +00:00 |
|
Eric Andersen
|
70da6a66d2
|
Fix a warning in sh.c. Remove use of getline() in md5sum since
nobody else uses it and it is a GNU extension anyways...
|
2000-12-20 22:59:16 +00:00 |
|
Matt Kraai
|
1fa1adea2a
|
Change calls to error_msg.* and strerror to use perror_msg.*.
|
2000-12-18 03:57:16 +00:00 |
|
Mark Whitley
|
f57c944e09
|
Changed names of functions in utility.c and all affected files, to make
compliant with the style guide. Everybody rebuild your tags file!
|
2000-12-07 19:56:48 +00:00 |
|
Eric Andersen
|
87559829ff
|
Remove #ifdef __STDC__ junk. We don't do K&R round these parts,
so no point acting like we do.
|
2000-12-01 19:02:24 +00:00 |
|
Matt Kraai
|
3e856ce428
|
Stop using TRUE and FALSE for exit status.
|
2000-12-01 02:55:13 +00:00 |
|
Matt Kraai
|
207061ac0d
|
Fix error messages.
|
2000-10-23 18:03:46 +00:00 |
|
Eric Andersen
|
3570a34de4
|
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
|
2000-09-25 21:45:58 +00:00 |
|
Pavel Roskin
|
616d13bcd1
|
Fixed to pass -Wundef
|
2000-07-28 19:38:27 +00:00 |
|
Matt Kraai
|
bf181b9338
|
Extract usage information into a separate file.
|
2000-07-16 20:57:15 +00:00 |
|
Matt Kraai
|
be84cd4ef6
|
Always report the applet name when doing error reporting.
|
2000-07-12 17:02:35 +00:00 |
|
Eric Andersen
|
999bf72f49
|
More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc
(except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due
to missing stuff in the library).
-Erik
|
2000-07-09 06:59:58 +00:00 |
|
Eric Andersen
|
2b6ab3cbf8
|
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
-Erik
|
2000-06-13 06:54:53 +00:00 |
|