Eric Andersen [Thu, 5 Dec 2002 18:28:41 +0000 (18:28 -0000)]
Fix a silly oversight breaking cross compilation
-Erik
Eric Andersen [Thu, 5 Dec 2002 08:41:41 +0000 (08:41 -0000)]
Yet another major rework of the BusyBox config system, using the considerably
modified Kbuild system I put into uClibc. With this, there should be no more
need to modify Rules.mak since I've moved all the interesting options into the
config system. I think I've got everything updated, but you never know, I may
have made some mistakes, so watch closely.
-Erik
Eric Andersen [Thu, 5 Dec 2002 07:24:08 +0000 (07:24 -0000)]
Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
maintaining it anymore, and it is now terribly out of date.
-Erik
Glenn L McGrath [Wed, 4 Dec 2002 22:26:30 +0000 (22:26 -0000)]
Unlink before mkdir, mknod, symlink to overwrite
Robert Griebl [Tue, 3 Dec 2002 22:45:46 +0000 (22:45 -0000)]
- the number of commands in the history list is now configureable via the
config system
- added a new config option to allow persistant history lists. This is
currently only used by ash, but the calls ({load,save}_history) could
be added to the other shells as well.
Robert Griebl [Tue, 3 Dec 2002 22:41:36 +0000 (22:41 -0000)]
print an error message if we can't load a module
Glenn L McGrath [Tue, 3 Dec 2002 21:48:15 +0000 (21:48 -0000)]
Fix crashme code, by Jim Treadway
Glenn L McGrath [Tue, 3 Dec 2002 20:34:36 +0000 (20:34 -0000)]
Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik
Robert Griebl [Tue, 3 Dec 2002 19:54:12 +0000 (19:54 -0000)]
A missing /etc/securetty is not an error when checking the tty name - the
comment is right, but the code was wrong ..
Glenn L McGrath [Mon, 2 Dec 2002 21:18:10 +0000 (21:18 -0000)]
last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik
Glenn L McGrath [Mon, 2 Dec 2002 21:14:56 +0000 (21:14 -0000)]
Its move to busybox-cvs-doc.docs
Glenn L McGrath [Mon, 2 Dec 2002 01:40:05 +0000 (01:40 -0000)]
Use compare_string_array in ipaddress to save a few bytes, minor cleanups
Glenn L McGrath [Mon, 2 Dec 2002 00:54:10 +0000 (00:54 -0000)]
Save a few more bytes
Glenn L McGrath [Mon, 2 Dec 2002 00:35:23 +0000 (00:35 -0000)]
Save a hundred bytes or so on the do_iproute function
Glenn L McGrath [Mon, 2 Dec 2002 00:01:36 +0000 (00:01 -0000)]
Move compare_string_array to libbb
Glenn L McGrath [Sun, 1 Dec 2002 23:04:06 +0000 (23:04 -0000)]
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
Glenn L McGrath [Sun, 1 Dec 2002 21:52:40 +0000 (21:52 -0000)]
fix warning
Glenn L McGrath [Sun, 1 Dec 2002 20:16:01 +0000 (20:16 -0000)]
Fix the package name, patch from Bastian Blank
Glenn L McGrath [Sun, 1 Dec 2002 11:38:56 +0000 (11:38 -0000)]
Build files from Bastian Blank
Glenn L McGrath [Sun, 1 Dec 2002 11:31:58 +0000 (11:31 -0000)]
add the -c option, modified version of a patch from Bastian Blank
Glenn L McGrath [Sun, 1 Dec 2002 02:09:19 +0000 (02:09 -0000)]
Patch from Bastian Blank (waldi) for debian installer
Glenn L McGrath [Thu, 28 Nov 2002 21:49:06 +0000 (21:49 -0000)]
I miscalculated on this one, change it back
Glenn L McGrath [Thu, 28 Nov 2002 12:45:48 +0000 (12:45 -0000)]
Clean up error messages
Glenn L McGrath [Thu, 28 Nov 2002 12:39:19 +0000 (12:39 -0000)]
Minor error messages changes
Glenn L McGrath [Thu, 28 Nov 2002 12:35:46 +0000 (12:35 -0000)]
Cleanup error messages
Glenn L McGrath [Thu, 28 Nov 2002 12:19:51 +0000 (12:19 -0000)]
Cleanup error messages
Glenn L McGrath [Thu, 28 Nov 2002 12:01:25 +0000 (12:01 -0000)]
Syntax error
Aaron Lehmann [Thu, 28 Nov 2002 11:27:31 +0000 (11:27 -0000)]
Change if(x)free(x); to free(x);
Glenn L McGrath [Thu, 28 Nov 2002 11:17:19 +0000 (11:17 -0000)]
Style, error_msg
Glenn L McGrath [Thu, 28 Nov 2002 11:05:28 +0000 (11:05 -0000)]
Style
Glenn L McGrath [Thu, 28 Nov 2002 10:58:19 +0000 (10:58 -0000)]
Woops, forgot they printout applet name as well....
Glenn L McGrath [Thu, 28 Nov 2002 10:56:38 +0000 (10:56 -0000)]
Use standard error messages
Glenn L McGrath [Thu, 28 Nov 2002 10:49:14 +0000 (10:49 -0000)]
Use error_msg instead of fprintf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 10:35:40 +0000 (10:35 -0000)]
Use error_msg instead of fprintf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 10:27:50 +0000 (10:27 -0000)]
Use error_msg instead of fprintf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 10:25:19 +0000 (10:25 -0000)]
Use error_msg( instead of fprintf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 10:20:45 +0000 (10:20 -0000)]
Use error_msg instead of fprintf(stderr, other minor cleanups
Glenn L McGrath [Thu, 28 Nov 2002 09:52:23 +0000 (09:52 -0000)]
Style, minor cleanups
Glenn L McGrath [Thu, 28 Nov 2002 09:40:36 +0000 (09:40 -0000)]
Use error_msg instead of fprintf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 09:34:51 +0000 (09:34 -0000)]
Use error_msg instead of fprintf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 09:30:40 +0000 (09:30 -0000)]
Use erorr_msg( isntead of fprintf(stderr,
Glenn L McGrath [Thu, 28 Nov 2002 09:22:14 +0000 (09:22 -0000)]
Use error_msg instead of printf(stderr
Glenn L McGrath [Thu, 28 Nov 2002 09:09:47 +0000 (09:09 -0000)]
Style
Glenn L McGrath [Thu, 28 Nov 2002 08:37:46 +0000 (08:37 -0000)]
Use printf instead of fprintf(stdout
Glenn L McGrath [Thu, 28 Nov 2002 08:33:04 +0000 (08:33 -0000)]
Save a few bytes in show_usage
Glenn L McGrath [Thu, 28 Nov 2002 00:51:38 +0000 (00:51 -0000)]
left out a \"
Glenn L McGrath [Thu, 28 Nov 2002 00:47:49 +0000 (00:47 -0000)]
This test was hanging
Glenn L McGrath [Wed, 27 Nov 2002 23:40:46 +0000 (23:40 -0000)]
Adds a dummy entry to make it easier to make custom debs
Glenn L McGrath [Wed, 27 Nov 2002 23:24:49 +0000 (23:24 -0000)]
Install symlinks for the udeb, dont install changelogs for the udeb
Glenn L McGrath [Wed, 27 Nov 2002 09:29:49 +0000 (09:29 -0000)]
last_patch_68 from Vladimir N. Oleynik
Glenn L McGrath [Wed, 27 Nov 2002 07:52:22 +0000 (07:52 -0000)]
Check that one and only one of the [cxt] options is given
Glenn L McGrath [Tue, 26 Nov 2002 22:00:21 +0000 (22:00 -0000)]
fdisk applet by Vladimir N. Oleynik
Glenn L McGrath [Tue, 26 Nov 2002 09:05:15 +0000 (09:05 -0000)]
Name package busybox-unstable to keep a clean seperation between the official packages.
Glenn L McGrath [Tue, 26 Nov 2002 09:02:06 +0000 (09:02 -0000)]
use #ifdef CONFIG_* instead of #if CONFIG_*
Glenn L McGrath [Tue, 26 Nov 2002 03:38:14 +0000 (03:38 -0000)]
Required file for busybox-doc package
Glenn L McGrath [Tue, 26 Nov 2002 03:08:31 +0000 (03:08 -0000)]
Store a custom Rules.mak file to enable buildign static binaries
Glenn L McGrath [Tue, 26 Nov 2002 03:03:41 +0000 (03:03 -0000)]
use #ifdef instead of #if
Glenn L McGrath [Tue, 26 Nov 2002 03:01:27 +0000 (03:01 -0000)]
Include heaps of options as is tradional with this deb
Glenn L McGrath [Tue, 26 Nov 2002 02:40:56 +0000 (02:40 -0000)]
Use #ifdef instead of #if
Glenn L McGrath [Tue, 26 Nov 2002 02:23:41 +0000 (02:23 -0000)]
Fix simple syntax error
Glenn L McGrath [Tue, 26 Nov 2002 02:16:06 +0000 (02:16 -0000)]
Make a seperate busybox-doc package
Glenn L McGrath [Mon, 25 Nov 2002 23:57:27 +0000 (23:57 -0000)]
Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik
Glenn L McGrath [Mon, 25 Nov 2002 22:31:37 +0000 (22:31 -0000)]
Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik
Glenn L McGrath [Mon, 25 Nov 2002 22:12:28 +0000 (22:12 -0000)]
last_patch_67 from Vladimir N. Oleynik
Glenn L McGrath [Sun, 24 Nov 2002 23:22:29 +0000 (23:22 -0000)]
Dont need a seperate function
Glenn L McGrath [Sun, 24 Nov 2002 22:48:20 +0000 (22:48 -0000)]
When making parent directories set permissions based on the base parent tree rather than the new directory to be created.
Glenn L McGrath [Sun, 24 Nov 2002 06:01:20 +0000 (06:01 -0000)]
Add an input buffer (currently 32kB) to speed things up heaps, it still requires 25% longer to decompress as compared to upstream.
Glenn L McGrath [Sun, 24 Nov 2002 01:32:56 +0000 (01:32 -0000)]
include libbb after stdlib.h as it breaks dmalloc
Glenn L McGrath [Sat, 23 Nov 2002 10:44:47 +0000 (10:44 -0000)]
Fix long filename support
Glenn L McGrath [Sat, 23 Nov 2002 07:14:55 +0000 (07:14 -0000)]
New rules file for unstable
Glenn L McGrath [Fri, 22 Nov 2002 23:00:16 +0000 (23:00 -0000)]
Config file for the static deb, based on options from the stable 0.60.5 branch
Glenn L McGrath [Fri, 22 Nov 2002 22:16:19 +0000 (22:16 -0000)]
Config file for the standard debian package based on 0.60.5 options
Glenn L McGrath [Fri, 22 Nov 2002 21:43:08 +0000 (21:43 -0000)]
The tunnel option isnt required for the ip command
Glenn L McGrath [Fri, 22 Nov 2002 11:39:42 +0000 (11:39 -0000)]
Update configuration options
Glenn L McGrath [Fri, 22 Nov 2002 10:39:09 +0000 (10:39 -0000)]
Config file for udeb based on options from 0.60.5
Glenn L McGrath [Thu, 21 Nov 2002 22:17:11 +0000 (22:17 -0000)]
Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik
Glenn L McGrath [Wed, 20 Nov 2002 22:01:48 +0000 (22:01 -0000)]
Add entry for Laurence Anderson
Glenn L McGrath [Wed, 20 Nov 2002 22:00:31 +0000 (22:00 -0000)]
Speed and memory usage improvements from Laurence Adnerson
Glenn L McGrath [Wed, 20 Nov 2002 06:46:46 +0000 (06:46 -0000)]
read_gz patch 3 from Laurence Anderson
Glenn L McGrath [Tue, 19 Nov 2002 21:07:17 +0000 (21:07 -0000)]
Headers for the read_gz changes
Glenn L McGrath [Tue, 19 Nov 2002 09:58:56 +0000 (09:58 -0000)]
Dont use xargs
Glenn L McGrath [Tue, 19 Nov 2002 09:23:13 +0000 (09:23 -0000)]
dont use the -i option of xargs
Glenn L McGrath [Tue, 19 Nov 2002 08:22:03 +0000 (08:22 -0000)]
Use read_gz, remove fork() woohoo!
Russ Dill [Tue, 19 Nov 2002 00:41:09 +0000 (00:41 -0000)]
udhcpc documentation update
Glenn L McGrath [Mon, 18 Nov 2002 07:26:42 +0000 (07:26 -0000)]
Use error_msg_and_die, style
Glenn L McGrath [Sun, 17 Nov 2002 21:48:11 +0000 (21:48 -0000)]
Remove mapping option, its should always be used
Glenn L McGrath [Sun, 17 Nov 2002 21:33:30 +0000 (21:33 -0000)]
Patch from Laurence Anderson to provide a read_gz function, doesnt require fork(), pipe(), consistent with read_bz2 and more flexible.
Glenn L McGrath [Sat, 16 Nov 2002 21:34:57 +0000 (21:34 -0000)]
Remove #defines around get_header_ptr, we allways need it.
Glenn L McGrath [Fri, 15 Nov 2002 22:18:01 +0000 (22:18 -0000)]
Use vfork, by vodz
Glenn L McGrath [Fri, 15 Nov 2002 21:58:30 +0000 (21:58 -0000)]
Allow short reads as we are looping anyway.
Eric Andersen [Fri, 15 Nov 2002 09:12:47 +0000 (09:12 -0000)]
Patch from Bastian Blank:
hi erik
the following patch fixes the handling of iproute add <route> dev <dev>.
the code got lost while removing things.
bastian
Glenn L McGrath [Fri, 15 Nov 2002 08:48:47 +0000 (08:48 -0000)]
Dont chdir untill after we open the archive
Eric Andersen [Thu, 14 Nov 2002 11:10:14 +0000 (11:10 -0000)]
Patch from Marcel Hamer to fix addgroup argument parsing
Eric Andersen [Thu, 14 Nov 2002 10:58:17 +0000 (10:58 -0000)]
A missing securetty file is not an error.
-Erik
Glenn L McGrath [Wed, 13 Nov 2002 00:24:20 +0000 (00:24 -0000)]
Minor cleanups
Glenn L McGrath [Tue, 12 Nov 2002 23:34:15 +0000 (23:34 -0000)]
Reduce block size to 512 to prevent short read's when reading from a pipe
Glenn L McGrath [Mon, 11 Nov 2002 07:03:02 +0000 (07:03 -0000)]
Make ifupdown use internal run_parts
Glenn L McGrath [Mon, 11 Nov 2002 06:21:00 +0000 (06:21 -0000)]
Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
Glenn L McGrath [Mon, 11 Nov 2002 03:00:12 +0000 (03:00 -0000)]
Move readlink, mktemp, run-parts and which to a new debianutils dir.
Glenn L McGrath [Sun, 10 Nov 2002 23:42:27 +0000 (23:42 -0000)]
ipcalc applet by Stephan Linz and Jordan Crouse