Glenn L McGrath
c4698b3668
Updates for the new build system from Bastian Blank (waldi)
2002-12-08 20:45:47 +00:00
Glenn L McGrath
a6bbf7929c
Fix compile warning
2002-12-08 12:08:37 +00:00
Glenn L McGrath
35631a6e00
Fix compile warning with OSF
2002-12-08 11:51:05 +00:00
Glenn L McGrath
e167d69309
Change #include order to fix warning
2002-12-08 11:47:52 +00:00
Glenn L McGrath
8e49caa54f
Start to cleanup handling of the state file, save some space and uses linked lists.
2002-12-08 01:23:39 +00:00
Glenn L McGrath
66125c8065
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
2002-12-08 00:54:33 +00:00
Glenn L McGrath
346cdb1dde
Re-sort filenames to alphebetical order.
2002-12-07 23:56:14 +00:00
Glenn L McGrath
4a6b4e393c
Commit to reverse my previous commit, isnt cvs supposed to have some undo command ?
2002-12-07 23:30:11 +00:00
Glenn L McGrath
4e05b9b043
include "busybox" after the libc includes tofix compile errors
2002-12-07 23:14:40 +00:00
Glenn L McGrath
0325a1c9e3
Differentiate struct and type names
2002-12-07 07:45:42 +00:00
Glenn L McGrath
1d658263e8
Fix command that brings down loopback
2002-12-07 00:48:54 +00:00
Glenn L McGrath
80a60419f7
depends on for telnet and ipcalc
2002-12-06 23:11:30 +00:00
Glenn L McGrath
75360f951f
It shouldnt depend on itself
2002-12-06 23:05:22 +00:00
Glenn L McGrath
f795b027c6
Remove duplicate entry for kill
2002-12-06 22:45:07 +00:00
Glenn L McGrath
0337c467a0
Add some help descriptions
2002-12-06 22:40:54 +00:00
Eric Andersen
a6b9051e16
Allow for people to select no default shell
2002-12-06 21:49:59 +00:00
Eric Andersen
110ee23515
Do the dumb/obvious thing for the killall->kill dependancy
2002-12-06 21:44:50 +00:00
Eric Andersen
27e99c8f09
Fixup dumpleases compile problem
2002-12-06 21:42:56 +00:00
Eric Andersen
cc2bc454d1
Fix adjtimex applet compile
2002-12-06 21:41:09 +00:00
Eric Andersen
b077c9f47d
Fixup buffer allocation
2002-12-06 21:39:48 +00:00
Eric Andersen
da15a496e2
Make hush comple once again
2002-12-06 21:37:08 +00:00
Glenn L McGrath
398ff9d981
Use libbb/get_line_from_file, change default state file location
2002-12-06 11:51:46 +00:00
Glenn L McGrath
cdbe5e5d4c
Make mapping a config option again to save space, turn off file locking, do we really need it ?
2002-12-06 08:35:55 +00:00
Glenn L McGrath
9227371b71
Fix bug that stoped -a working
2002-12-06 08:10:40 +00:00
Eric Andersen
83fdb317a7
Kill link now pointing to porn site.
2002-12-06 02:22:20 +00:00
Eric Andersen
23b5146247
Put stuff back into a sub-menu
2002-12-05 21:25:20 +00:00
Eric Andersen
536018278a
Kill the now obsolete docs/Configure.help file, and move all existing
...
help texts into their respective Config.in file.
-Erik
2002-12-05 21:12:42 +00:00
Glenn L McGrath
f0a360ea19
Usage for klogd -c
2002-12-05 20:56:31 +00:00
Eric Andersen
08c358b604
Fix a silly oversight breaking cross compilation
...
-Erik
2002-12-05 18:28:41 +00:00
Eric Andersen
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
2002-12-05 08:41:41 +00:00
Eric Andersen
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
2002-12-05 07:24:08 +00:00
Glenn L McGrath
6f9b45b9ef
Unlink before mkdir, mknod, symlink to overwrite
2002-12-04 22:26:30 +00:00
Robert Griebl
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.
2002-12-03 22:45:46 +00:00
Robert Griebl
3ba7ceebfc
print an error message if we can't load a module
2002-12-03 22:41:36 +00:00
Glenn L McGrath
7127b58baa
Fix crashme code, by Jim Treadway
2002-12-03 21:48:15 +00:00
Glenn L McGrath
bf91f2eb1b
Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik
2002-12-03 20:34:36 +00:00
Robert Griebl
69b5756594
A missing /etc/securetty is not an error when checking the tty name - the
...
comment is right, but the code was wrong ..
2002-12-03 19:54:12 +00:00
Glenn L McGrath
09adaca37d
last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik
2002-12-02 21:18:10 +00:00
Glenn L McGrath
06b1aeaf0a
Its move to busybox-cvs-doc.docs
2002-12-02 21:14:56 +00:00
Glenn L McGrath
2626ef613e
Use compare_string_array in ipaddress to save a few bytes, minor cleanups
2002-12-02 01:40:05 +00:00
Glenn L McGrath
18eae0031a
Save a few more bytes
2002-12-02 00:54:10 +00:00
Glenn L McGrath
c82f2324bd
Save a hundred bytes or so on the do_iproute function
2002-12-02 00:35:23 +00:00
Glenn L McGrath
b963875a3e
Move compare_string_array to libbb
2002-12-02 00:01:36 +00:00
Glenn L McGrath
f112daa232
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
2002-12-01 23:04:06 +00:00
Glenn L McGrath
f3faf41334
fix warning
2002-12-01 21:52:40 +00:00
Glenn L McGrath
b9e57f45f3
Fix the package name, patch from Bastian Blank
2002-12-01 20:16:01 +00:00
Glenn L McGrath
941eb80795
Build files from Bastian Blank
2002-12-01 11:38:56 +00:00
Glenn L McGrath
e1ad672216
add the -c option, modified version of a patch from Bastian Blank
2002-12-01 11:31:58 +00:00
Glenn L McGrath
6fc6d7fe4f
Patch from Bastian Blank (waldi) for debian installer
2002-12-01 02:09:19 +00:00
Glenn L McGrath
4d4ef19c76
I miscalculated on this one, change it back
2002-11-28 21:49:06 +00:00