Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-07 | Move some stuff to the oldnews area | Eric Andersen | |
2001-07-07 | Update web page... | Eric Andersen | |
2001-07-07 | Update changelogs | Eric Andersen | |
2001-07-07 | Minor update to include file ordering | Eric Andersen | |
2001-07-07 | This is out of date, and Glenn tells me this can be safely deleted. | Eric Andersen | |
To be useful on Hurd will really require the new build system... -Erik | |||
2001-07-07 | This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables | Eric Andersen | |
"broadcast +" for deriving the broadcast address automagically. | |||
2001-07-07 | Remove rpmunpack | Eric Andersen | |
2001-07-07 | This is obsolete -- replaced by rpm2cpio | Eric Andersen | |
2001-07-07 | Avoid a segfault (detected by Fabio Ferrari | Eric Andersen | |
<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 | Fix sh.c so it works with DMALLOC | Eric Andersen | |
2001-07-07 | Add in a shell tagline (per lash/hush behavior) to make it easier | Eric Andersen | |
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 | Some minor updates. Bump version number in preparation for release. | Eric Andersen | |
-Erik | |||
2001-07-06 | Update the debian packaging stuff | Eric Andersen | |
2001-07-06 | Forgot this | Eric Andersen | |
2001-07-06 | Remove redundant initialization of lfile to reduce executable size by | Matt Kraai | |
8192 bytes (noted by Mike Castle). | |||
2001-07-06 | Let people select their shell at compile time. | Eric Andersen | |
2001-07-06 | update the ignore list | Eric Andersen | |
2001-07-06 | Fix a stupid bug revealed by multibuild.pl | Eric Andersen | |
2001-07-06 | Add woukaround for missing struct _res in uClibc | Eric Andersen | |
2001-07-06 | This is vodz' latest ash update. | Eric Andersen | |
2001-07-05 | Removed obsolete function, strdup_substr. | Matt Kraai | |
2001-07-05 | Note my activities (how immodest of me). | Matt Kraai | |
2001-07-05 | Fix a stupid thinko, and fix killall to cope with the updated | Eric Andersen | |
find_pid_by_name() interface -Erik | |||
2001-07-05 | Be extra extra careful about what we dereference. | Eric Andersen | |
2001-07-05 | Implement suggestion from Adam Slattery, (don't default to killing closing ↵ | Eric Andersen | |
bug #1190. | |||
2001-07-05 | Fix a thinko (the symptoms of which were reported by | Matt Kraai | |
David Douthitt in bug #1111). | |||
2001-07-05 | A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS was | Eric Andersen | |
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 | gunzip, zcat were fixed just after 0.51 was released | Glenn L McGrath | |
2001-07-05 | ash, hush and msh are new applets to 0.52 | Glenn L McGrath | |
2001-07-05 | Added entries for my commits | Glenn L McGrath | |
2001-07-03 | Remove a redundant call to mkdir. | Matt Kraai | |
2001-07-02 | Cleanups and sinze reduction for the vi applet from Aaron Lehmann | Eric Andersen | |
<aaronl@vitelus.com> | |||
2001-07-02 | Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of | Eric Andersen | |
portability junk from gzip.c, making it a zillion times more readable. | |||
2001-07-02 | Per patch from vodz, change a couple of consts to defines, since | Eric Andersen | |
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 | Some updates to ash from vodz. Makes ash smaller. I made a few | Eric Andersen | |
changes, esp describing all the current ash configuration options. Now ash adds 66k in the default configuration. | |||
2001-07-02 | Patch from vodz to fix freeing a static in cmdedit. | Eric Andersen | |
2001-06-30 | Simplify a comment | Eric Andersen | |
2001-06-30 | Generalize comment -- no longer ls specific | Eric Andersen | |
2001-06-30 | Pad the human readable output for 'ls -sh' to 6 chars, since we will | Eric Andersen | |
have numbers printed as XXX.YU, so we need 6 digits not 4. -Erik | |||
2001-06-30 | Fix a silly logic error which caused symlinks to be printed twice, and | Eric Andersen | |
wrongly caused the return code to be an error. -Erik | |||
2001-06-30 | Fixed scaling problems involving make_human_readable_str. | Manuel Novoa III | |
2001-06-30 | ls -s was reporting bytes instead of blocks. | Manuel Novoa III | |
2001-06-30 | All-integer version (but it does use an unsigned long long) which fixes | Manuel Novoa III | |
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-29 | A really nice patch from Manuel Novoa III for compile time | Eric Andersen | |
configurable size/speed tradeoffs. | |||
2001-06-29 | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | |
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 | This is a busybox port of the Minix shell. It is reasonably capable, | Eric Andersen | |
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-28 | Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. | Eric Andersen | |
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 | Allow xrealloc to act as a free() when size=0, per SuS2. | Eric Andersen | |
-Erik | |||
2001-06-28 | Remove vodz from credits, per his request | Eric Andersen | |
2001-06-28 | Scrub up the licensing block | Eric Andersen | |
-Erik |