aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogsandersen2001-07-072-13/+35
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3034 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor update to include file orderingandersen2001-07-072-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3033 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is out of date, and Glenn tells me this can be safely deleted.andersen2001-07-071-320/+0
| | | | | | | | To be useful on Hurd will really require the new build system... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3032 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesandersen2001-07-072-14/+38
| | | | | | | "broadcast +" for deriving the broadcast address automagically. git-svn-id: svn://busybox.net/trunk/busybox@3030 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove rpmunpackandersen2001-07-074-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is obsolete -- replaced by rpm2cpioandersen2001-07-071-126/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3028 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid a segfault (detected by Fabio Ferrariandersen2001-07-072-3/+9
| | | | | | | | | <fabio.ferrari@digitro.com.br> in the wget applet) when concat_path_file() or last_char_is() were fed a NULL. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3027 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix sh.c so it works with DMALLOCandersen2001-07-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3026 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a shell tagline (per lash/hush behavior) to make it easierandersen2001-07-075-62/+325
| | | | | | | | | to know which shell is in use. Add in 'help' to list available builtins, and fixup msh so it can do STANDALONE_SHELL. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3025 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor updates. Bump version number in preparation for release.andersen2001-07-075-21/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3024 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the debian packaging stuffandersen2001-07-066-199/+411
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3023 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot thisandersen2001-07-061-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3021 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove redundant initialization of lfile to reduce executable size bykraai2001-07-062-2/+2
| | | | | | | 8192 bytes (noted by Mike Castle). git-svn-id: svn://busybox.net/trunk/busybox@3020 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Let people select their shell at compile time.andersen2001-07-062-0/+94
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3019 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update the ignore listandersen2001-07-061-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3018 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid bug revealed by multibuild.plandersen2001-07-062-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3017 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add woukaround for missing struct _res in uClibcandersen2001-07-062-2/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3016 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is vodz' latest ash update.andersen2001-07-062-1142/+262
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3013 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed obsolete function, strdup_substr.kraai2001-07-056-47/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note my activities (how immodest of me).kraai2001-07-051-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3009 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid thinko, and fix killall to cope with the updatedandersen2001-07-053-4/+6
| | | | | | | | find_pid_by_name() interface -Erik git-svn-id: svn://busybox.net/trunk/busybox@3007 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be extra extra careful about what we dereference.andersen2001-07-056-6/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3004 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement suggestion from Adam Slattery, (don't default to killing closing ↵andersen2001-07-051-3/+16
| | | | | | bug #1190. git-svn-id: svn://busybox.net/trunk/busybox@3003 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a thinko (the symptoms of which were reported bykraai2001-07-052-2/+2
| | | | | | | David Douthitt in bug #1111). git-svn-id: svn://busybox.net/trunk/busybox@3002 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS wasandersen2001-07-052-12/+4
| | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@3001 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gunzip, zcat were fixed just after 0.51 was releasedbug12001-07-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3000 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ash, hush and msh are new applets to 0.52bug12001-07-051-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2999 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added entries for my commitsbug12001-07-051-2/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2998 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove a redundant call to mkdir.kraai2001-07-032-18/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2988 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanups and sinze reduction for the vi applet from Aaron Lehmannandersen2001-07-022-28/+30
| | | | | | | <aaronl@vitelus.com> git-svn-id: svn://busybox.net/trunk/busybox@2971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton ofandersen2001-07-022-2258/+386
| | | | | | | portability junk from gzip.c, making it a zillion times more readable. git-svn-id: svn://busybox.net/trunk/busybox@2970 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per patch from vodz, change a couple of consts to defines, sinceandersen2001-07-024-4/+12
| | | | | | | | apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant. git-svn-id: svn://busybox.net/trunk/busybox@2969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates to ash from vodz. Makes ash smaller. I made a fewandersen2001-07-023-6567/+5576
| | | | | | | | changes, esp describing all the current ash configuration options. Now ash adds 66k in the default configuration. git-svn-id: svn://busybox.net/trunk/busybox@2968 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz to fix freeing a static in cmdedit.andersen2001-07-022-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2967 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Simplify a commentandersen2001-06-301-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2962 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Generalize comment -- no longer ls specificandersen2001-06-301-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2961 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Pad the human readable output for 'ls -sh' to 6 chars, since we willandersen2001-06-302-2/+2
| | | | | | | | have numbers printed as XXX.YU, so we need 6 digits not 4. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2960 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly logic error which caused symlinks to be printed twice, andandersen2001-06-302-10/+8
| | | | | | | | wrongly caused the return code to be an error. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed scaling problems involving make_human_readable_str.mjn32001-06-302-10/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2958 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls -s was reporting bytes instead of blocks.mjn32001-06-302-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* All-integer version (but it does use an unsigned long long) which fixesmjn32001-06-301-47/+70
| | | | | | | | | 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". git-svn-id: svn://busybox.net/trunk/busybox@2956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A really nice patch from Manuel Novoa III for compile timeandersen2001-06-292-0/+372
| | | | | | | configurable size/speed tradeoffs. git-svn-id: svn://busybox.net/trunk/busybox@2953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add some missing includes to kill warnings when building with the defaultmjn32001-06-2912-0/+14
| | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@2950 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is a busybox port of the Minix shell. It is reasonably capable,andersen2001-06-292-0/+9598
| | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@2949 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>.andersen2001-06-282-8/+18
| | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@2946 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow xrealloc to act as a free() when size=0, per SuS2.andersen2001-06-281-1/+11
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2945 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove vodz from credits, per his requestandersen2001-06-282-8/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2942 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub up the licensing blockandersen2001-06-282-1664/+130
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2941 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This a an ash applet I put together. It is similar to the one putandersen2001-06-283-0/+29709
| | | | | | | | | | together by vodz, but uses newer sources, has the removed features commented out instead of simply deleted (so they could be re-enabled) and the builtins all work. This adds 72k. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2940 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unneeded stuff.andersen2001-06-282-12/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2939 69ca8d6d-28ef-0310-b511-8ec308f3f277