1. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  2. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  3. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  4. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
  5. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  6. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  7. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  8. 1f2dc40 data --> bss by "Vladimir N. Oleynik" · 19 years ago
  9. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  10. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  11. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  12. 39cdf4e Use proper C99 types by Eric Andersen · 21 years ago
  13. c774efe extern inline is a bad bad thing. kill it (so mkfs_minix.c will by Eric Andersen · 21 years ago
  14. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  15. 5f8f32a Inline functions with only one reference in mkfs_minix. I don't know by Aaron Lehmann · 22 years ago
  16. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  17. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  18. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  19. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
  20. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  21. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  22. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  23. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  24. bd018b1 Make old compilers not choke -- define the attribute in the func prototype. by Eric Andersen · 24 years ago
  25. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  26. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  27. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  28. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  29. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  30. 56f3e35 Both of these commands were subtly broken. Fortunately when used together the by Eric Andersen · 24 years ago
  31. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  32. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  33. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  34. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  35. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  36. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  37. 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
  38. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  39. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
  40. fb8ba50 Oops. Remove the debugging noise. -Erik by Eric Andersen · 25 years ago
  41. 3232203 mkfs.minix rev 1.7 completely broke the option parser. This fixes it. -Erik by Eric Andersen · 25 years ago
  42. 815e904 Fixed a bunch of stuff: by Eric Andersen · 25 years ago
  43. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 25 years ago
  44. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  45. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  46. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
  47. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  48. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  49. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  50. e674eb7 Made em work. by Eric Andersen · 25 years ago
  51. e494fdd More stuff by Eric Andersen · 25 years ago