Age | Commit message (Expand) | Author |
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 |