aboutsummaryrefslogtreecommitdiff
path: root/libbb/bb_do_delay.c
AgeCommit message (Expand)Author
2020-12-11libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-10-27libbb/bb_do_delay.c: shrinkDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley