1. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 16 years ago
  2. 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 17 years ago
  3. 9412ec7 some more fixes for cross-compiling on an OS X host: apple provides core types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available by Mike Frysinger · 17 years ago
  4. 22876c7 only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X by Mike Frysinger · 17 years ago
  5. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  6. 9e58921 comment fix by Denis Vlasenko · 17 years ago
  7. d2c450c hush: report [v]fork failures by Denis Vlasenko · 17 years ago
  8. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  9. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  10. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  11. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  12. 9a33780 - add ATTRIBUTE_UNUSED_RESULT for internal use by Bernhard Reutner-Fischer · 17 years ago
  13. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago
  14. 734e5eb fix -Werror compile by Denis Vlasenko · 17 years ago
  15. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  16. 8746885 style fixes by Denis Vlasenko · 17 years ago
  17. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 17 years ago
  18. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 17 years ago
  19. 51f7ab6 - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. by Bernhard Reutner-Fischer · 17 years ago
  20. be86209 - be gentle to the intel compiler and make sure we have __u64 which is needed for linux/loop.h by Bernhard Reutner-Fischer · 17 years ago
  21. a8e2e18 - add C99 bool type for setups that support it. by Bernhard Reutner-Fischer · 18 years ago
  22. c966ba4 - move the smallint that is platform dependant to it's proper place by Bernhard Reutner-Fischer · 18 years ago
  23. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  24. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  25. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  26. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  27. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  28. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  29. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  30. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  31. 577905f Revert duplicate patch. by Rob Landley · 18 years ago
  32. 1b2b5cf Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. by Rob Landley · 18 years ago
  33. b5f50ea - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy. by Bernhard Reutner-Fischer · 18 years ago
  34. b988462 Ok, features.h already defines _OPEN_SOURCE (and complains if it's already by Rob Landley · 18 years ago
  35. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  36. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  37. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  38. 7077ea3 Some old kernel headers don't #include BLKSSZGET in sys/mount.h. by Rob Landley · 18 years ago
  39. 1fa4a94 Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak by Rob Landley · 18 years ago
  40. 148734d We came up with our own names for ATTRIBUTE_*, so why check if they're already by Rob Landley · 18 years ago
  41. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  42. 18958e9 Random cleanup of platform.h. by Rob Landley · 18 years ago
  43. b16b5bb only check __GNU_LIBRARY__ if it is actually defined by Mike Frysinger · 18 years ago
  44. 8fc32d9 Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so by Rob Landley · 18 years ago
  45. 507cd75 - conditionally define BB_NOMMU by Bernhard Reutner-Fischer · 18 years ago
  46. 752f0a6 Put parentheses around some of the SWAP() macros, as pointed out by Peter by Rob Landley · 18 years ago
  47. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 18 years ago
  48. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 18 years ago
  49. 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 18 years ago
  50. 4ed1f1d - add workaround for tar being broken since it uses a non-portable constant. by Bernhard Reutner-Fischer · 18 years ago
  51. e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 18 years ago
  52. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 18 years ago
  53. 35017fb - backout erroneously checked in snippet.. by Bernhard Reutner-Fischer · 18 years ago
  54. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  55. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
  56. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  57. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 18 years ago
  58. f885513 just whitespace fixes by Mike Frysinger · 18 years ago
  59. 90ece60 Define both big endian and little endian macros. by Rob Landley · 18 years ago
  60. 64bef2a fix typo by Mike Frysinger · 18 years ago
  61. dae6aa2 Fixup to the previous (portability) patch. Linux actually does need by Rob Landley · 18 years ago
  62. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  63. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
  64. 7bfa88f New USE() macros by Rob Landley · 19 years ago
  65. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  66. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago