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