aboutsummaryrefslogtreecommitdiff
path: root/libbb/full_read.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-42/+0
|
* xread/write can use full_read/write (smaller code)Denis Vlasenko2006-10-121-1/+1
|
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
| | | | xlseek and fdlength() for the new mkswap.
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-22/+1
| | | | - use shorter boilerplate while at it
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Using safe_read seems, well, safer...Eric Andersen2003-07-031-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-6/+5
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+70
files. Clean up the resulting damage and fix up the makefile. -Erik