1. 0e9aef3 Oops. I was a bit too hasty and also changed applet_name. by Eric Andersen · 23 years ago
  2. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  3. 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 23 years ago
  4. 65504ac These do not need initial values. Let them live in the bss. -Erik by Eric Andersen · 23 years ago
  5. defa4f9 Per suggestion by Matt, make sh.c a real target. There is no by Eric Andersen · 23 years ago
  6. 218aa37 Fix user permissions of copied directories. by Matt Kraai · 23 years ago
  7. 43ca137 Simplify permission handling for FIFOs. by Matt Kraai · 23 years ago
  8. 24abecc Fix exit status when there is an error copying a file. by Matt Kraai · 23 years ago
  9. af166e7 Logic reversal for last_char_is by Glenn L McGrath · 23 years ago
  10. 2bf4dad fix to applet_source_list rule so Debian package continues to build by David Kimdon · 23 years ago
  11. 07e462f Matt was complaining. Hopefully this helps the sh.c link situation by Eric Andersen · 23 years ago
  12. 72ab975 Terminate source correctly when copying symlink. Report and patch by by Matt Kraai · 23 years ago
  13. 088875f Use BUFSIZ for the_command to match size used in cmdedit by Eric Andersen · 23 years ago
  14. af44a0e An update to hush from Larry: by Eric Andersen · 23 years ago
  15. 0081466 Be a bit more sneaky about the sh.c symlink so you don't need to by Eric Andersen · 23 years ago
  16. 0f9426e Ignore some generated files by Eric Andersen · 23 years ago
  17. 25f2703 This is the initial checkin of Larry Doolittle's hush.c, using his by Eric Andersen · 23 years ago
  18. a1dbc22 Disable lash -Erik by Eric Andersen · 23 years ago
  19. 924ab5b These days busybox.pod is autogenerated, so it should be removed from CVS. by Eric Andersen · 23 years ago
  20. 7f3b86e A fix from Larry for a corner case where insmod could end up by Eric Andersen · 23 years ago
  21. 6aabfd5 Fix handling of permission addition and removal (e.g., o-r). by Matt Kraai · 23 years ago
  22. ca85cdb Doh. I never allocated storate for the struct stat I am using. by Eric Andersen · 23 years ago
  23. 468f504 Fix handling of -R flag. by Matt Kraai · 23 years ago
  24. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  25. 3c3277f As Larry pointed out, this the off by one canbe fixed much more elegantly. by Eric Andersen · 23 years ago
  26. 30592a5 Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debian.org> by Eric Andersen · 23 years ago
  27. e559878 Applied patch from Larry Doolittle to fix pristine build breakage. by Mark Whitley · 23 years ago
  28. 2789906 Removed obsoleted BB_FEATURE_RM_INTERACTIVE by Mark Whitley · 23 years ago
  29. 207587a Applied patch from I.Q. to add -s to cmp. by Mark Whitley · 23 years ago
  30. c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 23 years ago
  31. 4f4bcfc Some more cleanups for insmod from Larry. -Erik by Eric Andersen · 23 years ago
  32. c57a75d Larry noticed that chown and chgrp has the version numbers off a bit by Eric Andersen · 23 years ago
  33. 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 23 years ago
  34. 67d7fe6 Sync'ed up the olympus section between this and stock Config.h by Mark Whitley · 23 years ago
  35. 4f3558a Fixed a BB_MTAB #define buglet reported by Magnus Damm. by Mark Whitley · 23 years ago
  36. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  37. 3676374 Cleanup more carefully after pod2html by Eric Andersen · 23 years ago
  38. f227815 Several cleanups from Larry. by Eric Andersen · 23 years ago
  39. 8810bdb Rewrote rm. by Matt Kraai · 23 years ago
  40. 9f0fedb Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately by Eric Andersen · 23 years ago
  41. 3a4aef5 Update applet define from BB_CP_MV to BB_CP and BB_MV. by Matt Kraai · 23 years ago
  42. 0144103 Use generic flag names. by Matt Kraai · 23 years ago
  43. 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 23 years ago
  44. af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 23 years ago
  45. de1b262 Remove file obsoleted by cp/mv rewrite. by Matt Kraai · 23 years ago
  46. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 23 years ago
  47. 4e9267d Reversed last patch; unnecessary. by Mark Whitley · 23 years ago
  48. 4b66dab Added a sanity check to fix weird bug exposed when sourcing in commands from a by Mark Whitley · 23 years ago
  49. 8a24a65 Change link order so that libbb functions use libpwd.a when appropriate. by Matt Kraai · 23 years ago
  50. ed424db Some patches from Gennady Feldman. Fixed a glob problem such that by Eric Andersen · 23 years ago
  51. d886292 A patch from Marc Karasek and Kanoj (kernel serial.c maintainer) by Eric Andersen · 23 years ago
  52. f5c358b Simplify file_prefix handling, and use of *dir variable. by Glenn L McGrath · 23 years ago
  53. 782ab3c Simplify pathname building, in which a bug was noted by Larry Doolittle, by Matt Kraai · 23 years ago
  54. ee0d93e Fix horrible, horrible memmory leak. I wondered why processes were dying ! by Glenn L McGrath · 23 years ago
  55. 89dc02d Clearly define out exclude list code, as recommended by Larry Doolittle by Glenn L McGrath · 23 years ago
  56. 56c14a6 Fixed a buglet where an extra newline was being added after an insert command by Mark Whitley · 23 years ago
  57. 497ef46 Made a correction to a bad test expression. Props to Larry Doolittle for by Mark Whitley · 23 years ago
  58. 3e310ac Applied patch from Larry Doolittle to give users the third option of putting by Mark Whitley · 23 years ago
  59. 6ebd633 Set permissions of created file by Glenn L McGrath · 23 years ago
  60. 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 23 years ago
  61. 3ce7933 Fix buffer underrun noted and solved by Larry Doolittle. by Matt Kraai · 23 years ago
  62. 0a3bda2 Move real_loop.h to libbb, where it belongs. -Erik by Eric Andersen · 23 years ago
  63. b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 23 years ago
  64. 5326554 Eliminate spurious warning, convert to getopt, and eliminate redundant check. by Matt Kraai · 23 years ago
  65. 96dcd19 Fix a number of problems with argument handling. by Matt Kraai · 23 years ago
  66. 5465223 Eliminate a segfault when called on an existing file with out an extension: by Matt Kraai · 23 years ago
  67. b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 23 years ago
  68. bcfeb2a Fix zcat/gunzip when reading from stdin by Glenn L McGrath · 23 years ago
  69. 2771d1a by John Beppu · 23 years ago
  70. fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 23 years ago
  71. 6e808ca Changed line[strlen(line) - 1] = '\0'; to chomp(line); by Mark Whitley · 23 years ago
  72. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  73. 3828dbe Applied patch from I.Q. to fix problem with sort -n. by Mark Whitley · 23 years ago
  74. 31868b8 Added some help messages. by Mark Whitley · 23 years ago
  75. 59a86ca The tiniest of bracket-placement fixes. by Mark Whitley · 23 years ago
  76. 5d81768 by John Beppu · 23 years ago
  77. a3045df Convert mount to use getopt. by Matt Kraai · 23 years ago
  78. 1240082 Further cleanup of mount option handling. by Matt Kraai · 23 years ago
  79. 24ed3be Fix -a support (broken by previous patch). by Matt Kraai · 23 years ago
  80. 3d406da Fix segfault on `mount -t nfs' reported by Gratien D'haese. by Matt Kraai · 23 years ago
  81. 1c0d311 Several fixes from Sterling Huxley for the vi applet. by Eric Andersen · 23 years ago
  82. ae1c704 Write full status file by Glenn L McGrath · 23 years ago
  83. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 23 years ago
  84. 3136904 Document new dpkg-deb funtions by Glenn L McGrath · 23 years ago
  85. 685f5fd untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f by Glenn L McGrath · 23 years ago
  86. a529d88 NEw functions read_package_field and read_text_file_to_buffer by Glenn L McGrath · 23 years ago
  87. 5faef74 Reads a field from a debian control (status or available) file, handles multi-line fields. by Glenn L McGrath · 23 years ago
  88. 65708e4 Read a FILE* till an empty line or eof and return it as a char buffer. by Glenn L McGrath · 23 years ago
  89. 4a2e463 Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> -Erik by Eric Andersen · 23 years ago
  90. 0f50bca Fix infinite loop and reallocate if too many modules. by Matt Kraai · 23 years ago
  91. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 23 years ago
  92. 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 23 years ago
  93. d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 23 years ago
  94. 4ef40c0 Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>. by Matt Kraai · 23 years ago
  95. 8fc364e Fix comment. by Matt Kraai · 23 years ago
  96. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 23 years ago
  97. 5a65413 Updates, fixes for handling contents, verbose extract. More updates to come by Glenn L McGrath · 23 years ago
  98. 47fd219 Rename variable that shadows global by Glenn L McGrath · 23 years ago
  99. be66ad3 Fix handling of '' and "". by Matt Kraai · 23 years ago
  100. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 23 years ago