Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Erik or I are primary copyright holders on. | |||
2006-06-06 | use vfork() instead of vork() since the only thing we do is execve() an app ↵ | Mike Frysinger | |
after fork (allows time to work on no-mmu) | |||
2006-06-03 | - use bb_msg_write_error in 3 places | Bernhard Reutner-Fischer | |
- whitespace | |||
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
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 | |
definitions. (That should only be on prototypes.) | |||
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 | |
to stderr, rather than stdout, so that things like ~ # time bunzip2 -c /tmp/test.bz2 > /dev/null real 0m 29.44s user 0m 29.30s sys 0m 0.12s operate as expected. | |||
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 | |
-Erik |