Rob Landley 3fc4ad1478 Fix bug 424: doing full_read breaks things like cat which should return a
chunk of data when they get it and not block until they've buffered 4k.

The use case was cat /proc/psaux, but you can also reproduce this by
running non-busybox cat by itself and typing things at the command line.
Then run busybox cat.  Notice how cat is _supposed_ to echo each line back
to us as we hit enter?
2005-11-04 01:54:15 +00:00
..
2003-03-19 09:13:01 +00:00
2004-05-01 01:27:30 +00:00
2005-10-12 15:21:32 +00:00
2003-03-19 09:13:01 +00:00
2003-05-26 14:07:50 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2005-10-07 15:44:37 +00:00
2005-10-20 09:48:28 +00:00
2004-04-14 17:51:38 +00:00
2005-09-24 07:16:29 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2004-03-27 11:26:32 +00:00
2002-12-14 01:58:59 +00:00
2004-04-07 17:59:04 +00:00
2003-05-26 14:07:50 +00:00
2004-04-14 17:51:38 +00:00
2004-03-06 22:11:45 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2003-03-19 09:13:01 +00:00
2003-05-26 14:07:50 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>