Eric Andersen
cb1d841f09
This kernel patch is no longer needed, with the change I made to init
...
and free...
-Erik
2000-06-27 06:22:09 +00:00
John Beppu
27b5924b96
+ littering my code w/ comments about what troubles me.
2000-06-27 04:56:45 +00:00
John Beppu
8f425dbf9a
+ busybox --install [-s]
...
is almost good to go. Here is my work in progress.
+ Look at the FIXME in busybox.c
to see what I need. The actual (sym)linking is disabled
for now, although I'm sure it works ;)
(Am I going to have to dig through /proc to find
out where the currently running busybox is sitting?)
+ I put an #ifdef BB_FEATURE_INSTALLER around
the new bits of code in busybox.c, and I have a
#define BB_FEATURE_INSTALLER in busybox.def.h
towards the bottom.
2000-06-27 04:50:02 +00:00
Mark Whitley
83a949cb22
Just converted busybox.pod to busybox.sgml using the Pod::DocBook Perl module.
...
The resulting file needs some massaging and once it gets presentable, I'll
edit the Makefile to use the SGML file as the "authoritative" file; the plan
here is to generate other file formats from the SGML.
2000-06-26 13:31:53 +00:00
Eric Andersen
1386e70210
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
...
Fix thanks to Arne Bernin <arne@matrix.loopback.org>
-Erik
2000-06-26 12:14:30 +00:00
Eric Andersen
ef40aa81c5
* Fixed insmod module option parsing for options lacking an '='.
...
Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
-Erik
2000-06-26 11:16:22 +00:00
Eric Andersen
3adffb7fc8
readlink(2) does not NULL terminate the buffer it reads in, but tar expected it
...
to do so. This caused symlinks stored in tarballs to likely have trailing
crap in the stored symlink named. Oops.
-Erik
2000-06-26 10:54:06 +00:00
Eric Andersen
10dc9d4d17
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
...
/proc/mounts, added a hack to make sysinfo work with both old and new kernels).
-Erik
2000-06-26 10:45:52 +00:00
Eric Andersen
8a24a6783a
Better error checking in insmod. Remove left over %m's
...
-Erik
2000-06-22 18:19:31 +00:00
Eric Andersen
4a971aef59
Minor web page update.
...
-Erik
2000-06-22 01:27:11 +00:00
Eric Andersen
3c37598dc2
Fix version #
...
-Erik
2000-06-22 00:23:09 +00:00
Eric Andersen
a29dec28cb
More doc updates
...
-Erik
2000-06-22 00:19:33 +00:00
Mark Whitley
ccd32cbb61
Merged two TODO items into one
2000-06-22 00:16:37 +00:00
Eric Andersen
9d9610b8de
Update the list.
...
-Erik
2000-06-22 00:04:12 +00:00
Eric Andersen
6f9985e2f2
Pavel Roskin <proski@gnu.org> just found a nasty memory
...
corruption bug. Disabling 'ln -n' till it is fixed.
-Erik
2000-06-22 00:02:56 +00:00
Eric Andersen
addc9c28ad
Document 'ln --'
...
-Erik
2000-06-21 22:53:24 +00:00
Mark Whitley
4fa84e6b54
Cleaned up some #ifdef spiderwebs.
2000-06-21 22:53:16 +00:00
Eric Andersen
c6cdf58747
Bump version number to 0.45
...
-Erik
2000-06-21 22:50:59 +00:00
Mark Whitley
07edff4ba4
Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if
...
BB_FEATURE_AUTOWIDTH is #defined.
2000-06-21 22:46:32 +00:00
Eric Andersen
45087b1010
More doc updates.
...
-Erik
2000-06-21 22:44:33 +00:00
Eric Andersen
766c012975
Web site updates.
...
-Erik
2000-06-21 22:43:07 +00:00
Eric Andersen
c5c5e3d144
Add in my little patch for 2.4.x to make sysinfo binary compatable (again)
...
-Erik
2000-06-21 22:06:56 +00:00
Pavel Roskin
afa0662860
Documented "which"
2000-06-21 21:43:24 +00:00
Pavel Roskin
1a804e4b3c
Removed trailing spaces
2000-06-21 21:38:00 +00:00
Eric Andersen
f929641c51
Add in telnet docs.
...
-Erik
2000-06-21 21:04:01 +00:00
Eric Andersen
feb47c024a
Add insmod docs
...
-Erik
2000-06-21 21:03:13 +00:00
Pavel Roskin
f7a01951fb
Updated the list of supported commands
2000-06-21 20:25:07 +00:00
Pavel Roskin
7ac06a3ff1
Removed all vestiges of "math"
2000-06-21 20:17:29 +00:00
John Beppu
0021679b0d
+ added dc (aka the function formerly known as math)
...
+ did all the housekeeping that this change requires.
2000-06-21 19:06:16 +00:00
Eric Andersen
b405dfa54d
'tar --help' wasn't working. Fixed it.
...
-Erik
2000-06-21 18:37:36 +00:00
John Beppu
c03525475e
+ made it so that you can use the mnemonics
...
(add, sub, mul, div) in lieu of (+, -, *, /)
2000-06-21 18:00:46 +00:00
Eric Andersen
e63ad9ba06
Special case the memcopy stuff so it isn't enabled for uclibc
...
-Erik
2000-06-20 21:04:03 +00:00
Eric Andersen
28c88a9430
Some makefile fixes to allow compiling with ucLibc (stuff turned off
...
by default of course).
-Erik
2000-06-20 21:03:24 +00:00
Pavel Roskin
339b892313
Updated e-mail address of Pavel Roskin to proski@gnu.org
2000-06-20 00:11:07 +00:00
Eric Andersen
4eb1b30411
Mention libc support, Pavel's rm fix is already merged.
...
-Erik
2000-06-19 20:19:04 +00:00
Eric Andersen
bd4a75f6c8
Finish off the libc5 porting effort. Everything now works with libc5
...
except for md5sum, which uses the GNU libc addition getline().
-Erik
2000-06-19 20:03:48 +00:00
Eric Andersen
bb245ba0c2
Made insmod work with both libc5 and libc6.
...
-Erik
2000-06-19 19:53:30 +00:00
Eric Andersen
9ca57d377e
Made ping work with libc5 and libc6.
...
-Erik
2000-06-19 18:51:53 +00:00
Eric Andersen
e1e23eecab
Make umount work and compile cleanly under libc5 and libc6.
...
-Erik
2000-06-19 18:38:51 +00:00
Eric Andersen
5e29c6ffce
Make swaponoff compile cleanly under both libc5 and libc6.
...
-Erik
2000-06-19 18:25:49 +00:00
Eric Andersen
a15cd0be34
Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6.
...
-Erik
2000-06-19 18:14:20 +00:00
Eric Andersen
b7362e36a8
printf now compiles cleanly under both libc5 and libc6.
...
-Erik
2000-06-19 17:52:17 +00:00
Eric Andersen
67e32304b1
Updated to compile and work with libc5.
...
-Erik
2000-06-19 17:48:02 +00:00
Eric Andersen
be5023a84d
Update internal.h to conditionally include asm/string.h
...
-Erik
2000-06-19 17:30:07 +00:00
Eric Andersen
b610615be9
Updates to a number of apps to remove warnings/compile errors under libc5.
...
Tested under both libc5 and libc6 and all seems well with these fixes.
-Erik
2000-06-19 17:25:40 +00:00
Mark Whitley
dbb3019d0d
Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk.
2000-06-19 17:03:32 +00:00
Eric Andersen
30f0f2d040
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
...
-Erik
2000-06-19 09:29:32 +00:00
Eric Andersen
b108a5b780
Added support for building debian packages.
...
-Erik
2000-06-19 09:21:34 +00:00
Pavel Roskin
110fc0cacc
Check for 3 and more arguments was incorrect
...
It is only allowed for linking to a directory
But linking to a directory still fails and may be removed
2000-06-18 00:02:24 +00:00
Eric Andersen
74c66ad06e
Fix some spelling errors in the source as well.
...
-Erik
2000-06-16 19:57:44 +00:00