aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use xread_char to save a few bytes, fix indenting of commentsbug12002-11-031-23/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5781 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move bunzip2 idecompression code to libunarchivebug12002-11-034-1787/+1815
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5780 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test for holes in swapfilesandersen2002-11-031-0/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5779 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug12002-11-019-9/+153
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5771 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow short reads when filling compress bufferbug12002-11-012-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5769 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow the .Z prefix if compress support enabledbug12002-11-011-5/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5768 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make it a fatal error if bad chksum or crc, if not we should return an error ↵bug12002-11-011-2/+2
| | | | | | code git-svn-id: svn://busybox.net/trunk/busybox@5767 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Report errror if the first magic character doesnt matchbug12002-11-011-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5764 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync to udhcp 0.9.8russ2002-10-318-160/+243
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5754 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use a nifty macro to make testing gcc features simplerandersen2002-10-301-9/+8
| | | | | | | | and much easier to read. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Formattingandersen2002-10-271-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the webpageandersen2002-10-271-0/+40
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5721 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch64 from vodz:andersen2002-10-261-15/+17
| | | | | | | | | | | | | | | | The following usage from original user: $ ./busybox swapon -a Have typo problem: swapon: swapon: Operation not permitted But regular version: swapon: /dev/hda5: Operation not permitted Patch attached, reduced 9 bytes and advanced exit code also. git-svn-id: svn://busybox.net/trunk/busybox@5715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Jouni Malinen to avoid some buffer overflows in vi,andersen2002-10-261-3/+9
| | | | | | | closing bug #1270 git-svn-id: svn://busybox.net/trunk/busybox@5714 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ivan Popov noticed that handling of PREFIX was bad.andersen2002-10-261-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A bugfix from Danny Lepage:andersen2002-10-261-1/+1
| | | | | | | | | | It seems that under busybox unstable, "tar -c -f - blabla" create a tar file named "-" instead of writing to stdout. The included patch should fix this. git-svn-id: svn://busybox.net/trunk/busybox@5712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Magnus Damm fixed a long standing problemandersen2002-10-251-1/+1
| | | | | | | with freeing memory. git-svn-id: svn://busybox.net/trunk/busybox@5705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix warningandersen2002-10-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>andersen2002-10-222-4/+0
| | | | | | | | | | but this conflicted with the internal pwd_.h and grp_.h. Removing these headers is correct, since the correct pwd/grp headers will be included via busybox.h -Erik git-svn-id: svn://busybox.net/trunk/busybox@5691 69ca8d6d-28ef-0310-b511-8ec308f3f277
* vodz forgot to include the suid fieldandersen2002-10-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply patch from bug #1278 -- fix usage message for theandersen2002-10-221-1/+1
| | | | | | | start_stop_daemon applet. git-svn-id: svn://busybox.net/trunk/busybox@5689 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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