aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reduced code size for new -e flag (suggested by vodz)sandman2002-05-161-17/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4781 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doh! Remember to close /etc/inittabandersen2002-05-151-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4779 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support old-style compress (.Z) files via libbb / unzip( ) callssandman2002-05-156-4/+58
| | | | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) git-svn-id: svn://busybox.net/trunk/busybox@4778 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gunzip'ing many files to stdout works nowsandman2002-05-151-6/+9
| | | | | | | Fixed a missing initialisation and made a for loop more readable. git-svn-id: svn://busybox.net/trunk/busybox@4777 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't delete source file when decompressing to stdoutsandman2002-05-151-1/+2
| | | | | | | This is the normal GNU gunzip behaviour git-svn-id: svn://busybox.net/trunk/busybox@4776 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Complete rewrite to support stack loading/unloading with propersandman2002-05-141-94/+145
| | | | | | | handling of duplicates in the dependencies list. git-svn-id: svn://busybox.net/trunk/busybox@4775 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for -Y|--proxy=on/off to wgetsandman2002-05-142-8/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4774 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add --login support. This is the bash way of starting a shell that shouldsandman2002-05-141-3/+10
| | | | | | | parse the profile files. git-svn-id: svn://busybox.net/trunk/busybox@4773 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch adds -e (extended information) to route and -r/-e (show routingsandman2002-05-141-2/+5
| | | | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. git-svn-id: svn://busybox.net/trunk/busybox@4772 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch adds -e (extended information) to route and -r/-e (show routingsandman2002-05-142-23/+70
| | | | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. git-svn-id: svn://busybox.net/trunk/busybox@4771 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Entries with "noauto" options are ignored correctly when mounting allsandman2002-05-141-0/+1
| | | | | | | | ("mount -a"), but mount fails when these entries are specified explicitly In these cases the "noauto" option has to be simply ignored. git-svn-id: svn://busybox.net/trunk/busybox@4770 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.andersen2002-05-051-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,andersen2002-05-031-36/+57
| | | | | | | merged in with the latest and greatest. git-svn-id: svn://busybox.net/trunk/busybox@4730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make verbose and show_only work as expectedandersen2002-05-031-7/+13
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flagandersen2002-05-031-3/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix and shrink uuencodetimr2002-05-012-55/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/gunzip.c (gunzip_file): New.kraai2002-04-291-99/+99
| | | | | | | (gunzip_main): Handle no arguments correctly. git-svn-id: svn://busybox.net/trunk/busybox@4708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update websiteandersen2002-04-272-14/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4706 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix silly combinitorial oversightandersen2002-04-271-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Cliff L. Biffle <cbiffle@safety.net> to display memoryandersen2002-04-271-14/+27
| | | | | | | usage in the ps listing git-svn-id: svn://busybox.net/trunk/busybox@4689 69ca8d6d-28ef-0310-b511-8ec308f3f277
* uClibc supports struct _res these days...andersen2002-04-271-10/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support noerror optionandersen2002-04-272-4/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When the .config file is missing, supply a default oneandersen2002-04-271-0/+6
| | | | | | | and run menuconfig git-svn-id: svn://busybox.net/trunk/busybox@4680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add netcat -i option, per patch from Cristian Ionescu-Idbohrnandersen2002-04-262-2/+41
| | | | | | | <cristian.ionescu-idbohrn@axis.com> git-svn-id: svn://busybox.net/trunk/busybox@4679 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>andersen2002-04-263-2/+98
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ensure that getenv("PATH") stays current, since otherwise cmdeditandersen2002-04-262-1/+5
| | | | | | | | | (which calls getenv("PATH")) would not operate upon the current PATH settings, which was really quite iritating. -Erik git-svn-id: svn://busybox.net/trunk/busybox@4677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bugsandersen2002-04-261-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4668 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor formattingandersen2002-04-261-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add missing void, still has issues thoughtimr2002-04-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4665 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix from kergothtimr2002-04-261-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4664 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>:andersen2002-04-261-11/+77
| | | | | | | | | | | | | | | | | | | | | 1. busybox-telnet dosn't inform server about the size of terminal screen. In the world of xterminals and frame buffers it's rather horrible to use fixed 80x24 region in upper-left corner of screen/window. 2. If client sends character 0x0d to the server then sends character 0x0a the server eat the second byte (0x0a) - it's described in telnet RFC. Client should send two bytes ( 0x0d + 0x0a or 0x0d + 0x00 ) insted of one 0x0d byte. 3. busybox telnet implementation wasn't 8bit clean (look at 0xff byte). I need it because I have to use binray transfer like rz/sz. So when I resloved the problem (2) I corrected this one two. This also contains a small cleanup patch from vodz, and some minor editing by me. git-svn-id: svn://busybox.net/trunk/busybox@4663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reworked by Robert Griebl <griebl@gmx.de> to support properandersen2002-04-261-0/+188
| | | | | | | module dependancies. git-svn-id: svn://busybox.net/trunk/busybox@4658 69ca8d6d-28ef-0310-b511-8ec308f3f277
* vodz noted this line (as imported from Debian) is wrong, and has sinceandersen2002-04-241-2/+2
| | | | | | | been fixed upstream. git-svn-id: svn://busybox.net/trunk/busybox@4653 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply last_patch37 from vodzandersen2002-04-241-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4652 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls could mis-color certain entries when previous commandsandersen2002-04-171-0/+2
| | | | | | | had failed. Explicitly 0 out errno to prevent that. git-svn-id: svn://busybox.net/trunk/busybox@4641 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * networking/wget.c (wget_main): Check return value of safe_fwrite.kraai2002-04-171-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4639 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standardkraai2002-04-152-2/+5
| | | | | | | | output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New. git-svn-id: svn://busybox.net/trunk/busybox@4628 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to workandersen2002-04-151-11/+7
| | | | | | | with stdin as well as stdout. git-svn-id: svn://busybox.net/trunk/busybox@4627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway -- fix a missing "\" in usage.handersen2002-04-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Silly meandersen2002-04-131-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4617 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Teach makedevs to not segfault quite so muchandersen2002-04-131-12/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4616 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTRandersen2002-04-131-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup make cleanandersen2002-04-131-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Kevin Hilman <khilman@equator.com> to fix potentialandersen2002-04-131-1/+2
| | | | | | | memory corruption from long pathnames in /etc/fstab. git-svn-id: svn://busybox.net/trunk/busybox@4613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a 'make uninstall' targetandersen2002-04-131-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway <jim@stardot-tech.com> to teachandersen2002-04-131-3/+3
| | | | | | | pidof to not add trailing spaces when not needed. git-svn-id: svn://busybox.net/trunk/busybox@4611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-Kandersen2002-04-131-8/+12
| | | | | | | and fix CTRL-L support for cmdedit.c git-svn-id: svn://busybox.net/trunk/busybox@4610 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sed can go into an infinite loopandersen2002-04-131-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4609 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stupid gcc always includes its own builtin strlen()...andersen2002-04-132-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4608 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withandersen2002-04-131-39/+308
| | | | | | | shell loops (for, while, until) and control operators (||, &&) git-svn-id: svn://busybox.net/trunk/busybox@4606 69ca8d6d-28ef-0310-b511-8ec308f3f277