Glenn L McGrath 778041f8d10 Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command 18 Jul 2001 Glenn L McGrath b9e4ce99d82 Update dpkg usage 18 Jul 2001 Glenn L McGrath ed4492a697c More feedback to user 18 Jul 2001 Glenn L McGrath 7b0241579cb Be more verbose when configureing package, minor changes 18 Jul 2001 Glenn L McGrath 6fc92a506ab Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. It makes error reporting here more trouble than its worth 18 Jul 2001 Glenn L McGrath 4cdc607f728 Use xfopen to abort on error to prevent segfaulting later. 18 Jul 2001 Eric Andersen bc4c0300238 Cleanup from vodz 17 Jul 2001 Eric Andersen 044228d5ecb This is vodz' latest patch. Sorry it took so long... 1) ping cleanup (compile fix from this patch already applied).
2) traceroute call not spare ntohl() now (and reduce size);
3) Fix for functions not declared static in insmod, ash, vi and mount.
4) a more simple API cmdedit :))
5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option
6) reduce exporting library function index->strchr (traceroute), bzer... 17 Jul 2001 Glenn L McGrath 51ded05b3bf enum entry for unarchive to be used by tar 14 Jul 2001 Glenn L McGrath a868ec89e82 Allow the unarchive() extract_list variable to be NULL, meaning extract all 14 Jul 2001 Glenn L McGrath 58a5bd187dd Tolerate fields with no data, e.g. "Depends: " 14 Jul 2001 Matt Kraai 06ef16563b6 Allow featureless ping to compile, and featureful ping to shrink (by Adam Slattery). 13 Jul 2001 Glenn L McGrath ccd65c9be66 Total rewrite, uses hash tables for speed and low memory use. 13 Jul 2001 Glenn L McGrath 3d46224b786 Return NULL if file doesnt open in deb_extract 13 Jul 2001 Glenn L McGrath cfeb08a1932 Make sure there is a trailing '\0' when extracting to buffer. 13 Jul 2001 Glenn L McGrath 5e66a26eaa3 Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt 13 Jul 2001 Glenn L McGrath 26a0d9a9454 Call setvbuf from here isntead of gz_open for compatability with uclibc 13 Jul 2001 Glenn L McGrath b028e08d353 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. 13 Jul 2001 Eric Andersen 7467c8d3b6a Patch from vodz: Changed email address
cmdedit API change
optimizations for traceroute and md5sum
added a new shared create_icmp_socket() function 12 Jul 2001 Matt Kraai f69bfc76fa7 Allow assignments in the export and readonly commands. 12 Jul 2001 Matt Kraai ab6526c8b3d Remove debugging statement. 12 Jul 2001 Glenn L McGrath 3e94f729a54 Quiet mode, sometimes error messages arent wanted 12 Jul 2001 Glenn L McGrath c1270088401 Allow unarchive to redirect stdout (tobe used by dpkg applet) 11 Jul 2001 Glenn L McGrath 481d19b38e0 Fix bug where it wasnt returning the last line of a multiline field 11 Jul 2001 Glenn L McGrath daf0b78e1a0 Reverse part of my previous changes 11 Jul 2001 Glenn L McGrath 93febe672a9 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() 11 Jul 2001 Eric Andersen c59fa37d408 Make the obj's generated from libbb/unarchive.c depend on the Makefile, so things like setting DODMALLOC will cause them to
be recompiled
-Erik 11 Jul 2001 Glenn L McGrath 248c57ca43b minor dmalloc inspired cleanups 11 Jul 2001 Glenn L McGrath 59e50f634a8 Unpack the filename not the package name 11 Jul 2001 Eric Andersen 8c145dc31be Fix a stupid search and replace bug... 10 Jul 2001 Eric Andersen 55522080c68 Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim it down a little bit. 10 Jul 2001 Eric Andersen 5c58d283bbd A traceroute applet from vodz. This could probably be slimmed down, but will do for now... 10 Jul 2001 Eric Andersen 91b84603d3c Cleanup from vodz 10 Jul 2001 Eric Andersen 2a466346179 Make the rev be 0.53pre... 10 Jul 2001 Matt Kraai 5710f9f690c Read 20 512-byte blocks at a time (like GNU tar). 10 Jul 2001 Glenn L McGrath 654944fc36b Reverse my previous change, still cant compile with dmalloc 10 Jul 2001 Glenn L McGrath c3d2f1287e2 When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc 10 Jul 2001 Matt Kraai 6199fa90e5d Update version number to 0.53pre. 10 Jul 2001 Eric Andersen 6248355c6f6 vodz' latest update to ash.c 10 Jul 2001 Eric Andersen 5a4a46a2519 Patch from vodz to support 'tr a-z A-Z' syntax. 09 Jul 2001 Eric Andersen f52947ba71c Fix the spec file so it works on redhat systems. At least I think it will work on redhat. At least it now works on my Debian box...
-Erik 09 Jul 2001 Eric Andersen aa64ba459f2 Minor working update 07 Jul 2001 Eric Andersen ceece81414e Move a bit more to the old news section 07 Jul 2001 Eric Andersen d0e5f86a102 Enable APPLETS_ALWAYS_WIN 07 Jul 2001 Eric Andersen d0b4d3dabff Typo fix. 07 Jul 2001 Eric Andersen 7b2dfc623b7 Move some stuff to the oldnews area 07 Jul 2001 Eric Andersen 40ecf7da882 Update web page... 07 Jul 2001 Eric Andersen 5c3070b29ca Update changelogs 07 Jul 2001 Eric Andersen 807bda4a240 Minor update to include file ordering 07 Jul 2001 Eric Andersen 7cd5075908e This is out of date, and Glenn tells me this can be safely deleted. To be useful on Hurd will really require the new build system...
-Erik 07 Jul 2001