1. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 24 years ago
  2. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 24 years ago
  3. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 24 years ago
  4. a010571 Remove obsolete function declaration. by Matt Kraai · 24 years ago
  5. 764303f stdlib.h defined free(), which this needs by Eric Andersen · 24 years ago
  6. 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 24 years ago
  7. 6b03504 Add in a missing header file by Eric Andersen · 24 years ago
  8. 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 24 years ago
  9. 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 24 years ago
  10. 8370976 comment cleanup by Tim Riker · 24 years ago
  11. fbbd360 create_path -> make_directory by Tim Riker · 24 years ago
  12. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 24 years ago
  13. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 24 years ago
  14. 32574a4 With a bit of care I was able to save about 100 bytes. -Erik by Eric Andersen · 24 years ago
  15. 6bad1fa This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c by Glenn L McGrath · 24 years ago
  16. f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 24 years ago
  17. 17822cd Reorganise unarchive functions, new files, removed some by Glenn L McGrath · 24 years ago
  18. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 24 years ago
  19. bf0a010 Copy files until EOF, not the reported file size, to deal with bad sizes in by Matt Kraai · 24 years ago
  20. 5246225 Add padding to struct sysinfo needed by m68k (note and patch by Richard Hirst). by Matt Kraai · 24 years ago
  21. 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 24 years ago
  22. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  23. 774d135 Make more robust (patch by Larry Doolittle). by Matt Kraai · 24 years ago
  24. d6ef074 Rewrote copyfd to use library functions, terminate, and copy correct data. by Matt Kraai · 24 years ago
  25. 231f998 Switch from hstrerror to herror for libc5 systems. by Matt Kraai · 24 years ago
  26. 8f7a4ad Add missing include, noted by Larry Doolittle. by Matt Kraai · 24 years ago
  27. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
  28. 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 24 years ago
  29. c911a43 Patch from Vladimir: by Eric Andersen · 24 years ago
  30. 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
  31. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 24 years ago
  32. f3e79ba Fix symlink removal problem noted by Erik Andersen. by Matt Kraai · 24 years ago
  33. 8cd16d8 This syncs things with Vladimir's latest patches. Also gets by Eric Andersen · 24 years ago
  34. 186bf1d This is Vladimir's update to last_char_is(). Since 'char *' is by Eric Andersen · 24 years ago
  35. f3f9f3e A patch from Vladimir to simplify chomp() by Eric Andersen · 24 years ago
  36. 4ad13e5 A patch from Vladimir to simplify concat_path_file() and by Eric Andersen · 24 years ago
  37. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
  38. 6b8c550 include libbb.h after other includes by Glenn L McGrath · 24 years ago
  39. 044a72d Larry suggested using concat_path_file() would be an even safer bet by Eric Andersen · 24 years ago
  40. 0e9aef3 Oops. I was a bit too hasty and also changed applet_name. by Eric Andersen · 24 years ago
  41. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
  42. 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 24 years ago
  43. 218aa37 Fix user permissions of copied directories. by Matt Kraai · 24 years ago
  44. 43ca137 Simplify permission handling for FIFOs. by Matt Kraai · 24 years ago
  45. 24abecc Fix exit status when there is an error copying a file. by Matt Kraai · 24 years ago
  46. 72ab975 Terminate source correctly when copying symlink. Report and patch by by Matt Kraai · 24 years ago
  47. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
  48. c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 24 years ago
  49. 4f3558a Fixed a BB_MTAB #define buglet reported by Magnus Damm. by Mark Whitley · 24 years ago
  50. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  51. 8810bdb Rewrote rm. by Matt Kraai · 24 years ago
  52. 0144103 Use generic flag names. by Matt Kraai · 24 years ago
  53. 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 24 years ago
  54. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 24 years ago
  55. 4e9267d Reversed last patch; unnecessary. by Mark Whitley · 24 years ago
  56. 4b66dab Added a sanity check to fix weird bug exposed when sourcing in commands from a by Mark Whitley · 24 years ago
  57. f5c358b Simplify file_prefix handling, and use of *dir variable. by Glenn L McGrath · 24 years ago
  58. ee0d93e Fix horrible, horrible memmory leak. I wondered why processes were dying ! by Glenn L McGrath · 24 years ago
  59. 89dc02d Clearly define out exclude list code, as recommended by Larry Doolittle by Glenn L McGrath · 24 years ago
  60. 6ebd633 Set permissions of created file by Glenn L McGrath · 24 years ago
  61. 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 24 years ago
  62. 0a3bda2 Move real_loop.h to libbb, where it belongs. -Erik by Eric Andersen · 24 years ago
  63. b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 24 years ago
  64. b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 24 years ago
  65. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 24 years ago
  66. 685f5fd untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f by Glenn L McGrath · 24 years ago
  67. 5faef74 Reads a field from a debian control (status or available) file, handles multi-line fields. by Glenn L McGrath · 24 years ago
  68. 65708e4 Read a FILE* till an empty line or eof and return it as a char buffer. by Glenn L McGrath · 24 years ago
  69. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 24 years ago
  70. 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 24 years ago
  71. 5a65413 Updates, fixes for handling contents, verbose extract. More updates to come by Glenn L McGrath · 24 years ago
  72. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 24 years ago
  73. c9cac5b Change size to unsinged long long, so if -1 is passed it will read as much as possible. by Glenn L McGrath · 24 years ago
  74. 6785b51 dpkg-deb -c works now by Glenn L McGrath · 24 years ago
  75. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 24 years ago
  76. 46079a1 remove unused clearerr statements by Glenn L McGrath · 24 years ago
  77. 3271751 This belongs in dos2unix.c by Glenn L McGrath · 24 years ago
  78. a283157 convert() is used by dos2unix and unix2dos by Glenn L McGrath · 24 years ago
  79. c8d9e06 Moved from dos2unix by Glenn L McGrath · 24 years ago
  80. b3f23d4 Seek to start of an entry inside an ar file by Glenn L McGrath · 24 years ago
  81. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
  82. 5b20d02 This is primarily to allow deb_extract to be independent of the tar applet. by Glenn L McGrath · 24 years ago
  83. 9e966ff Remove unneeded printf statment by Glenn L McGrath · 24 years ago
  84. f70f6ce Disable sigterm by Glenn L McGrath · 24 years ago
  85. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
  86. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
  87. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 24 years ago
  88. 0958093 Doc update for the 0.51 release. -Erik by Eric Andersen · 24 years ago 0_51
  89. fd40294 Patch from Valdimir to reduce stack usage, since recursive_action by Eric Andersen · 24 years ago
  90. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 24 years ago
  91. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
  92. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
  93. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 24 years ago
  94. 831ed16 Handle glibc 2.0.7 as well by Eric Andersen · 24 years ago
  95. 911af57 Be more generic for libc5. We don't need to know struct definitions by Eric Andersen · 24 years ago
  96. 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 24 years ago
  97. acc7757 *** empty log message *** by Eric Andersen · 24 years ago
  98. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 24 years ago
  99. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  100. 3c0364f Patch from Larry Doolittle to eliminate needless thrashing by Eric Andersen · 24 years ago