aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Portability tweak from Shaun Jackman, don't include asm/page.h directly.landley2006-04-251-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14941 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove some #if 0 code.landley2006-04-181-9/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14916 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - BusyBox is under GPL.aldot2006-04-185-5/+5
| | | | | | | | | | in http://www.busybox.net/lists/busybox/2006-April/020364.html Denis Vlasenko said when asked which license to use for these files: "Sure. LGPL or GPL is fine with me." Adjusting accordingly. git-svn-id: svn://busybox.net/trunk/busybox@14907 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use memmove() instead of bcopy()vapier2006-04-161-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use memcmp() not bcmp()vapier2006-04-161-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-132-4/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14847 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-122-1/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-123-1/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14836 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-122-1/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14834 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-123-1/+20
| | | | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. git-svn-id: svn://busybox.net/trunk/busybox@14833 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-127-44/+53
| | | | | | | | | | | text data bss dec hex filename 889445 9392 1035784 1934621 1d851d busybox.gcc-4.2.orig 889297 9392 1035784 1934473 1d8489 busybox.gcc-4.2 889009 9820 1037860 1936689 1d8d31 busybox.gcc-4.1.orig 888817 9820 1037860 1936497 1d8c71 busybox.gcc-4.1 git-svn-id: svn://busybox.net/trunk/busybox@14830 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-102-1/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14785 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include proper headers.aldot2006-04-051-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14756 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move buffer allocation schemes to libbb.haldot2006-04-0313-76/+25
| | | | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h git-svn-id: svn://busybox.net/trunk/busybox@14739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New version from Tito.landley2006-04-021-224/+144
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14726 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Rich Felker writes: fix invalid printf format stringsaldot2006-03-291-3/+3
| | | | | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox git-svn-id: svn://busybox.net/trunk/busybox@14697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More extern removal from Robert P. Day.landley2006-03-296-16/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* find ./ -name .cvsignore | xargs svn rmaldot2006-03-291-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14686 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespace fixesvapier2006-03-281-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14676 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More dead code removal.landley2006-03-261-27/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14661 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug spotted by Stephane Billiart: losetup depends on loop.c.landley2006-03-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14628 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Very nice patch from Rich Felker to portably set the stream error indicator andlandley2006-03-231-104/+27
| | | | | | | thus remove a lot of nasty old code that didn't. git-svn-id: svn://busybox.net/trunk/busybox@14627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Shaun Jackman to make loop.c build only when needed.landley2006-03-211-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14591 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix order of includes.aldot2006-03-181-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14564 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO solandley2006-03-181-13/+6
| | | | | | | EPERM doesn't register as a successful read-only mount. git-svn-id: svn://busybox.net/trunk/busybox@14554 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Random in-passing tweak.landley2006-03-161-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14546 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More "extern" removals from Robert P. Daylandley2006-03-141-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Attempt to make a warning go away without increasing size.landley2006-03-141-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - revert back to r14406aldot2006-03-131-56/+49
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-133-4/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-103-3/+3
| | | | | | | the busybox binary) into enums (which don't). git-svn-id: svn://busybox.net/trunk/busybox@14513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Portability patch from rfelker. The bb_asprintf.c thing needs an eventuallandley2006-03-091-0/+10
| | | | | | | | follow up in platform.h to set the #ifdef, but the workaround works for everybody, so... git-svn-id: svn://busybox.net/trunk/busybox@14498 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+7
| | | | | | | version of make (3.71.1). git-svn-id: svn://busybox.net/trunk/busybox@14477 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-0637-54/+54
| | | | | | | definitions. (That should only be on prototypes.) git-svn-id: svn://busybox.net/trunk/busybox@14457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused lists *-maldot2006-03-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
| | | | | | | Fixes make trying to include the very same file in an endless loop. git-svn-id: svn://busybox.net/trunk/busybox@14429 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fixes parallel builds (make -j)aldot2006-03-011-50/+52
| | | | | | | - use less resources for the buildsystem itself git-svn-id: svn://busybox.net/trunk/busybox@14407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few changes falling out from the effort to make sed handle embedded NUL bytes.landley2006-02-241-46/+20
| | | | | | | Checking in to reduce the diff between my tree and svn... git-svn-id: svn://busybox.net/trunk/busybox@14254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* document leading + optionvapier2006-02-221-0/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot to check this in last night, part of the hash_fd breakup.landley2006-02-211-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14163 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-213-383/+264
| | | | | | | md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) git-svn-id: svn://busybox.net/trunk/busybox@14160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* a few more comment touchupsvapier2006-02-211-4/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14154 69ca8d6d-28ef-0310-b511-8ec308f3f277
* translate Russian-English to just plain Englishvapier2006-02-211-4/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14153 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync with mainstream, but check morevodz2006-02-201-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getdomainname() isn't guaranteed to null terminate the string if it waslandley2006-02-201-6/+6
| | | | | | | | | truncated for length. SVN 14135 made sure that the truncated version would always be null terminated. SVN 14144 broke this for no readily apparent reason, and I have no idea what it was even trying to accomplish. Reverted. git-svn-id: svn://busybox.net/trunk/busybox@14147 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove #undef strlen, use #define strlen always but without ↵vodz2006-02-201-3/+7
| | | | | | xfunc/BB_STRLEN_IMPLEMENTATION git-svn-id: svn://busybox.net/trunk/busybox@14145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correction get(host/domain)name usage, revert 742 bugvodz2006-02-201-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14144 69ca8d6d-28ef-0310-b511-8ec308f3f277
* svn 14077 was completely broken and apparently never tested.landley2006-02-201-14/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14138 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rfelker writes in Bug 742: make sure string is null terminated after calling ↵vapier2006-02-191-1/+2
| | | | | | gethostname git-svn-id: svn://busybox.net/trunk/busybox@14135 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rfelker writes in Bug 740: s/u_char/unsigned char/vapier2006-02-191-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14134 69ca8d6d-28ef-0310-b511-8ec308f3f277