Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | 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 |
| | | | | no preceding prototype | ||||
* | 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 |
| | | | | Erik or I are primary copyright holders on. | ||||
* | use vfork() instead of vork() since the only thing we do is execve() an app ↵ | Mike Frysinger | 2006-06-06 | 1 | -1/+1 |
| | | | | after fork (allows time to work on no-mmu) | ||||
* | - use bb_msg_write_error in 3 places | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -368/+346 |
| | | | | - whitespace | ||||
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
| | | | | and eventual platform specific includes in early. | ||||
* | 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 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | 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 |
| | | | | | | | | | | | 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. | ||||
* | 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 |
-Erik |