aboutsummaryrefslogtreecommitdiff
path: root/libbb/safe_write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb: safe_write should not return EINTRDenys Vlasenko2017-07-141-2/+10
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-5/+0
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-23/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-311-1/+1
* We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen2003-10-091-0/+48