summaryrefslogtreecommitdiffstats
path: root/commands/time.c
Commit message (Expand)AuthorAgeFilesLines
* commands: time: refactor into new strjoinAhmad Fatoum2024-03-051-14/+3
* commands: time: reduce strjoin runtime, drop trailing spaceAhmad Fatoum2024-03-051-5/+7
* commands: time: switch to using getopt for -nAhmad Fatoum2024-03-051-10/+18
* Merge branch 'for-next/spdx'Sascha Hauer2022-01-191-0/+2
|\
| * commands: set SPDX-License-Identifier for files without license statementAhmad Fatoum2022-01-051-0/+2
* | commands: time: add -n option for nanoseconds outputAhmad Fatoum2022-01-051-7/+14
|/
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-4/+4
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-231-1/+1
* run_command: remove unused flag parameterSascha Hauer2014-03-071-1/+1
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* time command: Fix needed string lengthSascha Hauer2011-12-081-1/+1
* Add 'time' command to measure execution time of a commandSascha Hauer2011-08-031-0/+57