Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-31 | dd: fix bugs: always assumed conv=sync, died on write errors | Denis Vlasenko | |
w/o perror and statictics. Several small improvements | |||
2006-10-12 | xread/write can use full_read/write (smaller code) | Denis Vlasenko | |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | |
xlseek and fdlength() for the new mkswap. | |||
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-10-09 | We did not have a safe_write, which is the analog to safe_read. Convert | Eric Andersen | |
full_write to use safe_write internally, which is needed to guarantee proper behavior, i.e. when writing to a pipe. | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | |
files. Clean up the resulting damage and fix up the makefile. -Erik |