index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+7
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-3
/
+1
*
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-04
1
-9
/
+6
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
1
-1
/
+1
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-12
1
-2
/
+2
*
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
2010-01-02
1
-3
/
+1
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
- by not calling getpagesize() twice we can save 2 bytes (walter harms)
Bernhard Reutner-Fischer
2009-02-23
1
-2
/
+2
*
time: don't segfault with no arguments
Denis Vlasenko
2008-07-11
1
-0
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-1
/
+3
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-3
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
1
-71
/
+47
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-7
/
+9
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-10
/
+9
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-3
/
+3
*
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
1
-1
/
+6
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-104
/
+76
*
time: *const str = "xxx" ==> str[] = "xxx"
Denis Vlasenko
2007-06-17
1
-3
/
+3
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-06
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
time: -200 bytes of text
Denis Vlasenko
2006-12-22
1
-84
/
+96
*
time: fix option parsing bug, size optimizations
Denis Vlasenko
2006-12-22
1
-28
/
+22
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
1
-13
/
+1
*
use vfork() instead of vork() since the only thing we do is execve() an app a...
Mike Frysinger
2006-06-06
1
-1
/
+1
*
- use bb_msg_write_error in 3 places
Bernhard Reutner-Fischer
2006-06-03
1
-368
/
+346
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-03
1
-1
/
+1
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-1
/
+1
*
Patch from Steven Scholz to send the output from 'time'
Eric Andersen
2003-11-07
1
-2
/
+2
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-8
/
+8
*
Doh. We divide microseconds by 60?
Eric Andersen
2002-09-30
1
-2
/
+2
*
Bug fix from Nitin Gupta <gupta@equator.com>
Eric Andersen
2002-09-27
1
-4
/
+4
*
Add in a 'time' applet. Adds 4.5k.
Eric Andersen
2001-11-30
1
-0
/
+502