aboutsummaryrefslogtreecommitdiff
path: root/miscutils/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* time: code shrinkRon Yorston2024-04-091-4/+1
* time: mitigation for interleaved outputRon Yorston2024-04-061-0/+6
* time: enable '-f' optionRon Yorston2024-01-051-17/+6
* Merge branch 'busybox' into mergeRon Yorston2024-01-051-31/+42
|\
| * time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-011-21/+18
| * time: fix max resident set size unitNatanael Copa2023-12-311-9/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-0/+7
|\|
| * platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-1/+6
|\|
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-1/+6
* | Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2020-04-111-1/+1
* | time: WIN32 portRon Yorston2020-04-061-0/+55
|/
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* 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