1. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  2. 54ac057 Fix memory leaks by Glenn L McGrath · 21 years ago
  3. 5c2c8ec Fix a "broken pipe" problem. vodz, last_patch_116-2 by Glenn L McGrath · 21 years ago
  4. e57feeb Keep trying to find a good header, if we exit it will cause .tar.gz by Glenn L McGrath · 21 years ago
  5. eba86e2 Catch unsupported features by Glenn L McGrath · 21 years ago
  6. e9080c9 NEW APPLET: pipe_progress, used by debian installer by Glenn L McGrath · 21 years ago
  7. 7b215b9 Fix build error with tar -j by Glenn L McGrath · 21 years ago
  8. 1a41db8 Remove some tar_gz stuff that get dragged in by Glenn L McGrath · 21 years ago
  9. 94cf153 Remove debugging noise. by Glenn L McGrath · 21 years ago
  10. d09bcec Read in blocks rather than one char at a time, greatly improves speed by Glenn L McGrath · 21 years ago
  11. 5f28455 Oskar Liljeblad writes: by Eric Andersen · 21 years ago
  12. b6e58d2 Michael Smith writes: by Eric Andersen · 21 years ago
  13. c16686c Ulrich Marx writes: by Eric Andersen · 21 years ago
  14. 61b038a Steven Seeger writes: by Eric Andersen · 21 years ago
  15. 8211db5 Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
  16. e0c83af Marc Kleine-Budde noticed a missing semicolon by Eric Andersen · 21 years ago
  17. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
  18. 0bdf41a Add some basic cvs usage info by Eric Andersen · 21 years ago
  19. bbce615 Rob Landley writes: by Eric Andersen · 21 years ago
  20. 2849209 Patch from Steven Scholz to send the output from 'time' by Eric Andersen · 21 years ago
  21. 28d4e16 This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 by Eric Andersen · 21 years ago
  22. d2160aa fix comment by Eric Andersen · 21 years ago
  23. b1ffba0 wrap bb help output if CONFIG_FEATURE_AUTOWIDTH by Tim Riker · 21 years ago
  24. 1b1942f As vodz pointed out, setting unset_env to NULL is sufficient by Eric Andersen · 21 years ago
  25. 7f9de02 Rewrite, 800+ bytes smaller and more robust. by Glenn L McGrath · 21 years ago
  26. 5912acb By popular demand, revert to version 1.21, since Rules.mak:1.22 by Eric Andersen · 21 years ago
  27. 2685724 Fix tar -j support by Glenn L McGrath · 21 years ago
  28. 6d68781 Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling by Eric Andersen · 21 years ago
  29. b7077a7 Set unset_env pointing to a NULL item, to prevent us from walking by Eric Andersen · 21 years ago
  30. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  31. f6067be Avoid conflicts with the 2.6 kernel headers, which define by Eric Andersen · 21 years ago
  32. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  33. 8179cf2 Put back the tar support stubs (and warnings) for now. by Eric Andersen · 21 years ago
  34. 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
  35. e64bf40 Patch from David Meggy to make the swap default to the new version if no by Glenn L McGrath · 21 years ago
  36. 4ef5a84 Move the tail -c option from FANCY_TAIL to the default tail, this makes by Glenn L McGrath · 21 years ago
  37. 0120be9 Fix stupid typo by Eric Andersen · 21 years ago
  38. 9716575 Remove config options for sort -u and sort -r, they are always enabled by Glenn L McGrath · 21 years ago
  39. 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
  40. 09c295a run through indent by Glenn L McGrath · 21 years ago
  41. 00ed36f Patch from Dmitry Zakharov, by Glenn L McGrath · 21 years ago
  42. b8b6816 make certain values specified in the environment always win by Eric Andersen · 21 years ago
  43. f4fd3a1 Accept the -c option and do nothing by Glenn L McGrath · 21 years ago
  44. 984b451 fix a bug where `which' doesn't check whether the file passed as an argument by Glenn L McGrath · 21 years ago
  45. 6530f0d make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch by Glenn L McGrath · 21 years ago
  46. 4636aa9 "A few references to sourcefiles and URLs in docs/contributing.txt had by Glenn L McGrath · 21 years ago
  47. f235d05 Use the return value from uncompress_bunzip, fix some typo by Glenn L McGrath · 21 years ago
  48. 1c83440 Add some error messages, use xmalloc instead of malloc by Glenn L McGrath · 21 years ago
  49. debb21e Fix a logic error, the old bunzip code returned non-zero for success, by Glenn L McGrath · 21 years ago
  50. e81fc5f Conditionally compile some files. by Glenn L McGrath · 21 years ago
  51. 5fa4db2 Another bzip2 update and speedup from Manuel Novoa III, with some by Eric Andersen · 21 years ago
  52. 2053a8c the dc applet now needs libm -Erik by Eric Andersen · 21 years ago
  53. e78fe24 sigh by Eric Andersen · 21 years ago
  54. a928774 Goetz Bock writes: by Eric Andersen · 21 years ago
  55. a48b0a3 last_patch116 from vodz: by Eric Andersen · 21 years ago
  56. 514633b Tomasz Motylewski reported that the 'which' applet does not find by Eric Andersen · 21 years ago
  57. 7f6295f Patch from Arthur Othieno for style-guide.txt conformance by Eric Andersen · 21 years ago
  58. 28672dd Patch from Arthur Othieno for docs/style-guide.txt conformance. by Eric Andersen · 21 years ago
  59. 9ef6c93 Patch from Arthur Othieno to fix a compiler warning by Eric Andersen · 21 years ago
  60. 976a55e make this a little bit less messy by Eric Andersen · 21 years ago
  61. f1d3ac4 Update mail location by Eric Andersen · 21 years ago
  62. 637d226 Disable any buffering to stdout by Eric Andersen · 21 years ago
  63. 5289969 Tito writes: by Eric Andersen · 21 years ago
  64. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  65. 951df20 Do a better job of dealing with screwy s390 abi changes by Eric Andersen · 21 years ago
  66. acf6c91 ccording to this: by Eric Andersen · 21 years ago
  67. 1acfb72 Manuel Novoa III writes: by Eric Andersen · 21 years ago
  68. 0d6d88a Rob Landley's new micro-bunzip version 3. Rob writes: by Eric Andersen · 21 years ago
  69. 6fe55ae old gcc by Tim Riker · 21 years ago
  70. 7857c03 Paul Mundt (lethal) writes: by Eric Andersen · 21 years ago
  71. d12061b Vodz last_patch_117, update options for new xargs by Glenn L McGrath · 21 years ago
  72. 6179694 Vods versions of xargs by Glenn L McGrath · 21 years ago
  73. 75a5684 I don't need to have my email adder listed twice by Eric Andersen · 21 years ago
  74. 2af7000 Do not use kernel headers by Eric Andersen · 21 years ago
  75. fe4704e Fix an ommision preventing building, patch by Tito. by Glenn L McGrath · 21 years ago
  76. 12940e1 example devfs config file, patch from Tito. by Glenn L McGrath · 21 years ago
  77. 17d21fa New applet, devfsd, by Matteo Croce and Tito by Glenn L McGrath · 21 years ago
  78. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  79. 9982596 Bugfix for xargs by Glenn L McGrath · 21 years ago
  80. 29c77f7 Arnd Ben Otto writes: by Eric Andersen · 21 years ago
  81. dae099b We did not have a safe_write, which is the analog to safe_read. Convert by Eric Andersen · 21 years ago
  82. 638da75 Fix some warnings that have crept in recently by Eric Andersen · 21 years ago
  83. 0708585 Patch from Tito, size optimisation and fix error in exit code of -V option by Glenn L McGrath · 21 years ago
  84. 586d86c Comaptability with gcc-2.95 by Glenn L McGrath · 21 years ago
  85. 9d1a33c Vodz last_patch_105 without his xargs patch which doenst apply cleanly by Glenn L McGrath · 21 years ago
  86. add3ead Add the x, n, s and E options, remove -r as its expected behaviour. by Glenn L McGrath · 21 years ago
  87. 42c2573 Patch from Rob Landley; by Glenn L McGrath · 21 years ago
  88. fd7bc13 Woops, the previous patch reversal wasnt complete, breaking everything. by Glenn L McGrath · 21 years ago
  89. f86bd9f Reverse my previous changes and make a note about why its dont this way by Glenn L McGrath · 21 years ago
  90. 07cf926 Dont mix xarg options with utility option, fixes example of by Glenn L McGrath · 21 years ago
  91. 1dc0cca Vodz, last_patch_114 by Glenn L McGrath · 21 years ago
  92. 8ac86e3 Patch by Rob Landley, fix warning by Glenn L McGrath · 21 years ago
  93. 4a77c78 argc has already been decremented by Glenn L McGrath · 21 years ago
  94. cb920d9 Patch from Rob Landley, Simplify organisation of arguments. by Glenn L McGrath · 21 years ago
  95. 91b3d46 Fix -C option when creating tar files. by Glenn L McGrath · 21 years ago
  96. 9c91e41 Thomas Lundquist, update for current structure by Glenn L McGrath · 21 years ago
  97. 0ad4daa Patch from Rob Landley to fix backrefs by Glenn L McGrath · 21 years ago
  98. 738fb33 Patch by Rob Landley, fix "newline after edit command" by Glenn L McGrath · 21 years ago
  99. aa5a602 Patch by Rob Landley, work in progress update, fixes lots of bugs, by Glenn L McGrath · 21 years ago
  100. e6ba16f Patch by Guillaume Morin by Glenn L McGrath · 21 years ago