1. 0144103 Use generic flag names. by Matt Kraai · 23 years ago
  2. 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 23 years ago
  3. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 23 years ago
  4. 4e9267d Reversed last patch; unnecessary. by Mark Whitley · 23 years ago
  5. 4b66dab Added a sanity check to fix weird bug exposed when sourcing in commands from a by Mark Whitley · 23 years ago
  6. f5c358b Simplify file_prefix handling, and use of *dir variable. by Glenn L McGrath · 23 years ago
  7. ee0d93e Fix horrible, horrible memmory leak. I wondered why processes were dying ! by Glenn L McGrath · 23 years ago
  8. 89dc02d Clearly define out exclude list code, as recommended by Larry Doolittle by Glenn L McGrath · 23 years ago
  9. 6ebd633 Set permissions of created file by Glenn L McGrath · 23 years ago
  10. 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 23 years ago
  11. 0a3bda2 Move real_loop.h to libbb, where it belongs. -Erik by Eric Andersen · 23 years ago
  12. b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 23 years ago
  13. b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 23 years ago
  14. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 23 years ago
  15. 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
  16. 5faef74 Reads a field from a debian control (status or available) file, handles multi-line fields. by Glenn L McGrath · 23 years ago
  17. 65708e4 Read a FILE* till an empty line or eof and return it as a char buffer. by Glenn L McGrath · 23 years ago
  18. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 23 years ago
  19. 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 23 years ago
  20. 5a65413 Updates, fixes for handling contents, verbose extract. More updates to come by Glenn L McGrath · 23 years ago
  21. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 23 years ago
  22. c9cac5b Change size to unsinged long long, so if -1 is passed it will read as much as possible. by Glenn L McGrath · 23 years ago
  23. 6785b51 dpkg-deb -c works now by Glenn L McGrath · 23 years ago
  24. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 23 years ago
  25. 46079a1 remove unused clearerr statements by Glenn L McGrath · 23 years ago
  26. 3271751 This belongs in dos2unix.c by Glenn L McGrath · 23 years ago
  27. a283157 convert() is used by dos2unix and unix2dos by Glenn L McGrath · 23 years ago
  28. c8d9e06 Moved from dos2unix by Glenn L McGrath · 23 years ago
  29. b3f23d4 Seek to start of an entry inside an ar file by Glenn L McGrath · 23 years ago
  30. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  31. 5b20d02 This is primarily to allow deb_extract to be independent of the tar applet. by Glenn L McGrath · 23 years ago
  32. 9e966ff Remove unneeded printf statment by Glenn L McGrath · 23 years ago
  33. f70f6ce Disable sigterm by Glenn L McGrath · 23 years ago
  34. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  35. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 23 years ago
  36. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  37. 0958093 Doc update for the 0.51 release. -Erik by Eric Andersen · 23 years ago
  38. fd40294 Patch from Valdimir to reduce stack usage, since recursive_action by Eric Andersen · 23 years ago
  39. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  40. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  41. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  42. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 23 years ago
  43. 831ed16 Handle glibc 2.0.7 as well by Eric Andersen · 23 years ago
  44. 911af57 Be more generic for libc5. We don't need to know struct definitions by Eric Andersen · 23 years ago
  45. 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 23 years ago
  46. acc7757 *** empty log message *** by Eric Andersen · 23 years ago
  47. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 23 years ago
  48. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  49. 3c0364f Patch from Larry Doolittle to eliminate needless thrashing by Eric Andersen · 23 years ago
  50. 14fe392 Fix a warning with libc5. -Erik by Eric Andersen · 23 years ago
  51. b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 23 years ago
  52. 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 23 years ago
  53. 60b2d8d if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad, by Eric Andersen · 23 years ago
  54. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  55. d98e574 Patch bass ackwards behavior of hr flag. by Matt Kraai · 23 years ago
  56. 7cd0cfe Rewrite to fix bug #1140 and make it slightly smaller. by Matt Kraai · 23 years ago
  57. 08ff8a4 includes cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  58. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  59. b183dfa Split error messages into separate files. by Eric Andersen · 23 years ago
  60. c75586e Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files. -Erik by Eric Andersen · 23 years ago
  61. 1a6f8cf update .cvsignore files to note new location of loop.h by Eric Andersen · 23 years ago
  62. 8a6dbf6 Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr> by Eric Andersen · 23 years ago
  63. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 23 years ago
  64. 19f8620 Update the build system for pristine source directory builds. This by Eric Andersen · 24 years ago
  65. 624cc77 More portable handling of loop header files, as done in util-linux by Eric Andersen · 24 years ago