1. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  2. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  3. e66a212 mkswap: selinux build fix by Denys Vlasenko · 14 years ago
  4. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  5. 4e7dd3c mkswap: clear 1st kilobyte. Closes bug 1831 by Denys Vlasenko · 14 years ago
  6. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  7. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  8. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  9. 68c6746 mkswap: add -L LABEL option. closes bug 689. by Denys Vlasenko · 15 years ago
  10. f5a295d util-linux/mkswap.c: fix warning by Denys Vlasenko · 15 years ago
  11. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  12. beca96f mkswap: separate UUID feature by Denys Vlasenko · 16 years ago
  13. b96159d mkswap: accidentally committed wrong patch. fix it up by Denys Vlasenko · 16 years ago
  14. e1e2273 mkswap: improve randomness of UUID generation set version/variant bits by Denys Vlasenko · 16 years ago
  15. c9f280c mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes by Denys Vlasenko · 16 years ago
  16. 95842fb testsuite/runtest: remove (last) bashism mkswap: fix selinux build by Denis Vlasenko · 17 years ago
  17. c6191e9 - fsetfilecon_war is hidden so use fsetfilecon instead. by Bernhard Reutner-Fischer · 17 years ago
  18. 9d96af2 mkswap: fix help text to not lie about supported options. by Denis Vlasenko · 17 years ago
  19. 32d49bc mkswap: do not do extra seek mount: add another mount helper call method by Denis Vlasenko · 17 years ago
  20. b5c60fc mkswap, readahead: stop using fdlength, it is reported to be unreliable by Denis Vlasenko · 17 years ago
  21. 85ff862 mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> by Denis Vlasenko · 17 years ago
  22. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  23. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  24. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  25. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  26. d398eca hunt down improper include <>, make mkswap output 4Gb+ friendly by Denis Vlasenko · 18 years ago
  27. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  28. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  29. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  30. d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
  31. 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
  32. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
  33. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  34. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  35. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  36. 56dd0bf - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. by Bernhard Reutner-Fischer · 19 years ago
  37. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  38. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  39. e64bf40 Patch from David Meggy to make the swap default to the new version if no by Glenn L McGrath · 21 years ago
  40. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  41. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  42. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  43. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  44. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  45. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  46. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  47. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  48. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  49. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  50. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  51. 16fdbe8 Make more things be static (like they are supposed to be). by Eric Andersen · 24 years ago
  52. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  53. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  54. ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
  55. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  56. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  57. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  58. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  59. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  60. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 25 years ago
  61. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  62. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  63. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  64. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  65. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  66. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  67. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2