aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Silence a silly warningandersen2001-03-092-6/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2031 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Jeff Garzik to getopt-ify rmmod.markw2001-03-092-26/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2030 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.andersen2001-03-099-0/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-0948-158/+156
| | | | | | | namespace polluting things that really should be static. git-svn-id: svn://busybox.net/trunk/busybox@2027 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from Larry to fix pristine source buildsandersen2001-03-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2026 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a couple more cases. $FOO/bar ${FOO} and such now workandersen2001-03-093-12/+42
| | | | | | | | | without wordexp. Of course for stuff like ${1:-foo} you still need wordexp for them to work. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2025 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow wordexp to be used if availableandersen2001-03-093-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2024 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Urg. Remove the debug noiseandersen2001-03-093-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2023 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, sh.c should be working now. Many thanks to Larry Doolittleandersen2001-03-093-255/+249
| | | | | | | | | for his timely help -- nearly all of the work in this patch is his. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2022 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-0934-16/+40
| | | | | | | | warnings with glibc 2.2 and use always use xfopen -Erik git-svn-id: svn://busybox.net/trunk/busybox@2021 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added script that tests turning on features in busybox one at a time andmarkw2001-03-091-0/+81
| | | | | | | compiling to see if things break. Initial revision. git-svn-id: svn://busybox.net/trunk/busybox@2020 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix sh.c for the glab case. I was messing things up forandersen2001-03-093-15/+18
| | | | | | | | single argument commands. It should now work as expected... -Erik git-svn-id: svn://busybox.net/trunk/busybox@2019 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A '.' is a legal seperator.andersen2001-03-093-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2018 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix to trim to make it trim properly.markw2001-03-091-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2017 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from Larryandersen2001-03-093-6/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2016 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in 'trim' routine. Fix up sh.c so it works when wordexpandersen2001-03-086-33/+270
| | | | | | | | is not available. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2015 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Improved port of ifconfig... smaller and with more features.mjn32001-03-083-658/+773
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per Vladimir's suggestion, force the locale to POSIX for allandersen2001-03-087-0/+21
| | | | | | | the scripts so busybox will install properly. git-svn-id: svn://busybox.net/trunk/busybox@2013 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Whitespace / formatting / bracket cleanup.markw2001-03-082-10/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2012 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remember to delete un-expandable variables, and do a better job of expandingandersen2001-03-083-18/+84
| | | | | | | | | shell-specific things in case the wordexp implementation is broken (ie. the stubbed out wordexp in uClibc). -Erik git-svn-id: svn://busybox.net/trunk/busybox@2011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework environment variable handling to use wordexp, per a suggestion fromandersen2001-03-084-325/+250
| | | | | | | | | | | | Larry Doolittle a couple of months ago. This makes the stuff-expansion in lash be ever so standards compliant. This change needs testing by everyone, but appears to be solid enough to let us close bug #1090. It works for me; however, please test this change! -Erik git-svn-id: svn://busybox.net/trunk/busybox@2010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Vladimir to fix bug where find would stop as soon as it hitmarkw2001-03-081-16/+11
| | | | | | | a perms error. Closes bug 1124. git-svn-id: svn://busybox.net/trunk/busybox@2008 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate superfluous test.kraai2001-03-072-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2003 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.markw2001-03-072-6/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2002 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-079-81/+87
| | | | | | | 'format' function to 'make_human_readable_str'. git-svn-id: svn://busybox.net/trunk/busybox@2001 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyaniqu to remove double-slashes printed inmarkw2001-03-071-1/+4
| | | | | | | recursive_action. git-svn-id: svn://busybox.net/trunk/busybox@2000 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch by Vladimir and Larry saves a few bytes.andersen2001-03-072-10/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1998 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Static-ify a variable. make du work with all the human-readable variantsandersen2001-03-074-12/+34
| | | | | | | since my last pass only fixed 'du -h' but left the others broken. git-svn-id: svn://busybox.net/trunk/busybox@1997 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up du so it behaves itself also.andersen2001-03-072-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1996 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove an unused variableandersen2001-03-073-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1995 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite of format so it behaves itselfandersen2001-03-071-36/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1994 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up df so it works properlyandersen2001-03-072-20/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1993 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up ls.c to ensure human readable works properly in all casesandersen2001-03-072-10/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1992 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Thought of another janitorial item for the list.markw2001-03-061-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1991 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I made these little simplifications a while back, bug forgot toandersen2001-03-064-14/+6
| | | | | | | | check this stuff in. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1990 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the memory leak. No really this time.andersen2001-03-063-21/+27
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1989 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines frommarkw2001-03-062-24/+16
| | | | | | | error_msg() calls and uses 'return EXIT_SUCCESS' instead of return 0. git-svn-id: svn://busybox.net/trunk/busybox@1988 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some silly macros and use xmalloc and friends exclusively.andersen2001-03-061-6/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1987 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix func prototypeandersen2001-03-063-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1986 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a memory leak in lash. It seems that close_all was calling close()andersen2001-03-063-3/+3
| | | | | | | | | directly instead of calling mark_closed(), which allowed the memory allocated by mark_open() to never be freed. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1985 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close open files before calling builtin_exec(). I've tested thisandersen2001-03-063-0/+3
| | | | | | | | and it fixes bug #1121. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1984 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zeroandersen2001-03-061-1/+1
| | | | | | | | | error messages, contrary to the documentation. Whatever. This patch from zhaoway <zw@debian.org> looks safe enough. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1983 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor cleanupbeppu2001-03-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1982 69ca8d6d-28ef-0310-b511-8ec308f3f277
* First pass at trying to retrofit a changelog for 0.50. Please everyoneandersen2001-03-061-5/+59
| | | | | | | | | look over this and if I forgot something, misattributed your work, or spelled something badly, please let me know. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1981 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a first pass at ifconfig status reporting. It took a long whileandersen2001-03-064-482/+2482
| | | | | | | | | | hacking on the mess in net-tools-1.59, but it currently adds 12k and supports ethernet, loop, ppp, and treats everything else as a generic interface. Works ok for me. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1978 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up the freshmeat appindex record.andersen2001-03-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make sure libpwd.a is linked _last_ so it overrides the system pwd/grpandersen2001-03-051-4/+4
| | | | | | | implementation. It wasn't doing that as expected... git-svn-id: svn://busybox.net/trunk/busybox@1970 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Try to do a little better at documenting how to useandersen2001-03-051-0/+10
| | | | | | | alternate C libraries, thanks to David Douthitt. git-svn-id: svn://busybox.net/trunk/busybox@1969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add wget, tr, telnet, ping, md5sum and loadkmap to .debdwhedon2001-03-051-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1968 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Enable INSTALLER for the debandersen2001-03-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1965 69ca8d6d-28ef-0310-b511-8ec308f3f277