da15a496e2
Make hush comple once again
Eric Andersen
2002-12-06 21:37:08 +00:00
398ff9d981
Use libbb/get_line_from_file, change default state file location
Glenn L McGrath
2002-12-06 11:51:46 +00:00
cdbe5e5d4c
Make mapping a config option again to save space, turn off file locking, do we really need it ?
Glenn L McGrath
2002-12-06 08:35:55 +00:00
9227371b71
Fix bug that stoped -a working
Glenn L McGrath
2002-12-06 08:10:40 +00:00
83fdb317a7
Kill link now pointing to porn site.
Eric Andersen
2002-12-06 02:22:20 +00:00
23b5146247
Put stuff back into a sub-menu
Eric Andersen
2002-12-05 21:25:20 +00:00
536018278a
Kill the now obsolete docs/Configure.help file, and move all existing help texts into their respective Config.in file. -Erik
Eric Andersen
2002-12-05 21:12:42 +00:00
f0a360ea19
Usage for klogd -c
Glenn L McGrath
2002-12-05 20:56:31 +00:00
08c358b604
Fix a silly oversight breaking cross compilation -Erik
Eric Andersen
2002-12-05 18:28:41 +00:00
c9f20d9fb9
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
2002-12-05 08:41:41 +00:00
deca106b6d
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
Eric Andersen
2002-12-05 07:24:08 +00:00
6f9b45b9ef
Unlink before mkdir, mknod, symlink to overwrite
Glenn L McGrath
2002-12-04 22:26:30 +00:00
350d26bbbb
- 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
2002-12-03 22:45:46 +00:00
3ba7ceebfc
print an error message if we can't load a module
Robert Griebl
2002-12-03 22:41:36 +00:00
7127b58baa
Fix crashme code, by Jim Treadway
Glenn L McGrath
2002-12-03 21:48:15 +00:00
bf91f2eb1b
Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik
Glenn L McGrath
2002-12-03 20:34:36 +00:00
69b5756594
A missing /etc/securetty is not an error when checking the tty name - the comment is right, but the code was wrong ..
Robert Griebl
2002-12-03 19:54:12 +00:00
09adaca37d
last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik
Glenn L McGrath
2002-12-02 21:18:10 +00:00
06b1aeaf0a
Its move to busybox-cvs-doc.docs
Glenn L McGrath
2002-12-02 21:14:56 +00:00
2626ef613e
Use compare_string_array in ipaddress to save a few bytes, minor cleanups
Glenn L McGrath
2002-12-02 01:40:05 +00:00
18eae0031a
Save a few more bytes
Glenn L McGrath
2002-12-02 00:54:10 +00:00
c82f2324bd
Save a hundred bytes or so on the do_iproute function
Glenn L McGrath
2002-12-02 00:35:23 +00:00
b963875a3e
Move compare_string_array to libbb
Glenn L McGrath
2002-12-02 00:01:36 +00:00
f112daa232
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
Glenn L McGrath
2002-12-01 23:04:06 +00:00
f3faf41334
fix warning
Glenn L McGrath
2002-12-01 21:52:40 +00:00
b9e57f45f3
Fix the package name, patch from Bastian Blank
Glenn L McGrath
2002-12-01 20:16:01 +00:00
941eb80795
Build files from Bastian Blank
Glenn L McGrath
2002-12-01 11:38:56 +00:00
e1ad672216
add the -c option, modified version of a patch from Bastian Blank
Glenn L McGrath
2002-12-01 11:31:58 +00:00
6fc6d7fe4f
Patch from Bastian Blank (waldi) for debian installer
Glenn L McGrath
2002-12-01 02:09:19 +00:00
4d4ef19c76
I miscalculated on this one, change it back
Glenn L McGrath
2002-11-28 21:49:06 +00:00
82d2cd4ead
Clean up error messages
Glenn L McGrath
2002-11-28 12:45:48 +00:00
1b0813ab61
Minor error messages changes
Glenn L McGrath
2002-11-28 12:39:19 +00:00
d4de975cd2
Cleanup error messages
Glenn L McGrath
2002-11-28 12:35:46 +00:00
8b6024449f
Cleanup error messages
Glenn L McGrath
2002-11-28 12:19:51 +00:00
e3e2a7b41c
Syntax error
Glenn L McGrath
2002-11-28 12:01:25 +00:00
a170e1c858
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-11-28 11:27:31 +00:00
1652855fbc
Style, error_msg
Glenn L McGrath
2002-11-28 11:17:19 +00:00
eaed78a91f
Style
Glenn L McGrath
2002-11-28 11:05:28 +00:00
cdf142af90
Woops, forgot they printout applet name as well....
Glenn L McGrath
2002-11-28 10:58:19 +00:00
9048ae5923
Use standard error messages
Glenn L McGrath
2002-11-28 10:56:38 +00:00
df72536f8e
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2002-11-28 10:49:14 +00:00
68d949956a
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2002-11-28 10:35:40 +00:00
b2e28a0e35
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2002-11-28 10:27:50 +00:00
b122217d90
Use error_msg( instead of fprintf(stderr
Glenn L McGrath
2002-11-28 10:25:19 +00:00
642f28903a
Use error_msg instead of fprintf(stderr, other minor cleanups
Glenn L McGrath
2002-11-28 10:20:45 +00:00
30db423e11
Style, minor cleanups
Glenn L McGrath
2002-11-28 09:52:23 +00:00
efdd0aed23
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2002-11-28 09:40:36 +00:00
d7d5f42934
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2002-11-28 09:34:51 +00:00
d4036f86e5
Use erorr_msg( isntead of fprintf(stderr,
Glenn L McGrath
2002-11-28 09:30:40 +00:00
d211214d42
Use error_msg instead of printf(stderr
Glenn L McGrath
2002-11-28 09:22:14 +00:00
fedbfe4059
Style
Glenn L McGrath
2002-11-28 09:09:47 +00:00
8e027f6474
Use printf instead of fprintf(stdout
Glenn L McGrath
2002-11-28 08:37:46 +00:00
6ead3abd55
Save a few bytes in show_usage
Glenn L McGrath
2002-11-28 08:33:04 +00:00
9c802416ab
left out a \"
Glenn L McGrath
2002-11-28 00:51:38 +00:00
73ceca275e
This test was hanging
Glenn L McGrath
2002-11-28 00:47:49 +00:00
2601559fb6
Adds a dummy entry to make it easier to make custom debs
Glenn L McGrath
2002-11-27 23:40:46 +00:00
10d905ce27
Install symlinks for the udeb, dont install changelogs for the udeb
Glenn L McGrath
2002-11-27 23:24:49 +00:00
062c74f710
last_patch_68 from Vladimir N. Oleynik
Glenn L McGrath
2002-11-27 09:29:49 +00:00
ec87d37305
Check that one and only one of the [cxt] options is given
Glenn L McGrath
2002-11-27 07:52:22 +00:00
441e7efc72
fdisk applet by Vladimir N. Oleynik
Glenn L McGrath
2002-11-26 22:00:21 +00:00
0ff941e1c3
Name package busybox-unstable to keep a clean seperation between the official packages.
Glenn L McGrath
2002-11-26 09:05:15 +00:00
8ae4cab4a8
use #ifdef CONFIG_* instead of #if CONFIG_*
Glenn L McGrath
2002-11-26 09:02:06 +00:00
c5dced17c5
Required file for busybox-doc package
Glenn L McGrath
2002-11-26 03:38:14 +00:00
2f79f5b60d
Store a custom Rules.mak file to enable buildign static binaries
Glenn L McGrath
2002-11-26 03:08:31 +00:00
efc6fbd452
use #ifdef instead of #if
Glenn L McGrath
2002-11-26 03:03:41 +00:00
a2e24825a2
Include heaps of options as is tradional with this deb
Glenn L McGrath
2002-11-26 03:01:27 +00:00
d7fb1b372c
Use #ifdef instead of #if
Glenn L McGrath
2002-11-26 02:40:56 +00:00
12371f916b
Make a seperate busybox-doc package
Glenn L McGrath
2002-11-26 02:16:06 +00:00
f66de64a11
Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik
Glenn L McGrath
2002-11-25 23:57:27 +00:00
393ad1a834
Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik
Glenn L McGrath
2002-11-25 22:31:37 +00:00
bb2e9d47f3
last_patch_67 from Vladimir N. Oleynik
Glenn L McGrath
2002-11-25 22:12:28 +00:00
5b110874df
Dont need a seperate function
Glenn L McGrath
2002-11-24 23:22:29 +00:00
822e7fd587
When making parent directories set permissions based on the base parent tree rather than the new directory to be created.
Glenn L McGrath
2002-11-24 22:48:20 +00:00
eda4f53f2e
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
2002-11-24 06:01:20 +00:00
7b1eca265a
include libbb after stdlib.h as it breaks dmalloc
Glenn L McGrath
2002-11-24 01:32:56 +00:00
b7a76df4d1
Fix long filename support
Glenn L McGrath
2002-11-23 10:44:47 +00:00
1b16bf6b1b
New rules file for unstable
Glenn L McGrath
2002-11-23 07:14:55 +00:00
77dbaa48df
Config file for the static deb, based on options from the stable 0.60.5 branch
Glenn L McGrath
2002-11-22 23:00:16 +00:00
2997fca414
Config file for the standard debian package based on 0.60.5 options
Glenn L McGrath
2002-11-22 22:16:19 +00:00
30a35d20d9
The tunnel option isnt required for the ip command
Glenn L McGrath
2002-11-22 21:43:08 +00:00
f23fdf1717
Update configuration options
Glenn L McGrath
2002-11-22 11:39:42 +00:00
2f1f898228
Config file for udeb based on options from 0.60.5
Glenn L McGrath
2002-11-22 10:39:09 +00:00
157fea5960
Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik
Glenn L McGrath
2002-11-21 22:17:11 +00:00
82701e4d67
Add entry for Laurence Anderson
Glenn L McGrath
2002-11-20 22:01:48 +00:00
83bf47c02f
Speed and memory usage improvements from Laurence Adnerson
Glenn L McGrath
2002-11-20 22:00:31 +00:00
0126fda5bb
read_gz patch 3 from Laurence Anderson
Glenn L McGrath
2002-11-20 06:46:46 +00:00
efe7889086
Headers for the read_gz changes
Glenn L McGrath
2002-11-19 21:07:17 +00:00
d1431073d1
Dont use xargs
Glenn L McGrath
2002-11-19 09:58:56 +00:00
83bcba26c0
dont use the -i option of xargs
Glenn L McGrath
2002-11-19 09:23:13 +00:00
a0d395eac9
Use read_gz, remove fork() woohoo!
Glenn L McGrath
2002-11-19 08:22:03 +00:00
50c00f4b45
Use error_msg_and_die, style
Glenn L McGrath
2002-11-18 07:26:42 +00:00
29d801b834
Remove mapping option, its should always be used
Glenn L McGrath
2002-11-17 21:48:11 +00:00
fd73b8c2ce
Patch from Laurence Anderson to provide a read_gz function, doesnt require fork(), pipe(), consistent with read_bz2 and more flexible.
Glenn L McGrath
2002-11-17 21:33:30 +00:00
36233bdd71
Remove #defines around get_header_ptr, we allways need it.
Glenn L McGrath
2002-11-16 21:34:57 +00:00
39289b54a7
Use vfork, by vodz
Glenn L McGrath
2002-11-15 22:18:01 +00:00
02fcd2d2df
Allow short reads as we are looping anyway.
Glenn L McGrath
2002-11-15 21:58:30 +00:00
5780adb586
Patch from Bastian Blank:
Eric Andersen
2002-11-15 09:12:47 +00:00
2666679692
Dont chdir untill after we open the archive
Glenn L McGrath
2002-11-15 08:48:47 +00:00