andersen [Mon, 30 Jul 2001 19:32:03 +0000 (19:32 +0000)]
This depmod script will create a modules.dep file, just like the depmod
binary from modutils. This one, however, can be run on the _host_
system (need not be run on the target) and is fully cross platform, so
even if your target is ARM or powerpc or whatever, this will still
work. When used to support the new modprobe applet, this allows
busybox to fully supplant modutils for architectures supported by
busybox insmod.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3163
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 30 Jul 2001 19:28:33 +0000 (19:28 +0000)]
Fix up the sample inittab entry per what is current.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3162
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Mon, 30 Jul 2001 14:43:20 +0000 (14:43 +0000)]
Rework option handling to save space.
git-svn-id: svn://busybox.net/trunk/busybox@3161
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Mon, 30 Jul 2001 14:05:58 +0000 (14:05 +0000)]
Preserve whether or not the line was previously altered when running a
subst command (discovery and patch by Jim Gleason).
git-svn-id: svn://busybox.net/trunk/busybox@3159
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 30 Jul 2001 04:48:50 +0000 (04:48 +0000)]
If filename is a '-' then read from stdin to stdout
git-svn-id: svn://busybox.net/trunk/busybox@3158
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 29 Jul 2001 06:07:35 +0000 (06:07 +0000)]
Note my uuencode work
git-svn-id: svn://busybox.net/trunk/busybox@3157
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 29 Jul 2001 06:04:26 +0000 (06:04 +0000)]
Fix permisions when reading from stdin
git-svn-id: svn://busybox.net/trunk/busybox@3156
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 29 Jul 2001 05:47:33 +0000 (05:47 +0000)]
Fix broken logic when wraping encoded data into rows, also simplifies it a bit
git-svn-id: svn://busybox.net/trunk/busybox@3155
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 28 Jul 2001 21:34:25 +0000 (21:34 +0000)]
The src buffer size has to be a multiple of 3 (as i noted, but didnt do).
git-svn-id: svn://busybox.net/trunk/busybox@3154
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 28 Jul 2001 21:06:13 +0000 (21:06 +0000)]
Rewrite based on wget uuencode function.
Saves aprox. 200 Bytes and in future can use common code between
this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined.
git-svn-id: svn://busybox.net/trunk/busybox@3153
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 28 Jul 2001 16:35:51 +0000 (16:35 +0000)]
PArtial Changelog update. I'm still on vacation (I'm at a campground
near the Grand Teton Mountains in Montana at the moment and my
connection is terribly slow) so this is a partial update only,
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3152
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 26 Jul 2001 14:45:21 +0000 (14:45 +0000)]
Shorten static package description.
git-svn-id: svn://busybox.net/trunk/busybox@3149
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 26 Jul 2001 14:26:53 +0000 (14:26 +0000)]
Rename dirname variable to pathname to eliminate namespace conflict.
git-svn-id: svn://busybox.net/trunk/busybox@3148
69ca8d6d-28ef-0310-b511-
8ec308f3f277
russ [Thu, 26 Jul 2001 05:58:40 +0000 (05:58 +0000)]
char renamed can never be negative on ARM (rp->renamed[i] != EMPTY)
git-svn-id: svn://busybox.net/trunk/busybox@3147
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 25 Jul 2001 16:58:58 +0000 (16:58 +0000)]
Note that m68k is supported
git-svn-id: svn://busybox.net/trunk/busybox@3143
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 25 Jul 2001 07:23:38 +0000 (07:23 +0000)]
Cleanup some warnings and a really obvious bug.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3141
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 25 Jul 2001 07:22:55 +0000 (07:22 +0000)]
This fixes dos2unix and unix2dos so they behave as expected. dos2unix
was broken in the 0.52 release, and unix2dos was pretty lame...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3140
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 24 Jul 2001 02:46:35 +0000 (02:46 +0000)]
Update my email address and applets
git-svn-id: svn://busybox.net/trunk/busybox@3139
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 24 Jul 2001 02:41:06 +0000 (02:41 +0000)]
note dpkg rewrite
git-svn-id: svn://busybox.net/trunk/busybox@3138
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Mon, 23 Jul 2001 14:52:08 +0000 (14:52 +0000)]
Add support for devfs device names.
git-svn-id: svn://busybox.net/trunk/busybox@3136
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sun, 22 Jul 2001 23:01:03 +0000 (23:01 +0000)]
An initial modproble implementation. Quite suboptimal still,
but it does work...
git-svn-id: svn://busybox.net/trunk/busybox@3135
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sun, 22 Jul 2001 23:00:15 +0000 (23:00 +0000)]
Some patches to make dietlibc work...
git-svn-id: svn://busybox.net/trunk/busybox@3134
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 19 Jul 2001 22:28:02 +0000 (22:28 +0000)]
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
make busybox be more uClinux friendly. I also adjusted Config.h for
uClinux so it will automagically disable apps the arn't going to
work without fork() and such.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3130
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 19 Jul 2001 19:13:55 +0000 (19:13 +0000)]
The -P prefix should only be prepended to filenames which are not explicitly
specified.
git-svn-id: svn://busybox.net/trunk/busybox@3129
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 19 Jul 2001 17:46:17 +0000 (17:46 +0000)]
Note that wget fix is important.
git-svn-id: svn://busybox.net/trunk/busybox@3128
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 19 Jul 2001 17:29:38 +0000 (17:29 +0000)]
The directory name should only be prepended if one was specified.
git-svn-id: svn://busybox.net/trunk/busybox@3127
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 19 Jul 2001 15:00:14 +0000 (15:00 +0000)]
Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c
(noted by Adam Slattery).
git-svn-id: svn://busybox.net/trunk/busybox@3125
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Thu, 19 Jul 2001 12:15:13 +0000 (12:15 +0000)]
Cleanup (most) memory leaks
git-svn-id: svn://busybox.net/trunk/busybox@3124
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 15:47:21 +0000 (15:47 +0000)]
Change read_package_field interface, and rewrite using low level functions
Fixes for a few bugs that have crept into dpkg in the last few days
git-svn-id: svn://busybox.net/trunk/busybox@3122
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 13:22:44 +0000 (13:22 +0000)]
Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files
git-svn-id: svn://busybox.net/trunk/busybox@3121
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 05:17:39 +0000 (05:17 +0000)]
Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command
git-svn-id: svn://busybox.net/trunk/busybox@3120
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 05:16:31 +0000 (05:16 +0000)]
Update dpkg usage
git-svn-id: svn://busybox.net/trunk/busybox@3119
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 05:03:49 +0000 (05:03 +0000)]
More feedback to user
git-svn-id: svn://busybox.net/trunk/busybox@3118
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 04:33:31 +0000 (04:33 +0000)]
Be more verbose when configureing package, minor changes
git-svn-id: svn://busybox.net/trunk/busybox@3117
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 03:23:10 +0000 (03:23 +0000)]
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
git-svn-id: svn://busybox.net/trunk/busybox@3116
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 18 Jul 2001 03:13:49 +0000 (03:13 +0000)]
Use xfopen to abort on error to prevent segfaulting later.
git-svn-id: svn://busybox.net/trunk/busybox@3115
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 17 Jul 2001 01:14:06 +0000 (01:14 +0000)]
Cleanup from vodz
git-svn-id: svn://busybox.net/trunk/busybox@3105
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 17 Jul 2001 01:12:36 +0000 (01:12 +0000)]
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), bzero->memset (syslogd)
git-svn-id: svn://busybox.net/trunk/busybox@3103
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 14 Jul 2001 12:38:55 +0000 (12:38 +0000)]
enum entry for unarchive to be used by tar
git-svn-id: svn://busybox.net/trunk/busybox@3098
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 14 Jul 2001 08:49:53 +0000 (08:49 +0000)]
Allow the unarchive() extract_list variable to be NULL, meaning extract all
git-svn-id: svn://busybox.net/trunk/busybox@3097
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 14 Jul 2001 06:25:54 +0000 (06:25 +0000)]
Tolerate fields with no data, e.g. "Depends: "
git-svn-id: svn://busybox.net/trunk/busybox@3096
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Fri, 13 Jul 2001 20:56:27 +0000 (20:56 +0000)]
Allow featureless ping to compile, and featureful ping to shrink
(by Adam Slattery).
git-svn-id: svn://busybox.net/trunk/busybox@3095
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 13 Jul 2001 18:35:24 +0000 (18:35 +0000)]
Total rewrite, uses hash tables for speed and low memory use.
git-svn-id: svn://busybox.net/trunk/busybox@3094
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 13 Jul 2001 18:16:57 +0000 (18:16 +0000)]
Return NULL if file doesnt open in deb_extract
git-svn-id: svn://busybox.net/trunk/busybox@3093
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 13 Jul 2001 17:59:48 +0000 (17:59 +0000)]
Make sure there is a trailing '\0' when extracting to buffer.
git-svn-id: svn://busybox.net/trunk/busybox@3092
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 13 Jul 2001 06:51:56 +0000 (06:51 +0000)]
Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt
git-svn-id: svn://busybox.net/trunk/busybox@3091
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 13 Jul 2001 06:49:18 +0000 (06:49 +0000)]
Call setvbuf from here isntead of gz_open for compatability with uclibc
git-svn-id: svn://busybox.net/trunk/busybox@3089
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 13 Jul 2001 06:43:03 +0000 (06:43 +0000)]
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.
git-svn-id: svn://busybox.net/trunk/busybox@3087
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 12 Jul 2001 20:26:32 +0000 (20:26 +0000)]
Patch from vodz:
Changed email address
cmdedit API change
optimizations for traceroute and md5sum
added a new shared create_icmp_socket() function
git-svn-id: svn://busybox.net/trunk/busybox@3078
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 12 Jul 2001 19:39:59 +0000 (19:39 +0000)]
Allow assignments in the export and readonly commands.
git-svn-id: svn://busybox.net/trunk/busybox@3077
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 12 Jul 2001 18:44:34 +0000 (18:44 +0000)]
Remove debugging statement.
git-svn-id: svn://busybox.net/trunk/busybox@3075
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Thu, 12 Jul 2001 10:24:57 +0000 (10:24 +0000)]
Quiet mode, sometimes error messages arent wanted
git-svn-id: svn://busybox.net/trunk/busybox@3073
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 11 Jul 2001 17:32:14 +0000 (17:32 +0000)]
Allow unarchive to redirect stdout (tobe used by dpkg applet)
git-svn-id: svn://busybox.net/trunk/busybox@3070
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 11 Jul 2001 15:43:03 +0000 (15:43 +0000)]
Fix bug where it wasnt returning the last line of a multiline field
git-svn-id: svn://busybox.net/trunk/busybox@3069
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 11 Jul 2001 15:32:52 +0000 (15:32 +0000)]
Reverse part of my previous changes
git-svn-id: svn://busybox.net/trunk/busybox@3068
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 11 Jul 2001 07:25:01 +0000 (07:25 +0000)]
free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free()
git-svn-id: svn://busybox.net/trunk/busybox@3063
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 11 Jul 2001 07:24:05 +0000 (07:24 +0000)]
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
git-svn-id: svn://busybox.net/trunk/busybox@3062
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 11 Jul 2001 07:22:17 +0000 (07:22 +0000)]
minor dmalloc inspired cleanups
git-svn-id: svn://busybox.net/trunk/busybox@3061
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 11 Jul 2001 03:30:11 +0000 (03:30 +0000)]
Unpack the filename not the package name
git-svn-id: svn://busybox.net/trunk/busybox@3059
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 10 Jul 2001 16:57:09 +0000 (16:57 +0000)]
Fix a stupid search and replace bug...
git-svn-id: svn://busybox.net/trunk/busybox@3055
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 10 Jul 2001 16:31:29 +0000 (16:31 +0000)]
Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim
it down a little bit.
git-svn-id: svn://busybox.net/trunk/busybox@3054
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 10 Jul 2001 16:29:00 +0000 (16:29 +0000)]
A traceroute applet from vodz. This could probably be slimmed down,
but will do for now...
git-svn-id: svn://busybox.net/trunk/busybox@3053
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 10 Jul 2001 16:25:34 +0000 (16:25 +0000)]
Cleanup from vodz
git-svn-id: svn://busybox.net/trunk/busybox@3052
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 10 Jul 2001 15:24:16 +0000 (15:24 +0000)]
Make the rev be 0.53pre...
git-svn-id: svn://busybox.net/trunk/busybox@3051
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Tue, 10 Jul 2001 15:05:39 +0000 (15:05 +0000)]
Read 20 512-byte blocks at a time (like GNU tar).
git-svn-id: svn://busybox.net/trunk/busybox@3050
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 10 Jul 2001 14:33:22 +0000 (14:33 +0000)]
Reverse my previous change, still cant compile with dmalloc
git-svn-id: svn://busybox.net/trunk/busybox@3049
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 10 Jul 2001 14:04:30 +0000 (14:04 +0000)]
When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc
git-svn-id: svn://busybox.net/trunk/busybox@3048
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Tue, 10 Jul 2001 13:57:30 +0000 (13:57 +0000)]
Update version number to 0.53pre.
git-svn-id: svn://busybox.net/trunk/busybox@3047
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 10 Jul 2001 06:09:16 +0000 (06:09 +0000)]
vodz' latest update to ash.c
git-svn-id: svn://busybox.net/trunk/busybox@3046
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 9 Jul 2001 21:32:29 +0000 (21:32 +0000)]
Patch from vodz to support 'tr a-z A-Z' syntax.
git-svn-id: svn://busybox.net/trunk/busybox@3045
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 9 Jul 2001 18:34:12 +0000 (18:34 +0000)]
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
git-svn-id: svn://busybox.net/trunk/busybox@3043
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 16:36:29 +0000 (16:36 +0000)]
Minor working update
git-svn-id: svn://busybox.net/trunk/busybox@3041
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 09:38:30 +0000 (09:38 +0000)]
Move a bit more to the old news section
git-svn-id: svn://busybox.net/trunk/busybox@3040
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 09:37:28 +0000 (09:37 +0000)]
Enable APPLETS_ALWAYS_WIN
git-svn-id: svn://busybox.net/trunk/busybox@3039
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 08:47:21 +0000 (08:47 +0000)]
Typo fix.
git-svn-id: svn://busybox.net/trunk/busybox@3038
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 08:44:25 +0000 (08:44 +0000)]
Move some stuff to the oldnews area
git-svn-id: svn://busybox.net/trunk/busybox@3037
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 08:25:03 +0000 (08:25 +0000)]
Update web page...
git-svn-id: svn://busybox.net/trunk/busybox@3035
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 08:13:27 +0000 (08:13 +0000)]
Update changelogs
git-svn-id: svn://busybox.net/trunk/busybox@3034
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 08:13:02 +0000 (08:13 +0000)]
Minor update to include file ordering
git-svn-id: svn://busybox.net/trunk/busybox@3033
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 05:25:12 +0000 (05:25 +0000)]
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
git-svn-id: svn://busybox.net/trunk/busybox@3032
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 05:19:52 +0000 (05:19 +0000)]
This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables
"broadcast +" for deriving the broadcast address automagically.
git-svn-id: svn://busybox.net/trunk/busybox@3030
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 04:43:56 +0000 (04:43 +0000)]
Remove rpmunpack
git-svn-id: svn://busybox.net/trunk/busybox@3029
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 04:33:16 +0000 (04:33 +0000)]
This is obsolete -- replaced by rpm2cpio
git-svn-id: svn://busybox.net/trunk/busybox@3028
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 04:27:35 +0000 (04:27 +0000)]
Avoid a segfault (detected by Fabio Ferrari
<fabio.ferrari@digitro.com.br> in the wget applet) when
concat_path_file() or last_char_is() were fed a NULL.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3027
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 04:24:28 +0000 (04:24 +0000)]
Fix sh.c so it works with DMALLOC
git-svn-id: svn://busybox.net/trunk/busybox@3026
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 00:05:55 +0000 (00:05 +0000)]
Add in a shell tagline (per lash/hush behavior) to make it easier
to know which shell is in use. Add in 'help' to list available
builtins, and fixup msh so it can do STANDALONE_SHELL.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3025
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Sat, 7 Jul 2001 00:03:00 +0000 (00:03 +0000)]
Some minor updates. Bump version number in preparation for release.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3024
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 20:36:57 +0000 (20:36 +0000)]
Update the debian packaging stuff
git-svn-id: svn://busybox.net/trunk/busybox@3023
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 19:28:49 +0000 (19:28 +0000)]
Forgot this
git-svn-id: svn://busybox.net/trunk/busybox@3021
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Fri, 6 Jul 2001 19:28:07 +0000 (19:28 +0000)]
Remove redundant initialization of lfile to reduce executable size by
8192 bytes (noted by Mike Castle).
git-svn-id: svn://busybox.net/trunk/busybox@3020
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 19:24:27 +0000 (19:24 +0000)]
Let people select their shell at compile time.
git-svn-id: svn://busybox.net/trunk/busybox@3019
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 19:19:21 +0000 (19:19 +0000)]
update the ignore list
git-svn-id: svn://busybox.net/trunk/busybox@3018
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 18:33:04 +0000 (18:33 +0000)]
Fix a stupid bug revealed by multibuild.pl
git-svn-id: svn://busybox.net/trunk/busybox@3017
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 17:51:29 +0000 (17:51 +0000)]
Add woukaround for missing struct _res in uClibc
git-svn-id: svn://busybox.net/trunk/busybox@3016
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 6 Jul 2001 04:26:23 +0000 (04:26 +0000)]
This is vodz' latest ash update.
git-svn-id: svn://busybox.net/trunk/busybox@3013
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 5 Jul 2001 19:00:47 +0000 (19:00 +0000)]
Removed obsolete function, strdup_substr.
git-svn-id: svn://busybox.net/trunk/busybox@3010
69ca8d6d-28ef-0310-b511-
8ec308f3f277
kraai [Thu, 5 Jul 2001 18:32:01 +0000 (18:32 +0000)]
Note my activities (how immodest of me).
git-svn-id: svn://busybox.net/trunk/busybox@3009
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 5 Jul 2001 16:27:34 +0000 (16:27 +0000)]
Fix a stupid thinko, and fix killall to cope with the updated
find_pid_by_name() interface
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3007
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 5 Jul 2001 16:09:32 +0000 (16:09 +0000)]
Be extra extra careful about what we dereference.
git-svn-id: svn://busybox.net/trunk/busybox@3004
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 5 Jul 2001 15:56:36 +0000 (15:56 +0000)]
Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
git-svn-id: svn://busybox.net/trunk/busybox@3003
69ca8d6d-28ef-0310-b511-
8ec308f3f277