aboutsummaryrefslogtreecommitdiff
path: root/miscutils/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* time: fix build for toolchains without O_CLOEXECDenys Vlasenko2017-10-271-0/+5
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-8/+9
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+3
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-5/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* time: inplement -f FMTDenys Vlasenko2017-04-281-2/+5
* time: implement -a, -o FILETommi Rantala2017-04-281-10/+31
* time: document -p in usageTommi Rantala2017-04-281-1/+2
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+7
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-9/+6
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-2/+2
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-3/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* - by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer2009-02-231-2/+2
* time: don't segfault with no argumentsDenis Vlasenko2008-07-111-0/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-011-1/+1
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+3
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-71/+47
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-7/+9
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-10/+9
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+3
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-1/+6
* hwclock: size optimizationsDenis Vlasenko2007-06-171-104/+76
* time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko2007-06-171-3/+3
* 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