ceece81414
Move a bit more to the old news section
2001-07-07 09:38:30 +00:00
d0e5f86a10
Enable APPLETS_ALWAYS_WIN
2001-07-07 09:37:28 +00:00
d0b4d3dabf
Typo fix.
2001-07-07 08:47:21 +00:00
7b2dfc623b
Move some stuff to the oldnews area
2001-07-07 08:44:25 +00:00
40ecf7da88
Update web page...
2001-07-07 08:25:03 +00:00
5c3070b29c
Update changelogs
2001-07-07 08:13:27 +00:00
807bda4a24
Minor update to include file ordering
2001-07-07 08:13:02 +00:00
7cd5075908
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
2001-07-07 05:25:12 +00:00
48dfc56b4a
This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables
...
"broadcast +" for deriving the broadcast address automagically.
2001-07-07 05:19:52 +00:00
d9d75555ba
Remove rpmunpack
2001-07-07 04:43:56 +00:00
9137f2a2d1
This is obsolete -- replaced by rpm2cpio
2001-07-07 04:33:16 +00:00
5a071bcbf2
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
2001-07-07 04:27:35 +00:00
934c8ecb88
Fix sh.c so it works with DMALLOC
2001-07-07 04:24:28 +00:00
1c03923b0b
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
2001-07-07 00:05:55 +00:00
b7e6f13b3c
Some minor updates. Bump version number in preparation for release.
...
-Erik
2001-07-07 00:03:00 +00:00
0279505e8c
Update the debian packaging stuff
2001-07-06 20:36:57 +00:00
d28cb03819
Forgot this
2001-07-06 19:28:49 +00:00
c308847274
Remove redundant initialization of lfile to reduce executable size by
...
8192 bytes (noted by Mike Castle).
2001-07-06 19:28:07 +00:00
00e56ada9c
Let people select their shell at compile time.
2001-07-06 19:24:27 +00:00
3bbcc95ac9
update the ignore list
2001-07-06 19:19:21 +00:00
d22b78ff05
Fix a stupid bug revealed by multibuild.pl
2001-07-06 18:33:04 +00:00
77b68e6f42
Add woukaround for missing struct _res in uClibc
2001-07-06 17:51:29 +00:00
3102ac4b58
This is vodz' latest ash update.
2001-07-06 04:26:23 +00:00
5009f90ea2
Removed obsolete function, strdup_substr.
2001-07-05 19:00:47 +00:00
44edeff025
Note my activities (how immodest of me).
2001-07-05 18:32:01 +00:00
8e75f6daa6
Fix a stupid thinko, and fix killall to cope with the updated
...
find_pid_by_name() interface
-Erik
2001-07-05 16:27:34 +00:00
332394b577
Be extra extra careful about what we dereference.
2001-07-05 16:09:32 +00:00
d50a61956c
Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190 .
2001-07-05 15:56:36 +00:00
94f3a570e1
Fix a thinko (the symptoms of which were reported by
...
David Douthitt in bug #1111 ).
2001-07-05 14:46:07 +00:00
8df319b213
A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS was
...
totally breaking the shell. Simple thinge like 'FOO=100' caused
it to segfault. It turns out that disabling "bltincmd" is a very
bad idea.
-Erik
2001-07-05 05:24:12 +00:00
ed8495990a
gunzip, zcat were fixed just after 0.51 was released
2001-07-05 03:46:23 +00:00
bbac261402
ash, hush and msh are new applets to 0.52
2001-07-05 03:42:17 +00:00
7f3cbdd7fd
Added entries for my commits
2001-07-05 03:28:28 +00:00
623cfa99e5
Remove a redundant call to mkdir.
2001-07-03 20:55:30 +00:00
dd8500bce7
Cleanups and sinze reduction for the vi applet from Aaron Lehmann
...
<aaronl@vitelus.com >
2001-07-02 18:06:14 +00:00
3073dfbf30
Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of
...
portability junk from gzip.c, making it a zillion times more readable.
2001-07-02 17:57:32 +00:00
22ecf049b6
Per patch from vodz, change a couple of consts to defines, since
...
apparently gcc 2.95.4, at least, is too stupid to realize that a
"static const int" is in fact a constant.
2001-07-02 17:32:40 +00:00
2870d964f8
Some updates to ash from vodz. Makes ash smaller. I made a few
...
changes, esp describing all the current ash configuration options.
Now ash adds 66k in the default configuration.
2001-07-02 17:27:21 +00:00
8f6978405d
Patch from vodz to fix freeing a static in cmdedit.
2001-07-02 15:36:57 +00:00
10175a43ee
Simplify a comment
2001-06-30 18:11:52 +00:00
0159597bd6
Generalize comment -- no longer ls specific
2001-06-30 18:08:36 +00:00
7e516797f9
Pad the human readable output for 'ls -sh' to 6 chars, since we will
...
have numbers printed as XXX.YU, so we need 6 digits not 4.
-Erik
2001-06-30 18:00:26 +00:00
8fa1bf7cd6
Fix a silly logic error which caused symlinks to be printed twice, and
...
wrongly caused the return code to be an error.
-Erik
2001-06-30 17:54:20 +00:00
8f01839386
Fixed scaling problems involving make_human_readable_str.
2001-06-30 07:48:01 +00:00
a77cfbfd0c
ls -s was reporting bytes instead of blocks.
2001-06-30 07:46:50 +00:00
d877d44d12
All-integer version (but it does use an unsigned long long) which fixes
...
the problems of the previous version (used floating point, overflowed, didn't
round properly). The comments at the top of the file are worth reading;
especially note 2 concerning "ls -sh".
2001-06-30 07:40:44 +00:00
db15cb72e2
A really nice patch from Manuel Novoa III for compile time
...
configurable size/speed tradeoffs.
2001-06-29 20:44:51 +00:00
a2949aa217
Add some missing includes to kill warnings when building with the default
...
Config.h and using gcc's -fno-builtin. There are probably other files
with the similar problems.
Also, if building against uClibc, don't include asm/unistd.h in syscalls.c
and module_syscalls.c.
2001-06-29 18:59:32 +00:00
ff9eee475f
This is a busybox port of the Minix shell. It is reasonably capable,
...
handles all the basic stuff (for, case/esac, while, if/then/else), and
is very small (adds just 38k on x86). It is not as rigorously correct
about Bourne semantics as bash, but for most things it is quite
workable. There is still some work to be done to further shrink it (it
has its own globbing functions instead of using the libc ones, for
example), but it is quite usable as is.
-Erik
2001-06-29 04:57:14 +00:00
66ca9480c8
Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>.
...
This would cause it to obliterates the end of the strtab section, so
symbol lookups would fail and then it would crash. Ugh. This should
fix things for people having trouble with insmod.
2001-06-28 21:36:06 +00:00