1. 8a24a65 Change link order so that libbb functions use libpwd.a when appropriate. by Matt Kraai · 23 years ago
  2. 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 23 years ago
  3. a529d88 NEw functions read_package_field and read_text_file_to_buffer by Glenn L McGrath · 23 years ago
  4. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 23 years ago
  5. a6ce670 use tmpfile() and revert my previous changes... convert() belongs here by Glenn L McGrath · 23 years ago
  6. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  7. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  8. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 23 years ago
  9. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  10. b9af894 Fix up the uClibc compiler name (its format was recently changed slightly) by Eric Andersen · 23 years ago
  11. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  12. a75e286 Bump version number to 0.51 by Eric Andersen · 23 years ago
  13. 94e5054 by John Beppu · 23 years ago
  14. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 23 years ago
  15. 0607053 Failed to name "Electric-fence" explicitly by Eric Andersen · 23 years ago
  16. b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 23 years ago
  17. 24073c7 Add in easy-to-use electric-fence support. -Erik by Eric Andersen · 23 years ago
  18. c0c502e Fix for bug 1143 from Larry Doolittle -Erik by Eric Andersen · 23 years ago
  19. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  20. 2b549c3 Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a at by Mark Whitley · 23 years ago
  21. 36eff9a Bump version number to 0.51pre by Eric Andersen · 23 years ago
  22. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  23. b183dfa Split error messages into separate files. by Eric Andersen · 23 years ago
  24. c75586e Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files. -Erik by Eric Andersen · 23 years ago
  25. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 23 years ago
  26. 53b55ac Fix the make release target. by Eric Andersen · 23 years ago
  27. 0d5051d Update files and version number prepratory to cutting a release. -Erik by Eric Andersen · 23 years ago
  28. bdc8db9 Use the system passwd and group stuff by default by Eric Andersen · 23 years ago
  29. b3d6e2d Update the lash shell (hopefully the last time...) so things like by Eric Andersen · 23 years ago
  30. d2117e9 Created new regression testing framework with a number of testcases (many more by Mark Whitley · 23 years ago
  31. dd91724 patch from Larry to fix pristine source builds by Eric Andersen · 23 years ago
  32. c27b954 Make sure libpwd.a is linked _last_ so it overrides the system pwd/grp by Eric Andersen · 24 years ago
  33. 47cdcdd Try to do a little better at documenting how to use by Eric Andersen · 24 years ago
  34. 1b6cff3 libpwd was getting added twice. by Eric Andersen · 24 years ago
  35. 4f76bb6 Little patchlet to make linking against libc5 work a little better by Mark Whitley · 24 years ago
  36. adea7a6 Fix up Makefile -- uClibc nfs works these days by Eric Andersen · 24 years ago
  37. a183f05 Cleanup the use of 'find' to prevent error msgs. -Erik by Eric Andersen · 24 years ago
  38. 1cf8166 More updates. by Eric Andersen · 24 years ago
  39. 19f8620 Update the build system for pristine source directory builds. This by Eric Andersen · 24 years ago
  40. 5f2c79d Make ar be crossed. by Eric Andersen · 24 years ago
  41. 8305006 Make usage.c depend on usage.h -Erik by Eric Andersen · 24 years ago
  42. 88a5ceb Bump rev to 0.50pre. by Eric Andersen · 24 years ago
  43. 76c5e60 Patch from Chris Jaeger that makes turning on and off options in the makefile by Mark Whitley · 24 years ago
  44. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  45. 93a8e2e Patch from Larry Doolittle to reduce the chance that fussing with VPATH will by Eric Andersen · 24 years ago
  46. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  47. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  48. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  49. 54e9457 Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that. -Erik by Eric Andersen · 24 years ago
  50. 0d5a08e Patch from Larry Doolittle to close bug #1086. -Erik by Eric Andersen · 24 years ago
  51. 8392acd All files include busybox.h, which includes applets.h, so the Makefile by Matt Kraai · 24 years ago
  52. 9aa23ba Show an example of how to compile with uClibc. -Erik by Eric Andersen · 24 years ago
  53. a6cd070 Bump the version number to 0.49pre by Eric Andersen · 24 years ago
  54. 4694836 Update the version number to 0.48 (no longer pre). by Eric Andersen · 24 years ago
  55. 4d4b3b1 Fix so cross compiling works again... by Eric Andersen · 24 years ago
  56. 9962cd9 Add a linker warning for symbol conflicts. by Eric Andersen · 24 years ago
  57. 1e1d9d1 oops, didn't mean to commit that last one... reverting by Randolph Chung · 24 years ago
  58. da7b829 Write progress meter to stderr instead of stdout by Randolph Chung · 24 years ago
  59. 868c057 Patch from Larry Doolittle so it will build the newdocs right. by Eric Andersen · 24 years ago
  60. 29be79c More doc handling updates by Eric Andersen · 24 years ago
  61. b8b8d81 Fix yet another blunder. Create symlink correctly this time. by Eric Andersen · 24 years ago
  62. 4d449c4 I forgot a "/". Oops. by Eric Andersen · 24 years ago
  63. e2f6e12 More pristine source directory updates. It now works by Eric Andersen · 24 years ago
  64. 09a34e5 More updates for the Makefile to do BB_SRC_DIR. This is by Eric Andersen · 24 years ago
  65. 20ea5c3 Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration by Eric Andersen · 24 years ago
  66. c559d30 Add in -lgcc to add needed symbold when linking vs uclibc. by Eric Andersen · 24 years ago
  67. b344c21 Oops. I never committed this. Update version to 0.48pre... by Eric Andersen · 24 years ago
  68. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  69. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago
  70. 488aac2 Update newdoc dependancy by Eric Andersen · 24 years ago
  71. 810d38f Fix loop.h dependencies. by Matt Kraai · 24 years ago
  72. 2c1faec Decouple DODEBUG and DOSTATIC by Eric Andersen · 24 years ago
  73. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  74. 624cc77 More portable handling of loop header files, as done in util-linux by Eric Andersen · 24 years ago
  75. 080d51b Minor fix to clean target -Erik by Eric Andersen · 24 years ago
  76. 43c17b3 New variable WARNINGS to hold all warning options by Pavel Roskin · 24 years ago
  77. 7df345e Bump version number. -Erik by Eric Andersen · 24 years ago
  78. 51154ba Adjusted install.sh to use relative symlinks, and to optionally by Eric Andersen · 24 years ago
  79. 1d255be Updated to add support for dmalloc, and adjusted for better cross by Eric Andersen · 24 years ago
  80. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  81. aec27bc Final updates for release. -Erik by Eric Andersen · 24 years ago
  82. cc54d12 Removed all trace of hand-tooled regexp routines. Bye bye, baby. by Mark Whitley · 24 years ago
  83. dd23b8b Added a rule to make tags files for vi(m). by Mark Whitley · 24 years ago
  84. a2c83d8 Fix a dependancy bug for the docs. -Erik by Eric Andersen · 24 years ago
  85. b0b732b Update 'make release' to remove all the .#filename files by Eric Andersen · 24 years ago
  86. 67536ff Fix doc building so the dependancies work properly. -Erik by Eric Andersen · 24 years ago
  87. 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
  88. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  89. 5331025 A first pass at integrating the SGML docs into the Makefile. by Eric Andersen · 24 years ago
  90. a44790f Better cross libc support. -Erik by Eric Andersen · 24 years ago
  91. c6cdf58 Bump version number to 0.45 -Erik by Eric Andersen · 24 years ago
  92. 28c88a9 Some makefile fixes to allow compiling with ucLibc (stuff turned off by Eric Andersen · 24 years ago
  93. 854e115 Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick by Eric Andersen · 24 years ago
  94. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 24 years ago
  95. 0b66577 Debug should be off in the Makefile. I will now do (per Pavel's by Eric Andersen · 24 years ago
  96. 815e904 Fixed a bunch of stuff: by Eric Andersen · 24 years ago
  97. 832000f Turn off debugging in the Makefile. -Erik by Eric Andersen · 24 years ago
  98. 6082917 Some Makefile fixes for the docs. -Erik by Eric Andersen · 24 years ago
  99. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  100. 77bd2db Acknowledge contributions of Pavel Roskin, and fix doc building by Eric Andersen · 24 years ago