1. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  2. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  3. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  4. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  5. a1a3b59 time: inplement -f FMT by Denys Vlasenko · 8 years ago
  6. 5fe5be2 time: implement -a, -o FILE by Tommi Rantala · 8 years ago
  7. 854174f time: document -p in usage by Tommi Rantala · 8 years ago
  8. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  9. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  10. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  11. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  12. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
  13. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  14. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  15. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  16. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  17. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  18. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  19. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  20. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  21. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  22. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  23. 0adf7f2 - by not calling getpagesize() twice we can save 2 bytes (walter harms) by Bernhard Reutner-Fischer · 16 years ago
  24. 94884eb time: don't segfault with no arguments by Denis Vlasenko · 16 years ago
  25. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  26. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  27. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  28. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  29. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  30. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  31. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  32. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  33. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  34. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  35. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
  36. 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
  37. e79dd06 time: *const str = "xxx" ==> str[] = "xxx" by Denis Vlasenko · 17 years ago
  38. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  39. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  40. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  41. c5cb38f time: -200 bytes of text by Denis Vlasenko · 18 years ago
  42. f93ab47 time: fix option parsing bug, size optimizations by Denis Vlasenko · 18 years ago
  43. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  44. 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 · 19 years ago
  45. b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 19 years ago
  46. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  47. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  48. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  49. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  50. 2849209 Patch from Steven Scholz to send the output from 'time' by Eric Andersen · 21 years ago
  51. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  52. e4d2a43 Doh. We divide microseconds by 60? by Eric Andersen · 22 years ago
  53. 92052e3 Bug fix from Nitin Gupta <gupta@equator.com> by Eric Andersen · 22 years ago
  54. c365742 Add in a 'time' applet. Adds 4.5k. -Erik by Eric Andersen · 23 years ago