aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* utility.c must include stdarg.hdwhedon2001-02-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I can't leave it alone.beppu2001-02-231-8/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1903 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor cleanup... all that's left to do isbeppu2001-02-231-5/+5
| | | | | | | | | | | | | | * make headers and footers for both the POD and SGML content * make an SGML generator * finish the command-line handling Also, some of the documentation in usage.h will have to be adjusted. expr needs some lines to be indented, and ls has a stray comma. I may have missed some things... but it looks OK for the most part. git-svn-id: svn://busybox.net/trunk/busybox@1902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is the remixed autodocufier.pl.beppu2001-02-231-80/+175
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1901 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stub out pivot_root so it won't fail to compile.andersen2001-02-232-4/+18
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1900 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Somewhere along the line, MAKE_LINKS got broken, thereby breakingandersen2001-02-232-0/+8
| | | | | | | 'make install'. Fix that. git-svn-id: svn://busybox.net/trunk/busybox@1899 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Argh. I should know to compile first.andersen2001-02-231-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1898 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only default to BB_FEATURE_NEW_MODULE_INTERFACE whenandersen2001-02-231-1/+1
| | | | | | | | BB_FEATURE_OLD_MODULE_INTERFACE is not defined. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1897 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make utility.c only define query_module when BB_FEATURE_NEW_MODULE_INTERFACEandersen2001-02-231-1/+2
| | | | | | | | is enabled. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1896 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another fix. I think I got it this time.andersen2001-02-232-16/+20
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I should be more careful...andersen2001-02-235-7/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off the printf attribute for the ?error_msg* functions, since itandersen2001-02-222-8/+8
| | | | | | | | | is ok to pass them a NULL, unlike printf. This silences a pointless warning message. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1891 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in kent robotti's updated dos2unix.candersen2001-02-227-83/+296
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up Makefile -- uClibc nfs works these daysandersen2001-02-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1889 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit a few updates to the usage messages.andersen2001-02-223-282/+219
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1888 69ca8d6d-28ef-0310-b511-8ec308f3f277
* First pass at making up an automagical usage message extractor, whichandersen2001-02-221-0/+88
| | | | | | | | will be used (when it works) to autogenerate documentation. Based on code written by Mark Whitley. git-svn-id: svn://busybox.net/trunk/busybox@1887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Account for remainder, and reset page_height for each and every page.andersen2001-02-222-8/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1886 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make busybox and busybox-static conflict/replace each otherandersen2001-02-222-2/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix malformed build-depends. Update list of bugs to closeandersen2001-02-222-1/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1882 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make md5sum not display filename when reading stdinandersen2001-02-222-2/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make init compile when DEBUG_INIT is enabledandersen2001-02-222-6/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1880 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another update to the way usage messages are done by Evin Robertsonandersen2001-02-2210-5293/+2641
| | | | | | | | | <nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1879 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert my change to do extra termType checking. That is done elsewhere.andersen2001-02-222-6/+0
| | | | | | | | Silly me. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1878 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Adjust the terminal height for any overlap, so that no linesandersen2001-02-222-10/+32
| | | | | | | | get lost off the top -Erik git-svn-id: svn://busybox.net/trunk/busybox@1877 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops! I left in my debug noise.andersen2001-02-212-6/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1874 69ca8d6d-28ef-0310-b511-8ec308f3f277
* df was totally broken. So I fixed it.andersen2001-02-212-22/+64
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1873 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Small patch from Kent Robotti to show megabytes in human-readable output.markw2001-02-202-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1872 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanup.andersen2001-02-202-26/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Magnus Damm <damm@opensource.se> to supportandersen2001-02-202-76/+322
| | | | | | | | powerpc with busybox insmod -Erik git-svn-id: svn://busybox.net/trunk/busybox@1870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit a patch from Erik Gustavsson <cyrano@algonet.se>, to allowandersen2001-02-202-8/+30
| | | | | | | | | | environment variables set from the kernel command line to be inherited bu application programs. Slightly changed to special case handling of TERM, so that it has sane defaults when on a serial console. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1869 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put itandersen2001-02-202-12/+10
| | | | | | | after busybox.h is included. git-svn-id: svn://busybox.net/trunk/busybox@1868 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This fixes lash so it handles environment variable expansion, regardlessandersen2001-02-203-51/+90
| | | | | | | | | | | of where the environment variables are located in an argument. This allows things like 'echo foo$1$SHELL' to expand the same way bash would expand it. Of course, to make this work I introduced a memory leak, and I am too tired to find a way to fix it. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1867 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup the use of 'find' to prevent error msgs.andersen2001-02-201-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1866 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSandersen2001-02-202-8/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1865 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-20204-378/+362
| | | | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put back Vladimir's testing defines, which I mistakenly removed.andersen2001-02-182-8/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1854 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few more cleanups from Vladimir.andersen2001-02-181-17/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1853 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another patch from Vladimir to eliminate obsolete junk.andersen2001-02-184-18/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1852 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A small cleanup by Vladimirandersen2001-02-182-16/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1851 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove leftover junkandersen2001-02-182-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1850 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of long stale usage message code.andersen2001-02-174-20/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1849 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A bunch of usage clenups from kent robotti <robotti@metconnect.com>andersen2001-02-173-66/+63
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates from Larry Doolittle. Don't use basedir, Don't assumeandersen2001-02-171-8/+7
| | | | | | | random makefiles are going to work with busybox. git-svn-id: svn://busybox.net/trunk/busybox@1847 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates.andersen2001-02-171-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1846 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ignore applet_source_listandersen2001-02-171-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1845 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the build system for pristine source directory builds. Thisandersen2001-02-179-85/+167
| | | | | | | | | update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik git-svn-id: svn://busybox.net/trunk/busybox@1843 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the debian build stuffandersen2001-02-174-157/+622
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1842 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Throw out the obsolete INIT_CHROOT junkandersen2001-02-172-182/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1841 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several features were hard coded on. Stop that. List tab completionandersen2001-02-163-29/+20
| | | | | | | | as working (thanks Vladimir!) and taking 4k. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1840 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Vladimir's latest cmdedit. I modified it slightly to ensureandersen2001-02-165-18/+17
| | | | | | | | | | | parse_prompt() would be called before cmdedit_init(), since cmdedit_init() calls cmdedit_setwidth() which uses cmdedit_prmt_len, which is set by parse_prompt(). Also, added a mod, so very narrow terminals should now wrap properly... This is working very nicely for me -- Vladimir has done some very good work. git-svn-id: svn://busybox.net/trunk/busybox@1839 69ca8d6d-28ef-0310-b511-8ec308f3f277