summaryrefslogtreecommitdiff
path: root/coreutils/usleep.c
Commit message (Expand)AuthorAgeFilesLines
* usleep: do not check for usleep error, it should never failDenys Vlasenko2011-07-081-3/+1
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-3/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-6/+10
* Update some missing copyright noticesEric Andersen2002-04-131-1/+0
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-6/+0
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-1/+5
* Oops. Forgot the usleep.c file.Erik Andersen2000-04-041-0/+38