aboutsummaryrefslogtreecommitdiff
path: root/toys/sleep.c
AgeCommit message (Expand)Author
2012-03-21Test the right variable in NULL guard, and add NOP "s" suffix.Rob Landley
2012-03-15Simplify nanosleep call.Rob Landley
2012-03-10Fix nanosleep() usage.Georgi Chorbadzhiyski
2012-03-08More stabs at getting #includes right, and moving off of deprecated functions.Rob Landley
2012-03-03Make floating point support depend on TOYBOX_FLOAT, make 0.1m work.Rob Landley
2012-03-03Add fraction and extension support to sleep.Georgi Chorbadzhiyski
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-12-11Update links and add some more spec comments.Rob Landley
2007-12-03Add comments about SUSv3 specs (or lack thereof).Rob Landley
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-05-17Add sleep.Rob Landley