aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vodz writes:andersen2002-10-222-14/+2
| | | | | | | | Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :) git-svn-id: svn://busybox.net/trunk/busybox@5688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I committed the fflush in the wrong spot. I should go to bedandersen2002-10-221-1/+1
| | | | | | | | earlier so I don't screw up such easy stuff. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch63 from vodz: add in crond and crontab appletsandersen2002-10-229-15/+1588
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5686 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen2002-10-228-312/+220
| | | | | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k. git-svn-id: svn://busybox.net/trunk/busybox@5685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply last_patch51_3 from vodzandersen2002-10-221-1/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be absurdly careful about flushing stdout.andersen2002-10-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5683 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move unzip.c uncompress.c from libbb to archiveal/libunarchivebug12002-10-224-1213/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5681 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gz_open is used anymore, use inflate directly, see how its done in ↵bug12002-10-211-58/+0
| | | | | | get_header_tar_gz git-svn-id: svn://busybox.net/trunk/busybox@5679 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont try and make the "/" directorybug12002-10-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update dpkg to use new unarchive codebug12002-10-195-7/+85
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix exclude/include problembug12002-10-196-48/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5676 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Find a string in a listbug12002-10-191-0/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5675 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove entries from the accept list as they are matched so we can determine ↵bug12002-10-192-0/+14
| | | | | | if any files that were specified in the list wernt found. git-svn-id: svn://busybox.net/trunk/busybox@5674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont use absolute pathname (dunno why i did that), fix tar filename/stdin ↵bug12002-10-191-16/+25
| | | | | | problems git-svn-id: svn://busybox.net/trunk/busybox@5671 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put bac kthe code that handles cases where a '-' wasnt specified prior to ↵bug12002-10-181-0/+8
| | | | | | the options. git-svn-id: svn://busybox.net/trunk/busybox@5670 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix an obvious thinkoandersen2002-10-181-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5667 69ca8d6d-28ef-0310-b511-8ec308f3f277
* disambiguate a testandersen2002-10-181-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5665 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix needless formatting differences vs modutilsandersen2002-10-181-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5664 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix needless difference vs GNUandersen2002-10-181-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* missed add for udhcpruss2002-10-141-0/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* added full udhcp integrationruss2002-10-1448-1597/+4421
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5647 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doh! I screwed up applying vodz' patch.andersen2002-10-121-1/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5643 69ca8d6d-28ef-0310-b511-8ec308f3f277
* After thinking about it, I think this patch from Matt Kraai is probably theandersen2002-10-121-13/+3
| | | | | | | | | | | best way to go. Sysvinit does not provide a controlling tty since it doesn't even try to open ttys for apps. We do. So we should _try_ to provide a controlling tty if possible, but we needn't freak out if it doesn't work. This way we won't need to use openvt or similar, we'll just have init do the Right Thing(tm). git-svn-id: svn://busybox.net/trunk/busybox@5642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch61 from vodz:andersen2002-10-1012-89/+76
| | | | | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. git-svn-id: svn://busybox.net/trunk/busybox@5640 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch60 from vodz:andersen2002-10-102-4/+21
| | | | | | | | login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features. git-svn-id: svn://busybox.net/trunk/busybox@5639 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'andersen2002-10-101-17/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5638 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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