summaryrefslogtreecommitdiff
path: root/miscutils/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* time: -200 bytes of textDenis Vlasenko2006-12-221-84/+96
* time: fix option parsing bug, size optimizationsDenis Vlasenko2006-12-221-28/+22
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-13/+1
* use vfork() instead of vork() since the only thing we do is execve() an app a...Mike Frysinger2006-06-061-1/+1
* - use bb_msg_write_error in 3 placesBernhard Reutner-Fischer2006-06-031-368/+346
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Patch from Steven Scholz to send the output from 'time'Eric Andersen2003-11-071-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Doh. We divide microseconds by 60?Eric Andersen2002-09-301-2/+2
* Bug fix from Nitin Gupta <gupta@equator.com>Eric Andersen2002-09-271-4/+4
* Add in a 'time' applet. Adds 4.5k.Eric Andersen2001-11-301-0/+502