aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* type typo. Thanks, Devin Bayervodz2006-02-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14091 69ca8d6d-28ef-0310-b511-8ec308f3f277
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-161-1/+6
| | | | | | removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h git-svn-id: svn://busybox.net/trunk/busybox@14080 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed #undef strlen, use builtins and prototuped strlen from xfunc file ↵vodz2006-02-161-1/+0
| | | | | | (only\!) git-svn-id: svn://busybox.net/trunk/busybox@14077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanups after changes by Denis Vlasenko. Size optimizationvodz2006-02-141-6/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanups from Denis Vlasenko.landley2006-02-131-14/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix from Kim B. Heino, manifested via:landley2006-02-131-0/+1
| | | | | | | echo > foo && zip foo.zip foo && ./busybox unzip foo.zip git-svn-id: svn://busybox.net/trunk/busybox@13956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Save a few bytes in error message.landley2006-02-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13832 69ca8d6d-28ef-0310-b511-8ec308f3f277
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed ↵vodz2006-02-021-0/+10
| | | | | | two strdup git-svn-id: svn://busybox.net/trunk/busybox@13797 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make the build system puuuuuuuuuuurtyvapier2006-02-021-11/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - bzero -> memsetaldot2006-01-311-14/+2
| | | | | | | | | | | | | | | | | | text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD git-svn-id: svn://busybox.net/trunk/busybox@13762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more obscurevodz2006-01-311-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13758 69ca8d6d-28ef-0310-b511-8ec308f3f277
* avoid signed<->unsigned warningvodz2006-01-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13757 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix typo i introduced yesterday.aldot2006-01-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13746 69ca8d6d-28ef-0310-b511-8ec308f3f277
* with 2.4 kernel headers, lo_file_name is char, but with 2.6andersen2006-01-301-3/+3
| | | | | | | | headers we get a u8 for lo_file_name, so always cast to (char *) when treating it as such. git-svn-id: svn://busybox.net/trunk/busybox@13720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add some ATTRIBUTE_UNUSED.aldot2006-01-302-28/+6
| | | | | | | - use shorter boilerplate while at it. git-svn-id: svn://busybox.net/trunk/busybox@13718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make linking against libcrypt optional by looking if pw_encrypt() oraldot2006-01-301-2/+8
| | | | | | | correct_password() is configured. Fixes allnoconfig pulling in -lcrypt. git-svn-id: svn://busybox.net/trunk/busybox@13715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespacetimr2006-01-2515-24/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close bug 644: loop incrementing twice, skipping ever other device.landley2006-01-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13496 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.aldot2006-01-171-13/+5
| | | | | | | - use shorter boilerplate. git-svn-id: svn://busybox.net/trunk/busybox@13383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shared libbusybox.aldot2006-01-152-35/+65
| | | | | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. git-svn-id: svn://busybox.net/trunk/busybox@13346 69ca8d6d-28ef-0310-b511-8ec308f3f277