Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-20 | Check there are files to add the archive before removing a specified | Glenn L McGrath | |
tar file. | |||
2003-11-20 | Dont attempt to unlink directories | Glenn L McGrath | |
2003-11-20 | Superficial changes | Glenn L McGrath | |
2003-11-20 | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath | |
patch by Steven Scholz | |||
2003-11-20 | Include stdint.h | Glenn L McGrath | |
2003-11-18 | woops, we needed that function | Glenn L McGrath | |
2003-11-18 | COMPRESS, not UNCOMPRESS | Glenn L McGrath | |
2003-11-18 | Update usage for tar -Z | Glenn L McGrath | |
2003-11-18 | Update md5sum, sha1sum options, patch by Steven Scholz | Glenn L McGrath | |
2003-11-18 | tar -Z, uncompress support | Glenn L McGrath | |
2003-11-18 | Dont close original file handle, we may need it later. | Glenn L McGrath | |
2003-11-18 | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath | |
prevent overwritting existing files | |||
2003-11-18 | Only use getopt and associated flags if checking is enabled | Glenn L McGrath | |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath | |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath | |
2003-11-17 | Dont free filename, its needed in the extracted files list. | Glenn L McGrath | |
2003-11-17 | This was made obsolete by config-udeb-linux-i386 | Glenn L McGrath | |
2003-11-17 | Remove net-udeb flavour, we dotn use it | Glenn L McGrath | |
2003-11-17 | Use the PROG variable instead of 'busybox' in the release target | Glenn L McGrath | |
2003-11-15 | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath | |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | |
open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. | |||
2003-11-15 | Fix memory leaks | Glenn L McGrath | |
2003-11-14 | Fix a "broken pipe" problem. vodz, last_patch_116-2 | Glenn L McGrath | |
2003-11-14 | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath | |
files to compute incorrect crc and length for gzip | |||
2003-11-14 | Catch unsupported features | Glenn L McGrath | |
2003-11-14 | NEW APPLET: pipe_progress, used by debian installer | Glenn L McGrath | |
2003-11-14 | Fix build error with tar -j | Glenn L McGrath | |
2003-11-14 | Remove some tar_gz stuff that get dragged in | Glenn L McGrath | |
2003-11-14 | Remove debugging noise. | Glenn L McGrath | |
2003-11-14 | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath | |
2003-11-14 | Oskar Liljeblad writes: | Eric Andersen | |
Here's a fix for the hard-coded device name in fbset. | |||
2003-11-14 | Michael Smith writes: | Eric Andersen | |
I noticed a problem with ifconfig in busybox 0.60.5. The matching code seems to exist in busybox CVS as well, so I'll paste in the patch that fixed it. I was running: # ifconfig wan0 1.2.3.4 pointopoint 1.2.3.5 netmask 255.255.255.255 I was seeing the inet addr and P-t-P addr both being set to 1.2.3.5 (the pointopoint address). wan0 Link encap:Point-Point Protocol inet addr:1.2.3.5 P-t-P:1.2.3.5 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 ... The patch below seems to fix it. | |||
2003-11-14 | Ulrich Marx writes: | Eric Andersen | |
hello i had some trouble with the filedescriptor in udhcp. Two things happened on my device: 1.) broken or not connected cable (no dhcp-server) 2.) daemonizing (starting with option -b) i got a filedescriptor fd=0 from function raw_socket, after daemonizing (daemon call) the fd is closed. Client can't recieve data's anymore. i fixed this problem (like pidfile handling): | |||
2003-11-14 | Steven Seeger writes: | Eric Andersen | |
Hey guys. I've found a bug in modprobe where it generates bad strings and makes sytem calls with them. The following patch seems to have fixed the problem. It is rather inherited elsewhere, as there seems to be incorrect entries in the list which results in more dependencies than really exist for a given call to mod_process. But, this patch prevents the bad text from going to the screen. You will notice there are cases where lcmd goes unmodified before calling system. Please consider the following patch. Thanks. -Steve | |||
2003-11-14 | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | |
Hi Glenn. I analysed BSS size gzip applet and found may be mistake: updcrc() checking if (crc_table_empty) but not resetted this var. This do make slow gzip applet ;-) --w vodz | |||
2003-11-14 | Marc Kleine-Budde noticed a missing semicolon | Eric Andersen | |
2003-11-10 | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath | |
algorithms. Move algorithms to hash_fd and make them available via a common function. | |||
2003-11-08 | Add some basic cvs usage info | Eric Andersen | |
2003-11-08 | Rob Landley writes: | Eric Andersen | |
Remove three entries in defconfig that config no longer has. Rob | |||
2003-11-07 | Patch from Steven Scholz to send the output from 'time' | Eric Andersen | |
to stderr, rather than stdout, so that things like ~ # time bunzip2 -c /tmp/test.bz2 > /dev/null real 0m 29.44s user 0m 29.30s sys 0m 0.12s operate as expected. | |||
2003-11-07 | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | Eric Andersen | |
support compile. Glenn, you may want to verify this. -Erik | |||
2003-11-07 | fix comment | Eric Andersen | |
2003-11-07 | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH | Tim Riker | |
2003-11-07 | As vodz pointed out, setting unset_env to NULL is sufficient | Eric Andersen | |
2003-11-06 | Rewrite, 800+ bytes smaller and more robust. | Glenn L McGrath | |
2003-11-05 | By popular demand, revert to version 1.21, since Rules.mak:1.22 | Eric Andersen | |
causes the build to ignore CROSS_COMPILER_PREFIX set in .config | |||
2003-11-05 | Fix tar -j support | Glenn L McGrath | |
Use the old fork() method of tar compression support, rather than read_bz2.... - (*uncompress)(int in, int out) seems like a more natural interface for compression code. - it might improve performance by seperating the work into one cpu bound and one io bound process. - There is extra code required to do read_[gz|bunzip] since (*uncompress)(int in, int out) will normally be used by the standalone compression applet. There have been problems with this method so if you see a "Short read" error let me know. | |||
2003-11-04 | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling | Eric Andersen | |
2003-11-03 | Set unset_env pointing to a NULL item, to prevent us from walking | Eric Andersen | |
off the end of the list and segfaulting. -Erik | |||
2003-11-03 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen | |
I have checked rdate. Someone should also check ftpget/ftpput to be sure they still work. |