aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE optionandersen2002-10-101-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5637 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the script. It always put output to 'stdout' and never tosjhill2002-10-081-18/+28
| | | | | | | the 'modules.dep' file. git-svn-id: svn://busybox.net/trunk/busybox@5632 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remember to delete docs/busybox.podandersen2002-10-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5631 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix missing \n noticed by Robert Schwebelandersen2002-10-081-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix segfault when testing if reaidng from stdin "-"bug12002-10-061-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5624 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix init docsandersen2002-09-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5616 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfix from Claudio Fleiner <claudio@fleiner.com>andersen2002-09-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch58 from vodz:andersen2002-09-309-309/+1153
| | | | | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) git-svn-id: svn://busybox.net/trunk/busybox@5614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch57:andersen2002-09-309-32/+27
| | | | | | | | | | | | | | | | | | Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz git-svn-id: svn://busybox.net/trunk/busybox@5613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix dependancy so we rebuild busybox.o, usage.o and busybox.oandersen2002-09-301-0/+4
| | | | | | | | whenever the config changes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use %m, not strerror, and strerror(err) was broken anyways and should have beenandersen2002-09-301-1/+1
| | | | | | | strerror(errno). Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru> git-svn-id: svn://busybox.net/trunk/busybox@5611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Konstantin Isakov <ikm@pisem.net>:andersen2002-09-301-3/+4
| | | | | | | | | | | In most cases, dirname returns the same argument it was given, so this code works nice, but there's one special case: when the name contains no dirname, it returns "." (stored statically in the body of itself), and we get a segfault in attempt to free() it. This patch fixes this problem. git-svn-id: svn://busybox.net/trunk/busybox@5609 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't even try to run ash on uClinux. It won't work.andersen2002-09-301-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5608 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Set the close-on-exec flag, just to be safandersen2002-09-301-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5607 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doh. We divide microseconds by 60?andersen2002-09-301-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5605 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Save status so we know if to delete compressed filebug12002-09-301-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make_directory() will fail instantly so we dont need to test for failure herebug12002-09-281-5/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fail straight away rather than recursively printing error messages :)bug12002-09-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5602 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for using '-' as the filename when reading from stdinbug12002-09-281-9/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5601 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix from Nitin Gupta <gupta@equator.com>andersen2002-09-271-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5600 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compress support and prevent a segfaultbug12002-09-2712-66/+71
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5599 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix simple define problembug12002-09-261-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5597 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid calling exit() from within fork/vfork'ed processes.andersen2002-09-261-3/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ignoring SIGCHLD causes a race leading to the occasional hang of initandersen2002-09-251-1/+0
| | | | | | | | | when init will wait() on itself in waitfor() when the child exits before init is scheduled to run. Letting init hang is very seriously bad. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5592 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reverse some minor changes that got caught up in my big unarchive patchbug12002-09-251-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5591 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove files made obsolete by new unarchiving codebug12002-09-254-655/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5590 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New common unarchive code.bug12002-09-2536-1898/+2420
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5589 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup largefile settingsandersen2002-09-221-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5586 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix error messages conditions, and make them the same as GNU mkdir.bug12002-09-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* don't leak FILEsandersen2002-09-201-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5576 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update the noise a tiny bitandersen2002-09-181-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5566 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update webpageandersen2002-09-181-0/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5565 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Nowmjn32002-09-181-19/+20
| | | | | | | works on i386 (2.4.19) and arm (2.4.6). git-svn-id: svn://busybox.net/trunk/busybox@5560 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from John Hall <john.hall@optionexist.co.uk> to change theandersen2002-09-181-4/+4
| | | | | | | | klogd specific messages to facility LOG_SYSLOG and tidies up some of the priorities. git-svn-id: svn://busybox.net/trunk/busybox@5556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a new top appletandersen2002-09-175-0/+422
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5553 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clear screen too.andersen2002-09-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* re-enable the cursor, in case it got disabledandersen2002-09-171-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5549 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Modified so that it "works" for archs other than i386... arm in particular.mjn32002-09-171-47/+108
| | | | | | | | | Also tried to clean up the logic a little, and ensure that read errors or invalid archives resulted in error returns. This could use a lot more work... Volunteers? git-svn-id: svn://busybox.net/trunk/busybox@5548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sane-ify the screen clearing stuff.andersen2002-09-171-3/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5547 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hehe.andersen2002-09-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch57:andersen2002-09-171-104/+93
| | | | | | | | | | | | | | | Ok. Patch with reduce size ready. Notes: syslogd imposible close logsocket, the real programm write logmessages (hmm, cycle loop?) (Excuse me - this have small tab-formats rewroting also) text data bss dec hex filename 2913 332 12388 15633 3d11 syslogd.o 3109 332 9252 12693 3195 syslogd_old.o git-svn-id: svn://busybox.net/trunk/busybox@5541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support setting depthandersen2002-09-171-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5538 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch56 from vodz to simplify copy_file logicandersen2002-09-171-74/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from "Joe.C" <joe@numa.com.tw>andersen2002-09-171-1/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from David McCullough <davidm@snapgear.com>andersen2002-09-171-5/+72
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use "MiB" not "Mb"andersen2002-09-171-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5528 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Typo fix from Steven Merrifieldandersen2002-09-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5527 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch55 from vodz:andersen2002-09-161-18/+20
| | | | | | | | | I found overflow problem in xargs applet (allocated not space for trailing '\0'). Last patch also reduce 22 bytes size. ;) git-svn-id: svn://busybox.net/trunk/busybox@5518 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Let people force overwrite linksandersen2002-09-161-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5516 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forandersen2002-09-161-1/+65
| | | | | | | | | file all file types (not just regular files and dirs). Unlink destination files when needed. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5514 69ca8d6d-28ef-0310-b511-8ec308f3f277