Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
40920825d59874cf285390434486e88c8498d2d8
/
miscutils
/
time.c
e9a7a62
Change license statements (and clean up headers) on some of the files that
by Rob Landley
· 18 years ago
8e640a1
use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu)
by Mike Frysinger
· 19 years ago
b1312c9
- use bb_msg_write_error in 3 places - whitespace
by Bernhard Reutner-Fischer
· 19 years ago
c89982d
- move #include busybox.h to the very top so we pull in the config
by Bernhard Reutner-Fischer
· 19 years ago
299a6b4
Consolidate #include <sys/time.h> so libbb.h does it.
by Rob Landley
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
2849209
Patch from Steven Scholz to send the output from 'time'
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
e4d2a43
Doh. We divide microseconds by 60?
by Eric Andersen
· 22 years ago
92052e3
Bug fix from Nitin Gupta <gupta@equator.com>
by Eric Andersen
· 22 years ago
c365742
Add in a 'time' applet. Adds 4.5k. -Erik
by Eric Andersen
· 23 years ago