aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reduce exported from ipcs appletvodz2005-09-221-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11575 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more remove lost exportedvodz2005-09-223-10/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11574 69ca8d6d-28ef-0310-b511-8ec308f3f277
* network "default" --> bb_INET_default. Reduce 2 exported from find appletvodz2005-09-223-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11573 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add applet nohup(1)aldot2005-09-215-0/+205
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11538 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make sure to include dmalloc.h at the very end of busybox.h or libbb.h.aldot2005-09-212-14/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* moved include/bbconfigopts.h from miscutils to to top Makefile before ↵vodz2005-09-212-4/+10
| | | | | | generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer git-svn-id: svn://busybox.net/trunk/busybox@11533 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - consolidated password helpersaldot2005-09-201-0/+179
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11517 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - consolidated password helpers into bb_pwd.caldot2005-09-206-305/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11516 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-2017-43/+47
| | | | | | | | | | | my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug git-svn-id: svn://busybox.net/trunk/busybox@11515 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopenaldot2005-09-201-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11514 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - 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