aboutsummaryrefslogtreecommitdiff
path: root/libbb/safe_write.c
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-07-14libbb: safe_write should not return EINTRDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-10-31Rework wget, the xconnect interface, and its various clientsEric Andersen
2003-10-09We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen