1. 31b35a1 Merge with the stable branch by Eric Andersen · 23 years ago 0_60_1
  2. a3c8481 A patch from Jaspreet Singh <jsingh@somanetworks.com> by Eric Andersen · 23 years ago
  3. b76cb68 A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to by Eric Andersen · 23 years ago
  4. 1071ccf Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE by Eric Andersen · 23 years ago
  5. c0f9d0d Add #include <sys/param.h> to ensure PATH_MAX is defined by Eric Andersen · 23 years ago
  6. 5d60a46 Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP is enabled by Eric Andersen · 23 years ago
  7. ac5dbd1 Fix an _old_ interface problem with a never-used feature. by Eric Andersen · 23 years ago
  8. 5944396 Scrub things and ditch uint64_t and use a custom type name by Eric Andersen · 23 years ago
  9. d36cdd2 Bump version to 0.61.pre by Eric Andersen · 23 years ago
  10. 39eb040 Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k by Eric Andersen · 23 years ago
  11. a07c902 Make it compile with uClibc by Eric Andersen · 23 years ago
  12. 75220b5 dfp might be used uninitialized. NULL it. by Eric Andersen · 23 years ago
  13. 994c6ff Disable the tinylogin apps by default. by Eric Andersen · 23 years ago
  14. c61804e Fix dos2unix compile problem with certain glibc versions by Eric Andersen · 23 years ago
  15. f349e97 Initial merge of all tinylogin applets that do not require crypt. by Eric Andersen · 23 years ago
  16. a3e4f45 Fix a problem with unsatisfied backrefs (noted by Martin Bene). by Matt Kraai · 23 years ago
  17. 54eceff some minor wording changes by Eric Andersen · 23 years ago
  18. 76fa8ea Apply Glenn's tftp rewrite by Eric Andersen · 23 years ago
  19. bac490f Fix version comparision bug by Glenn L McGrath · 23 years ago
  20. b6ec781 Log all messages from a single connection, not just the first. Patch from by Matt Kraai · 23 years ago
  21. 0a68590 Rewritten by Manuel Novoa III. by Matt Kraai · 23 years ago
  22. c639a35 I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(), by Manuel Novoa III · 23 years ago
  23. dd9173c Fix a merging error by Eric Andersen · 23 years ago
  24. 16815d4 A few bug fixes and significant size savings. Combined effort of by Manuel Novoa III · 23 years ago
  25. 80dd086 Small size optimization from Aaron Lehmann by Eric Andersen · 23 years ago
  26. e20b7d8 Fix stupid grammar error. by Eric Andersen · 23 years ago
  27. a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
  28. 4fb0b51 This corrects the _really_poor_ implementation of "broadcast +" handling by Manuel Novoa III · 23 years ago
  29. 6c4250c Remind people to enable RPC support when using NFS mount and uClibc (thanks by Matt Kraai · 23 years ago
  30. d0b5be6 Remove BB_SH define entirely. by Matt Kraai · 23 years ago
  31. 2338d31 Use ferror(3) to check for errors, rather than inspecting errno. Thanks to by Matt Kraai · 23 years ago
  32. 063c1f5 Simplified version checking. by Matt Kraai · 23 years ago
  33. 69edfec Add support for underscores in variable names. by Matt Kraai · 23 years ago
  34. b373a8d Fix exclude list handling by Glenn L McGrath · 23 years ago
  35. 0b7d70c Fix up some silly messups with the debian packaging, and a dumb by Eric Andersen · 23 years ago 0_60_0
  36. 8aa0b62 Fix misspelling of `stabilize'. by Matt Kraai · 23 years ago
  37. 9e6089e Ok, here we go... by Eric Andersen · 23 years ago
  38. c9dd5f9 Commit NMU changelog. by Matt Kraai · 23 years ago
  39. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  40. 23b1e5c Some libc5 cleanups by Eric Andersen · 23 years ago
  41. 879d6c8 make_directory used mode as if it were an signed entity, but in fact by Eric Andersen · 23 years ago
  42. 8a91588 Teach libc5 about realpath -Erik by Eric Andersen · 23 years ago
  43. 95b5201 Teach libc5 what a sighandler_t is -Erik by Eric Andersen · 23 years ago
  44. deba6de multibuild.pl saves us again. unix2dos requires that dos2unix by Eric Andersen · 23 years ago
  45. 46bf7de Ok, if no shell is enabled, don't include any of the SH_IS_<name> by Eric Andersen · 23 years ago
  46. ff9b4a8 Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing by Eric Andersen · 23 years ago
  47. fdbac35 Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes by Eric Andersen · 23 years ago
  48. 842757d Oops. I forgot to commit this part of vodz' patch. by Eric Andersen · 23 years ago
  49. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  50. 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
  51. 0034443 Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous by Eric Andersen · 23 years ago
  52. af6b40a Silence some silly warnings by Eric Andersen · 23 years ago
  53. f672c9e Silence a silly warning by Eric Andersen · 23 years ago
  54. bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
  55. fa1c5aa Fix the let builtin (so we can close bug #1196) and remove the by Eric Andersen · 23 years ago
  56. 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
  57. 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
  58. 9a53fea Give credit to Adam Slattery. by Matt Kraai · 23 years ago
  59. 57c82fe I think this should be the final changelog update... -Erik by Eric Andersen · 23 years ago
  60. 51038a3 Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. by Matt Kraai · 23 years ago
  61. 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
  62. dc66472 Simplify/clarify the shell dependant bit of Config.h by Eric Andersen · 23 years ago
  63. c126f8f This depmod script will create a modules.dep file, just like the depmod by Eric Andersen · 23 years ago
  64. 3555fd0 Fix up the sample inittab entry per what is current. -Erik by Eric Andersen · 23 years ago
  65. 13cb842 Rework option handling to save space. by Matt Kraai · 23 years ago
  66. 547e102 Preserve whether or not the line was previously altered when running a by Matt Kraai · 23 years ago
  67. 7499918 If filename is a '-' then read from stdin to stdout by Glenn L McGrath · 23 years ago
  68. 14d7ea4 Note my uuencode work by Glenn L McGrath · 23 years ago
  69. b6071b6 Fix permisions when reading from stdin by Glenn L McGrath · 23 years ago
  70. eba2605 Fix broken logic when wraping encoded data into rows, also simplifies it a bit by Glenn L McGrath · 23 years ago
  71. 4e664ac The src buffer size has to be a multiple of 3 (as i noted, but didnt do). by Glenn L McGrath · 23 years ago
  72. 089deca Rewrite based on wget uuencode function. by Glenn L McGrath · 23 years ago
  73. 2202383 PArtial Changelog update. I'm still on vacation (I'm at a campground by Eric Andersen · 23 years ago
  74. 26eeb0c Shorten static package description. by Matt Kraai · 23 years ago
  75. f9d6aa0 Rename dirname variable to pathname to eliminate namespace conflict. by Matt Kraai · 23 years ago
  76. 4db3564 char renamed can never be negative on ARM (rp->renamed[i] != EMPTY) by Russ Dill · 23 years ago
  77. 2835efe Note that m68k is supported by Eric Andersen · 23 years ago
  78. 1b06419 Cleanup some warnings and a really obvious bug. -Erik by Eric Andersen · 23 years ago
  79. 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
  80. 6c7ac21 Update my email address and applets by Glenn L McGrath · 23 years ago
  81. 096b151 note dpkg rewrite by Glenn L McGrath · 23 years ago
  82. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  83. 0139ca9 An initial modproble implementation. Quite suboptimal still, by Eric Andersen · 23 years ago
  84. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  85. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  86. 0382eb8 The -P prefix should only be prepended to filenames which are not explicitly by Matt Kraai · 23 years ago
  87. e92895c Note that wget fix is important. by Matt Kraai · 23 years ago
  88. c8eae66 The directory name should only be prepended if one was specified. by Matt Kraai · 23 years ago
  89. c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
  90. 81108e7 Cleanup (most) memory leaks by Glenn L McGrath · 23 years ago
  91. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  92. 8d3b049 Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files by Glenn L McGrath · 23 years ago
  93. 778041f Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command by Glenn L McGrath · 23 years ago
  94. b9e4ce9 Update dpkg usage by Glenn L McGrath · 23 years ago
  95. ed4492a More feedback to user by Glenn L McGrath · 23 years ago
  96. 7b02415 Be more verbose when configureing package, minor changes by Glenn L McGrath · 23 years ago
  97. 6fc92a5 Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. by Glenn L McGrath · 23 years ago
  98. 4cdc607 Use xfopen to abort on error to prevent segfaulting later. by Glenn L McGrath · 23 years ago
  99. bc4c030 Cleanup from vodz by Eric Andersen · 23 years ago
  100. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago