1. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  2. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  3. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  4. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  5. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  6. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
  7. 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
  8. e79dd06 time: *const str = "xxx" ==> str[] = "xxx" by Denis Vlasenko · 17 years ago
  9. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  10. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  11. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  12. c5cb38f time: -200 bytes of text by Denis Vlasenko · 18 years ago
  13. f93ab47 time: fix option parsing bug, size optimizations by Denis Vlasenko · 18 years ago
  14. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  15. 8e640a1 use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu) by Mike Frysinger · 18 years ago
  16. b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 18 years ago
  17. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  18. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  19. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  20. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  21. 2849209 Patch from Steven Scholz to send the output from 'time' by Eric Andersen · 21 years ago
  22. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  23. e4d2a43 Doh. We divide microseconds by 60? by Eric Andersen · 22 years ago
  24. 92052e3 Bug fix from Nitin Gupta <gupta@equator.com> by Eric Andersen · 22 years ago
  25. c365742 Add in a 'time' applet. Adds 4.5k. -Erik by Eric Andersen · 23 years ago