Robert Griebl [Fri, 17 May 2002 22:18:04 +0000 (22:18 -0000)]
SUpport old style -[::digit::] options for head and tail
Also make head behave like GNU head (-0/-n 0 is valid)
Robert Griebl [Thu, 16 May 2002 19:14:15 +0000 (19:14 -0000)]
Reduced code size for new -e flag (suggested by vodz)
Eric Andersen [Wed, 15 May 2002 22:19:09 +0000 (22:19 -0000)]
Doh! Remember to close /etc/inittab
Robert Griebl [Wed, 15 May 2002 22:13:47 +0000 (22:13 -0000)]
Support old-style compress (.Z) files via libbb / unzip( ) calls
(configurable) - When enabled an applet "uncompress" is also made
available (oddname to gunzip)
Robert Griebl [Wed, 15 May 2002 21:57:42 +0000 (21:57 -0000)]
gunzip'ing many files to stdout works now
Fixed a missing initialisation and made a for loop more readable.
Robert Griebl [Wed, 15 May 2002 21:45:52 +0000 (21:45 -0000)]
Don't delete source file when decompressing to stdout
This is the normal GNU gunzip behaviour
Robert Griebl [Tue, 14 May 2002 23:42:08 +0000 (23:42 -0000)]
Complete rewrite to support stack loading/unloading with proper
handling of duplicates in the dependencies list.
Robert Griebl [Tue, 14 May 2002 23:36:45 +0000 (23:36 -0000)]
Added support for -Y|--proxy=on/off to wget
Robert Griebl [Tue, 14 May 2002 23:22:06 +0000 (23:22 -0000)]
Add --login support. This is the bash way of starting a shell that should
parse the profile files.
Robert Griebl [Tue, 14 May 2002 23:10:58 +0000 (23:10 -0000)]
This patch adds -e (extended information) to route and -r/-e (show routing
tables/extended information) to netstat.
This makes them behave (more) like their GNU counterparts.
Robert Griebl [Tue, 14 May 2002 23:03:23 +0000 (23:03 -0000)]
This patch adds -e (extended information) to route and -r/-e (show routing
tables/extended information) to netstat.
This makes them behave (more) like their GNU counterparts.
Robert Griebl [Tue, 14 May 2002 22:56:29 +0000 (22:56 -0000)]
Entries with "noauto" options are ignored correctly when mounting all
("mount -a"), but mount fails when these entries are specified explicitly
In these cases the "noauto" option has to be simply ignored.
Eric Andersen [Sun, 5 May 2002 03:40:14 +0000 (03:40 -0000)]
Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.
Eric Andersen [Fri, 3 May 2002 15:48:26 +0000 (15:48 -0000)]
Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,
merged in with the latest and greatest.
Eric Andersen [Fri, 3 May 2002 15:22:42 +0000 (15:22 -0000)]
Make verbose and show_only work as expected
-Erik
Eric Andersen [Fri, 3 May 2002 10:34:35 +0000 (10:34 -0000)]
Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag
Tim Riker [Wed, 1 May 2002 05:57:16 +0000 (05:57 -0000)]
fix and shrink uuencode
Matt Kraai [Mon, 29 Apr 2002 15:32:32 +0000 (15:32 -0000)]
* archival/gunzip.c (gunzip_file): New.
(gunzip_main): Handle no arguments correctly.
Eric Andersen [Sat, 27 Apr 2002 12:16:48 +0000 (12:16 -0000)]
Update website
Eric Andersen [Sat, 27 Apr 2002 09:19:39 +0000 (09:19 -0000)]
Fix silly combinitorial oversight
Eric Andersen [Sat, 27 Apr 2002 06:06:11 +0000 (06:06 -0000)]
Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory
usage in the ps listing
Eric Andersen [Sat, 27 Apr 2002 04:06:55 +0000 (04:06 -0000)]
uClibc supports struct _res these days...
Eric Andersen [Sat, 27 Apr 2002 01:31:43 +0000 (01:31 -0000)]
Support noerror option
Eric Andersen [Sat, 27 Apr 2002 00:06:47 +0000 (00:06 -0000)]
When the .config file is missing, supply a default one
and run menuconfig
Eric Andersen [Fri, 26 Apr 2002 23:59:12 +0000 (23:59 -0000)]
Add netcat -i option, per patch from Cristian Ionescu-Idbohrn
<cristian.ionescu-idbohrn@axis.com>
Eric Andersen [Fri, 26 Apr 2002 23:53:10 +0000 (23:53 -0000)]
Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>
Eric Andersen [Fri, 26 Apr 2002 23:40:09 +0000 (23:40 -0000)]
Ensure that getenv("PATH") stays current, since otherwise cmdedit
(which calls getenv("PATH")) would not operate upon the current
PATH settings, which was really quite iritating.
-Erik
Eric Andersen [Fri, 26 Apr 2002 08:44:17 +0000 (08:44 -0000)]
Fix bugs
Eric Andersen [Fri, 26 Apr 2002 08:00:33 +0000 (08:00 -0000)]
Minor formatting
Tim Riker [Fri, 26 Apr 2002 07:53:39 +0000 (07:53 -0000)]
add missing void, still has issues though
Tim Riker [Fri, 26 Apr 2002 07:41:22 +0000 (07:41 -0000)]
fix from kergoth
Eric Andersen [Fri, 26 Apr 2002 07:20:47 +0000 (07:20 -0000)]
Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>:
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.
Eric Andersen [Fri, 26 Apr 2002 06:04:01 +0000 (06:04 -0000)]
Reworked by Robert Griebl <griebl@gmx.de> to support proper
module dependancies.
Eric Andersen [Wed, 24 Apr 2002 23:14:06 +0000 (23:14 -0000)]
vodz noted this line (as imported from Debian) is wrong, and has since
been fixed upstream.
Eric Andersen [Wed, 24 Apr 2002 23:08:23 +0000 (23:08 -0000)]
Apply last_patch37 from vodz
Eric Andersen [Wed, 17 Apr 2002 20:21:45 +0000 (20:21 -0000)]
ls could mis-color certain entries when previous commands
had failed. Explicitly 0 out errno to prevent that.
Matt Kraai [Wed, 17 Apr 2002 15:33:24 +0000 (15:33 -0000)]
* networking/wget.c (wget_main): Check return value of safe_fwrite.
Matt Kraai [Mon, 15 Apr 2002 15:01:37 +0000 (15:01 -0000)]
* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
output.
* testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
Eric Andersen [Mon, 15 Apr 2002 07:40:27 +0000 (07:40 -0000)]
Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work
with stdin as well as stdout.
Eric Andersen [Sat, 13 Apr 2002 14:48:51 +0000 (14:48 -0000)]
Patch from Jim Treadway -- fix a missing "\" in usage.h
Eric Andersen [Sat, 13 Apr 2002 14:44:42 +0000 (14:44 -0000)]
Silly me
Eric Andersen [Sat, 13 Apr 2002 14:26:44 +0000 (14:26 -0000)]
Teach makedevs to not segfault quite so much
Eric Andersen [Sat, 13 Apr 2002 14:07:32 +0000 (14:07 -0000)]
Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR
Eric Andersen [Sat, 13 Apr 2002 13:52:13 +0000 (13:52 -0000)]
Cleanup make clean
Eric Andersen [Sat, 13 Apr 2002 13:47:39 +0000 (13:47 -0000)]
Patch from Kevin Hilman <khilman@equator.com> to fix potential
memory corruption from long pathnames in /etc/fstab.
Eric Andersen [Sat, 13 Apr 2002 13:39:48 +0000 (13:39 -0000)]
Add a 'make uninstall' target
Eric Andersen [Sat, 13 Apr 2002 13:32:30 +0000 (13:32 -0000)]
Patch from Jim Treadway <jim@stardot-tech.com> to teach
pidof to not add trailing spaces when not needed.
Eric Andersen [Sat, 13 Apr 2002 13:26:49 +0000 (13:26 -0000)]
Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-K
and fix CTRL-L support for cmdedit.c
Eric Andersen [Sat, 13 Apr 2002 13:18:15 +0000 (13:18 -0000)]
Sed can go into an infinite loop
Eric Andersen [Sat, 13 Apr 2002 13:02:03 +0000 (13:02 -0000)]
Stupid gcc always includes its own builtin strlen()...
Eric Andersen [Sat, 13 Apr 2002 12:33:41 +0000 (12:33 -0000)]
Nice patch from Wolfgang Denk <wd@denx.de> to provide hush with
shell loops (for, while, until) and control operators (||, &&)
Eric Andersen [Sat, 13 Apr 2002 09:30:25 +0000 (09:30 -0000)]
Teach tftp to direct the fetched file to stdout when the
user specifies "-l -"
-Erik
Eric Andersen [Sat, 13 Apr 2002 09:10:34 +0000 (09:10 -0000)]
Rework per how I did things in version in 0.60.3 so it can
properly uncompress multiple files now.
-Erik
Eric Andersen [Sat, 13 Apr 2002 08:43:01 +0000 (08:43 -0000)]
Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> for
better tape drive support in tar/cpio by using an intervening
pipe...
Eric Andersen [Sat, 13 Apr 2002 08:31:59 +0000 (08:31 -0000)]
Update some missing copyright notices
Tim Riker [Sat, 13 Apr 2002 05:37:10 +0000 (05:37 -0000)]
make ash prompt the same as other shells if cmdedit and fancyprompt
Eric Andersen [Fri, 12 Apr 2002 12:05:57 +0000 (12:05 -0000)]
Completely rework the config system so that it no longer annoys me to work on
the busybox development tree. This eliminates the use of recursive make, and
once again allows us to run 'make' in a subdirectory with the expected result.
And things are now much faster too. Greatly improved IMHO...
-Erik
Eric Andersen [Fri, 12 Apr 2002 00:28:59 +0000 (00:28 -0000)]
Fix handling of endianness.
-Erik
Eric Andersen [Thu, 11 Apr 2002 20:40:00 +0000 (20:40 -0000)]
Oldnews
Eric Andersen [Sat, 6 Apr 2002 23:16:44 +0000 (23:16 -0000)]
Patch from Edward Betts <edward@debian.org> to add -x switch to du.c
Eric Andersen [Sat, 6 Apr 2002 05:17:57 +0000 (05:17 -0000)]
Apply lash_patch35 from vodz, which brings several nice size_optimizations.
Eric Andersen [Sat, 6 Apr 2002 05:15:46 +0000 (05:15 -0000)]
Fix email addr
Eric Andersen [Wed, 3 Apr 2002 14:30:58 +0000 (14:30 -0000)]
Add fli4l
Matt Kraai [Mon, 1 Apr 2002 16:17:37 +0000 (16:17 -0000)]
* editors/sed.c (process_file): Stop processing deleted lines.
* testsuite/sed/sed-does-not-substitute-in-delete-line: New.
Miles Bader [Mon, 1 Apr 2002 14:25:51 +0000 (14:25 -0000)]
Tweak my credit (ah, vanity...)
Miles Bader [Mon, 1 Apr 2002 09:37:27 +0000 (09:37 -0000)]
Add insmod support for the NEC v850e processor.
Miles Bader [Mon, 1 Apr 2002 09:34:25 +0000 (09:34 -0000)]
Add support for the NEC v850e processor.
Eric Andersen [Fri, 29 Mar 2002 00:59:44 +0000 (00:59 -0000)]
Provide a controlling tty to askfirst processes as well
-Erik
Matt Kraai [Wed, 27 Mar 2002 23:19:17 +0000 (23:19 -0000)]
* testsuite/which/which-uses-default-path: Remove extra echo.
Matt Kraai [Wed, 27 Mar 2002 22:56:19 +0000 (22:56 -0000)]
* testsuite/grep/egrep-supports-extended-regexps: Check exit status instead
of output.
Matt Kraai [Wed, 27 Mar 2002 22:48:39 +0000 (22:48 -0000)]
* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
Matt Kraai [Wed, 27 Mar 2002 22:43:47 +0000 (22:43 -0000)]
* testsuite/COPYING: Remove.
Matt Kraai [Wed, 27 Mar 2002 17:46:44 +0000 (17:46 -0000)]
* archival/bunzip2.c (bunzip2_main): Remove compressed file.
* testsuite/bunzip2/bunzip2-removes-compressed-file: New.
Matt Kraai [Wed, 27 Mar 2002 17:33:31 +0000 (17:33 -0000)]
* testsuite/runtest (run_applet_testcase): Return test case status, not
process ID.
Matt Kraai [Wed, 27 Mar 2002 17:31:01 +0000 (17:31 -0000)]
* archival/bunzip2.c: Include <unistd.h>.
(bunzip2_main): Read data from standard input if FILE argument is `-' or
omitted.
* include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite.
* testsuite/bunzip2/bunzip2-reads-from-standard-input: New.
Manuel Novoa III [Mon, 25 Mar 2002 02:37:20 +0000 (02:37 -0000)]
Work around compiler/assembler problem and reduce code size at the same time.
Matt Kraai [Fri, 22 Mar 2002 22:55:51 +0000 (22:55 -0000)]
* archival/gzip.c (gzip_main): Ensure that the output is a terminal and use
error_msg to display the error message.
Eric Andersen [Thu, 21 Mar 2002 14:04:43 +0000 (14:04 -0000)]
Doh! I broke ping when removing the nested function.
This patch from vodz fixes it again.
Matt Kraai [Wed, 20 Mar 2002 17:38:37 +0000 (17:38 -0000)]
* include/applets.h (CONFIG_LOSETUP): New.
* include/usage.h (losetup_trivial_usage, losetup_full_usage): New.
* util-linux/Makefile: Add losetup.o.
* util-linux/config.in: Add losetup prompt.
* util-linux/losetup.c: New.
Eric Andersen [Wed, 20 Mar 2002 16:10:54 +0000 (16:10 -0000)]
Eliminate extra trailing space
Eric Andersen [Wed, 20 Mar 2002 15:25:25 +0000 (15:25 -0000)]
Fix devfs loop device support
Eric Andersen [Wed, 20 Mar 2002 14:57:50 +0000 (14:57 -0000)]
Rewind messages to avoid weird formatting, and fix a bug with
CONFIG_FEATURE_EXTRA_QUIET, which was broken
Eric Andersen [Wed, 20 Mar 2002 14:31:15 +0000 (14:31 -0000)]
Patch from vodz to fix a potential segfault
Eric Andersen [Wed, 20 Mar 2002 14:25:27 +0000 (14:25 -0000)]
Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for
localfilename from remotefilename, and for remotefilename from localfilename
when the other one is not supplied.
Eric Andersen [Wed, 20 Mar 2002 14:16:31 +0000 (14:16 -0000)]
Update dmalloc options per suggestion from Glenn
Eric Andersen [Wed, 20 Mar 2002 13:30:40 +0000 (13:30 -0000)]
Reinitialize initial shift register value for on each pass.
-Erik
Eric Andersen [Wed, 20 Mar 2002 11:59:28 +0000 (11:59 -0000)]
Cave to pressure (2 months later). Eliminate using a
nested function, which is a purely unremovable gcc-ism...
-Erik
Eric Andersen [Wed, 20 Mar 2002 09:52:45 +0000 (09:52 -0000)]
Add missing " " after the word on, as reported by Jason Luther
back in mid-december.
-Erik
Eric Andersen [Wed, 20 Mar 2002 09:13:48 +0000 (09:13 -0000)]
Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide
color ls support, modifed by me to behave properly when not running
output to a terminal (i.e. 'ls | more')
-Erik
Eric Andersen [Wed, 20 Mar 2002 01:32:25 +0000 (01:32 -0000)]
Bart Visscher noticed some spurious search and replace silliness
-Erik
Matt Kraai [Tue, 19 Mar 2002 23:47:49 +0000 (23:47 -0000)]
* testsuite/grep/egrep-is-not-case-insensitive: Require
CONFIG_FEATURE_GREP_EGREP_ALIAS.
Matt Kraai [Tue, 19 Mar 2002 23:46:16 +0000 (23:46 -0000)]
* testsuite/grep/grep-handles-binary-files: Read input from a pipe.
* testsuite/grep/grep-matches-NUL: Likewise.
Matt Kraai [Tue, 19 Mar 2002 15:22:42 +0000 (15:22 -0000)]
* networking/wget.c (parse_url): Allocate a string for the empty path.
* testsuite/wget/wget-handles-empty-path: New.
Matt Kraai [Mon, 18 Mar 2002 16:03:00 +0000 (16:03 -0000)]
Thomas Lundquist
* docs/new-applet-HOWTO.txt: Update for new directory structure.
Eric Andersen [Sat, 16 Mar 2002 02:12:30 +0000 (02:12 -0000)]
Try to pull in PATH_MAX properly
Eric Andersen [Wed, 13 Mar 2002 17:26:39 +0000 (17:26 -0000)]
Don't mention ldconfig
Eric Andersen [Tue, 12 Mar 2002 00:35:40 +0000 (00:35 -0000)]
Cleanup a libc5 compatibility hack
Eric Andersen [Sun, 10 Mar 2002 22:01:51 +0000 (22:01 -0000)]
Fix broken link
Matt Kraai [Fri, 8 Mar 2002 16:25:33 +0000 (16:25 -0000)]
list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.
Matt Kraai [Fri, 8 Mar 2002 16:16:38 +0000 (16:16 -0000)]
* fileutils/ls.c (showfiles): Display multiple short names on a line.