Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strsep is in upstream BusyBox: no need for MINGW32 versionmerge_1_19 | Ron Yorston | 2012-04-18 | 1 | -0/+1 |
| | |||||
* | Merge commit '1_19_4' into merge_1_19 | Ron Yorston | 2012-03-22 | 1 | -1/+3 |
|\ | |||||
| * | Apply post-1.19.2 patches, bump version to 1.19.31_19_3 | Denys Vlasenko | 2011-10-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Apply post-1.19.0 patches, bump version to 1.19.11_19_1 | Denys Vlasenko | 2011-08-28 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge | Ron Yorston | 2012-03-22 | 1 | -2/+17 |
|\| | | | | | | | | | Conflicts: include/platform.h | ||||
| * | more tweak for bionic | Denys Vlasenko | 2011-07-08 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | platform.h: tweaks for cygwin | Denys Vlasenko | 2011-07-08 | 1 | -1/+14 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge | Ron Yorston | 2012-03-22 | 1 | -7/+51 |
|\| | | | | | | | | | Conflicts: procps/ps.c | ||||
| * | Use the _unlocked stdio macros only when they're all available | Dan Fandrich | 2011-06-30 | 1 | -5/+5 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Use the built-in getline on more systems that don't have it | Dan Fandrich | 2011-06-30 | 1 | -5/+13 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | platform.c: provide getline implementation | Timo Teras | 2011-06-29 | 1 | -0/+5 |
| | | | | | | | | | | Signed-off-by: Timo Teras <timo.teras@iki.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko | 2011-06-21 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko | 2011-06-21 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | *: simplify Ethernet header includes | Dan Fandrich | 2011-06-10 | 1 | -3/+10 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | platform.h: support for build under Android | Dan Fandrich | 2011-06-03 | 1 | -0/+6 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge | Ron Yorston | 2012-03-22 | 1 | -76/+82 |
|\| | | | | | | | | | | | | | Conflicts: coreutils/ls.c include/platform.h libbb/bb_basename.c | ||||
| * | libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc | Denys Vlasenko | 2011-05-12 | 1 | -75/+82 |
| | | | | | | | | | | | | | | | | text data bss dec hex filename 875879 493 7584 883956 d7cf4 busybox_old 875879 493 7584 883956 d7cf4 busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 1 | -14/+7 |
|\| | |||||
| * | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko | 2011-04-17 | 1 | -13/+6 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 1 | -1/+11 |
|\| | | | | | | | | | | | | | Conflicts: libbb/vfork_daemon_rexec.c networking/wget.c procps/ps.c | ||||
| * | Move stpcpy replacement function into libbb | Dan Fandrich | 2011-02-13 | 1 | -0/+8 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | use unistd.h before _POSIX_VERSION | Denys Vlasenko | 2011-02-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | incorporate header fixes proposed in bug 3097 | Denys Vlasenko | 2011-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Not sure these are *really* needed, but I suppose they don't hurt Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge | Ron Yorston | 2012-03-21 | 1 | -17/+32 |
|\| | | | | | | | | | | | | | Conflicts: include/platform.h libbb/Kbuild.src libbb/messages.c | ||||
| * | FreeBSD compat | Chris Rees | 2011-01-24 | 1 | -0/+3 |
| | | | | | | | | | | Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | FreeBSD compat | Chris Rees | 2011-01-24 | 1 | -0/+6 |
| | | | | | | | | | | Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | pltaform.h: move include of stdint.h before uint16_t is used | Denys Vlasenko | 2011-01-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | fix compile error on non-x86 architectures | Denys Vlasenko | 2011-01-21 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | sighandler_t definition for BSD | Chris Rees | 2011-01-20 | 1 | -0/+6 |
| | | | | | | | | | | Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge remote-tracking branch 'upstream/master' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -1/+1 |
|\| | |||||
| * | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: libbb/make_directory.c | ||||
| * | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -9/+0 |
|\| | |||||
| * | Remove check for supported libc. | Denys Vlasenko | 2010-10-24 | 1 | -9/+0 |
| | | | | | | | | | | | | | | If it is not supported, it won't work. No need to break working ones which happen to this over this check. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -2/+7 |
|\| | |||||
| * | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko | 2010-10-18 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -0/+4 |
|\| | |||||
| * | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko | 2010-10-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta md5_hash 111 108 -3 md5_end 129 125 -4 md5_hash_block 459 454 -5 filter_rename_config 250 244 -6 md5_crypt 587 578 -9 popmaildir_main 828 816 -12 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-39) Total: -39 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | win32: platform.h: reuse memrchr() in platform.c | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+2 |
|\| | |||||
| * | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -14/+20 |
|\| | | | | | | | | | Conflicts: include/platform.h | ||||
| * | platform.h: regularize endian detection | Denys Vlasenko | 2010-08-16 | 1 | -15/+20 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+8 |
|\| | | | | | | | | | Conflicts: include/platform.h | ||||
| * | OpenBSD compatibility | Waldemar Brodkorb | 2010-08-06 | 1 | -2/+8 |
| | | | | | | | | | | Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+8 |
|\| | |||||
| * | Added code for nonstandard function strsep() | Dan Fandrich | 2010-06-19 | 1 | -0/+6 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | A few minor portability improvements | Dan Fandrich | 2010-06-19 | 1 | -2/+2 |
| | | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | win32: platform.h: add bswap_xx() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+7 |
| | |