summaryrefslogtreecommitdiff
path: root/libbb/bb_do_delay.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko2020-12-111-0/+18
* libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+14
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-0/+6
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-6/+16
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb/bb_do_delay.c: shrinkDenys Vlasenko2009-10-271-5/+4
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-2/+0
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-0/+1
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-061-0/+31