aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - typo in documentationaldot2005-09-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get "make check" ($srcdir) to work with the new testsuite.landley2005-09-201-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11512 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The testsuite/links directory wasn't being created.landley2005-09-202-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11510 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is strange typically modern mistake. Learn please: stat(2) used ↵vodz2005-09-201-1/+1
| | | | | | sys/types.h and not reverse git-svn-id: svn://busybox.net/trunk/busybox@11509 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bernhard Fischer writes:vapier2005-09-201-29/+28
| | | | | | | Attachet patchlet updates the screenshot of busybox perusing the stable branch. git-svn-id: svn://busybox.net/trunk/busybox@11508 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove duplicate depend, its work for bb_mkdependvodz2005-09-191-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correct build bbconfig applet, correct previous changevodz2005-09-191-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11506 69ca8d6d-28ef-0310-b511-8ec308f3f277
* corect build bbconfig applet, Thanks, Bernhard Fischervodz2005-09-192-8/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11505 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hmm, forgoten remove llseek?vodz2005-09-191-55/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11504 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 1) read from stdin work nowvodz2005-09-191-34/+21
| | | | | | | | | 2) destroy segfault in number_process 3) removes dead code complex patch my and Tito git-svn-id: svn://busybox.net/trunk/busybox@11503 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵vodz2005-09-196-188/+131
| | | | | | 1 exporing, ext2fs_llseek/blkid_llseek->llseek git-svn-id: svn://busybox.net/trunk/busybox@11502 69ca8d6d-28ef-0310-b511-8ec308f3f277
* destroy bug #421vodz2005-09-191-2/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11501 69ca8d6d-28ef-0310-b511-8ec308f3f277
* quick patchs: drop founded memory leak, more libbb, more C-compatibility, ↵vodz2005-09-191-82/+89
| | | | | | size reduction git-svn-id: svn://busybox.net/trunk/busybox@11500 69ca8d6d-28ef-0310-b511-8ec308f3f277
* small bug found after strength testvodz2005-09-191-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bernhard Fischer writes:vapier2005-09-181-7/+7
| | | | | | | | Attached patch moves bbconfig's entry in Config.in in the alphabetically correct place. git-svn-id: svn://busybox.net/trunk/busybox@11495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* First cleanup pass, from Rob Sullivan. More to be done...landley2005-09-182-147/+109
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11493 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito pointed out that if readlink doesn't have -f, there's no need to calllandley2005-09-171-6/+6
| | | | | | | the option parsing code at all. git-svn-id: svn://busybox.net/trunk/busybox@11488 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update TODO with mention of the CONFIG->ENABLE migration and ruminationslandley2005-09-161-1/+66
| | | | | | | about FEATURE_CLEAN_UP. git-svn-id: svn://busybox.net/trunk/busybox@11484 69ca8d6d-28ef-0310-b511-8ec308f3f277
* speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4vodz2005-09-161-26/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11483 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more C-compatibily, Thanks Bernhard Fischervodz2005-09-161-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11482 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed 'less' section from TODOvodz2005-09-161-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11481 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGEvodz2005-09-164-21/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11480 69ca8d6d-28ef-0310-b511-8ec308f3f277
* initialize a couple of vars whose warnings were suppressed becausepgf2005-09-161-1/+1
| | | | | | | i was building w/ debug on before, which suppresses optimization. git-svn-id: svn://busybox.net/trunk/busybox@11479 69ca8d6d-28ef-0310-b511-8ec308f3f277
* small change for highlihting flags, more busyboxes: indent, forward ↵vodz2005-09-161-510/+464
| | | | | | declaration, paste BSS git-svn-id: svn://busybox.net/trunk/busybox@11478 69ca8d6d-28ef-0310-b511-8ec308f3f277
* some combinations of status line and screen refresh don't give apgf2005-09-161-76/+112
| | | | | | | | | | | | | | | | | | | | correct screen, and bug 215 reports trouble with the status line on small screens. with this change a) the status line should always be refreshed properly, b) the status line is a little shorter than it used to be ("I" instead of "--INSERT--"), c) the status line will be truncated if it doesn't fit on the screen, and d) if the screen is too narrow for an error or transient status message (from psb() or psbs()), then that message will be followed by a "Hit Return" prompt. (it wasn't until i did this last bit that the size grew. with this, these changes add about 150 bytes.) - pgf git-svn-id: svn://busybox.net/trunk/busybox@11477 69ca8d6d-28ef-0310-b511-8ec308f3f277
* accept unlimited number of swap arguments like the real swap{on,off} and ↵vapier2005-09-161-8/+11
| | | | | | shrink do_em_all a little git-svn-id: svn://busybox.net/trunk/busybox@11474 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update for newer build systemvapier2005-09-161-9/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11473 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet "less", from Rob Sullivan.landley2005-09-155-0/+1329
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11472 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Whitespace patch (and removal of gratuitous use of cat) by Berhnard Fischer.landley2005-09-151-5/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11471 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Amir Shalem observed that telnetd doesn't really require login, so forcinglandley2005-09-151-1/+0
| | | | | | | it is wrong. git-svn-id: svn://busybox.net/trunk/busybox@11470 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of warnings, remove compat with older gnu uniq to truly conform to ↵mjn32005-09-151-46/+43
| | | | | | susv3, and cut size a bit. git-svn-id: svn://busybox.net/trunk/busybox@11469 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bernhard Fischer:vapier2005-09-155-10/+10
| | | | | | | [busybox][patch][janitorial] correct typo in news.html and make site html compliant git-svn-id: svn://busybox.net/trunk/busybox@11468 69ca8d6d-28ef-0310-b511-8ec308f3f277
* BsAtHome writes in Bug 433:vapier2005-09-151-5/+6
| | | | | | | | Ping packets sent by busybox have wrong endian on f.x. mips32 (openwrt). Attatched is a patch that uses htons() and ntohs() to be platform independent. git-svn-id: svn://busybox.net/trunk/busybox@11466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-147-8/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11464 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed strange extern void xregcomp(... from some applets, but declared ↵vodz2005-09-143-5/+0
| | | | | | from libbb.h git-svn-id: svn://busybox.net/trunk/busybox@11463 69ca8d6d-28ef-0310-b511-8ec308f3f277
* FEATURE->ENABLE_FEATURE loses one for 'top' appletvodz2005-09-144-21/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11462 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Berhnard Fischer to keep duplicate objects out of the library.landley2005-09-141-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11461 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove unrequired dependencesvodz2005-09-142-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11460 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from tito: migrate option parsing to the bb_ functions and fixlandley2005-09-141-25/+12
| | | | | | | types. git-svn-id: svn://busybox.net/trunk/busybox@11459 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from Tito.landley2005-09-141-12/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11458 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_mkdep version 2.0. speed up *2, remove problem of find e2fsprogs/uu*.h, ↵vodz2005-09-141-242/+248
| | | | | | spelling corrections by Bernhard Fischer git-svn-id: svn://busybox.net/trunk/busybox@11457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Our config should write out each symbol once and only once, but still writelandley2005-09-141-28/+39
| | | | | | | out all symbols in all sub-menus. I think this finally does it right. git-svn-id: svn://busybox.net/trunk/busybox@11456 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test full susv3 spec for uniq (except internationalization).landley2005-09-141-13/+48
| | | | | | | | I think this covers it. We fail two corner cases, both of which are explicit violations of the spec, and both of which gnu passes. git-svn-id: svn://busybox.net/trunk/busybox@11455 69ca8d6d-28ef-0310-b511-8ec308f3f277
* committing bug #7:pgf2005-09-141-29/+42
| | | | | | | | | 0000007: which and wd-located files which doesn't search $PATH when there's a file in the WD with the same name of the 'filename' parameter... git-svn-id: svn://busybox.net/trunk/busybox@11454 69ca8d6d-28ef-0310-b511-8ec308f3f277
* initial ppc64 supportvapier2005-09-141-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11453 69ca8d6d-28ef-0310-b511-8ec308f3f277
* allow either backspace or DEL, in addition to the user's erasepgf2005-09-131-1/+2
| | | | | | | char, to be used in get_input_line() git-svn-id: svn://busybox.net/trunk/busybox@11451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_mkdep release. speed up *3, clearing, more commentsvodz2005-09-132-219/+267
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace/syntax cleanups, dont mind me :pvapier2005-09-131-36/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11443 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touch up usage for swap utilsvapier2005-09-131-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from Tito.landley2005-09-131-36/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11440 69ca8d6d-28ef-0310-b511-8ec308f3f277