Re: [PATCH v3] xtensa: ldso: coalesce dl_mprotect address ranges

2015-01-23 Thread Bernhard Reutner-Fischer
On 10 January 2015 at 02:42, Max Filippov jcmvb...@gmail.com wrote: This noticeably lowers the number of mprotect calls at program startup, e.g. for busybox: 7 calls vs 1835 calls. Signed-off-by: Max Filippov jcmvb...@gmail.com --- Changes v2-v3: - coalesce address ranges that overlap in

Re: [PATCH] add argument check in setenv()

2015-01-23 Thread Bernhard Reutner-Fischer
On 4 November 2014 at 12:26, Xishi Qiu qiuxi...@huawei.com wrote: setenv() in glibc/eglibc will check the argument, like this, Applied. Thanks! ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH] add argument check in mknod

2015-01-23 Thread Bernhard Reutner-Fischer
On 11 November 2014 at 08:59, wangyufen wangyu...@huawei.com wrote: mknod() in glibc/eglibc will check the argument, like this, Applied, thanks! ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-05 Thread Bernhard Reutner-Fischer
On February 5, 2015 8:20:57 PM GMT+01:00, Rich Felker dal...@libc.org wrote: On Wed, Feb 04, 2015 at 03:58:41PM +, Anton Kolesov wrote: Now I've looked into more details of error cause and what happens is that those fields (gl_opendir, gl_readdir, gl_closedir, gl_stat) in glob_t in

Re: 0.9.33 branch development / release process

2015-02-05 Thread Bernhard Reutner-Fischer
On February 5, 2015 6:57:53 PM GMT+01:00, Andy Voltz andy.vo...@timesys.com wrote: What is the current release process for uClibc? I'm looking to bump our build system to a newer uClibc version, but there are no new release tags since 0.9.33.2. It seems like the 0.9.33 branch could be treated as

Re: executable RPATH question

2015-02-06 Thread Bernhard Reutner-Fischer
On February 6, 2015 8:23:27 AM GMT+01:00, Waldemar Brodkorb w...@openadk.org wrote: Hi Steve, Steve Ellcey wrote, While building uclibc for MIPS I ran into the issue of whether or not the dynamic linker should use an executables rpath when searching for its libraries. Apparently the glibc

Re: [PATCH v2] uclibc:fix basename modify the input path

2015-01-20 Thread Bernhard Reutner-Fischer
On 24 September 2014 at 04:47, Wangyufen wangyu...@huawei.com wrote: From: Wang Yufen wangyu...@huawei.com I tested basename(path), path is ///, the basename(path) returned /, but the input path also be modified to /. It because in basename impl, last[1] = 0; modified the input path, I think

Re: tests are failing

2015-01-19 Thread Bernhard Reutner-Fischer
On 20 December 2014 at 12:39, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 Dec 2014 04:53, Waldemar Brodkorb w...@openadk.org wrote: Hi Bernhard, after your commit http://git.uclibc.org/uClibc/commit/?id=067637375658047d70c296606ae17ef0bc86499d tst-cancel7x and others

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-18 Thread Bernhard Reutner-Fischer
On February 18, 2015 7:01:23 AM GMT+01:00, Vineet Gupta vineet.gup...@synopsys.com wrote: On Saturday 14 February 2015 01:32 AM, Bernhard Reutner-Fischer wrote: I'm not really a libc developer so I would refrain from deciding what is right and what is wrong with those defines, I just need make

Re: [PATCH 0/8] ARC updates to uClibc

2015-02-18 Thread Bernhard Reutner-Fischer
On February 18, 2015 6:51:17 AM GMT+01:00, Vineet Gupta vineet.gup...@synopsys.com wrote: On Monday 16 February 2015 08:34 PM, Bernhard Reutner-Fischer wrote: While it at I also did some arch specific adjustment in sigaction path - inlining the rt_sigaction syscall stub detour to reduce branch

Re: [PATCH 0/2] speedup getline/getdelim/fgets_unlocked

2015-02-18 Thread Bernhard Reutner-Fischer
On November 19, 2014 11:38:38 PM GMT+01:00, Ed W li...@wildgooses.com wrote: On 19/11/2014 15:52, Bernhard Reutner-Fischer wrote: On 18 June 2012 17:45, Ed W li...@wildgooses.com wrote: I remain *interested*, but I'm tied up with a bunch of deadlines and not a proper build environment to test

Re: [PATCH] Add eventfd_read() and eventfd_write()

2015-02-18 Thread Bernhard Reutner-Fischer
On January 31, 2015 10:38:14 AM GMT+01:00, Bernd Kuhls bernd.ku...@t-online.de wrote: Hi, uClibc lacks eventfd_read() and eventfd_write(), Applied. Thanks for the reminder! Cheers, ___ uClibc mailing list uClibc@uclibc.org

Re: [PATCH] Replace strstr() implementations with faster two-way version

2015-02-18 Thread Bernhard Reutner-Fischer
On January 4, 2015 8:07:45 PM GMT+01:00, Jody Bruchon j...@jodybruchon.com wrote: Whoops, it seems I typed Stephen's initials wrong in that patch text. s/SJVDB/SRVDB/g and apologies for that. I have queued to look at it in detail after the release. Will get back to you then. Thanks for your

Re: [PATCH 0/4] uClibc port to ARCv2 ISA

2015-02-18 Thread Bernhard Reutner-Fischer
On February 18, 2015 1:11:03 PM GMT+01:00, Vineet Gupta vineet.gup...@synopsys.com wrote: Hi, Please find set of patches to support ARCv2 ISA basis of new HS family of cores from Synopsys. http://www.synopsys.com/dw/ipdir.php?ds=arc-hs38-processorelq_mid=5732elq_cid=458802

Re: [PATCH 1/1] Update MIPS configuration rules.

2015-02-12 Thread Bernhard Reutner-Fischer
On January 28, 2015 11:56:07 PM GMT+01:00, Steve Ellcey sell...@imgtec.com wrote: Add a configuration choice for the NaN format on MIPS (either the standard (legacy) format or the newer IEEE 2008 format. Change how CPU_LDFLAGS are set for MIPS. Use the same value as CPU_CFLAGS since CC is used

Re: Build error with LINUXTHREADS_NEW and no UCLIBC_HAS_REALTIME

2015-02-19 Thread Bernhard Reutner-Fischer
On February 19, 2015 3:25:15 PM GMT+01:00, Sarah Nadi sn...@uwaterloo.ca wrote: Hi, LINUXTHREADS_NEW does not build correctly without also selecting UCLIBC_HAS_REALTIME since function nanosleep will be undefined. See attached .config for reproducing with version 0.9.33.2. Should a select

Re: [PATCH] elf: Add STT_GNU_IFUNC from glibc

2015-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2015 at 10:57, Vineet Gupta vineet.gup...@synopsys.com wrote: perf in upstream Linux kernel 3.17 onwards expects STT_GNU_IFUNC replicate it from glibc Applied, thanks! ___ uClibc mailing list uClibc@uclibc.org

Re: [PATCH v2 0/4] uClibc port to ARCv2 ISA

2015-02-20 Thread Bernhard Reutner-Fischer
Hi Vineet, We have EM_ARCOMPACT and EM_ARC_A5, can you please drop the former (and update the sources accordingly)? TIA, ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH] ARC: Remove unused EM_ARC_A5

2015-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2015 at 12:43, Vineet Gupta vineet.gup...@synopsys.com wrote: Signed-off-by: Vineet Gupta vgu...@synopsys.com Applied. Thanks, I'm feeling way better now ;) cheers, ___ uClibc mailing list uClibc@uclibc.org

Re: [PATCH] Allow use of executable RPATH/RUNPATH when finding libraries.

2015-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2015 at 08:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On February 20, 2015 1:03:26 AM GMT+01:00, Steve Ellcey sell...@imgtec.com wrote: This option will modify ldso so that it will use the executables RPATH/RUNPATH to find to find libraries even though

Re: Building uClibc with seperate object directory

2015-01-28 Thread Bernhard Reutner-Fischer
On 27 January 2015 at 20:26, Steve Ellcey sell...@imgtec.com wrote: I was wondering if anyone else builds uClibc with a seperate object directory using the O=object directory option? I use this, partly because I come from the GCC world where a seperate object directory is required and partly

Re: Compiling SELinux-enabled busybox with uClibc

2015-01-14 Thread Bernhard Reutner-Fischer
On January 14, 2015 12:45:19 AM GMT+01:00, Jan Burg bible.ma...@outlook.com wrote: Hi, I'm trying to compile busybox with SELinux tools enabled and get the following error message: ... LINKbusybox_unstripped Trying libraries: crypt m selinux sepol Failed: -Wl,--start-group -lcrypt -lm

RE: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-13 Thread Bernhard Reutner-Fischer
On February 13, 2015 12:26:07 PM GMT+01:00, Anton Kolesov anton.kole...@synopsys.com wrote: On Mon, Feb 09, 2015 at 02:37:11PM +, Anton Kolesov wrote: Anton, are you going to spin a patch to that effect ? Yes. Anton It didn't worked quite well - glob implementation shipped

Re: [RFC][PATCH] malloc:checked_request2size fail will let malloc futex locked

2015-03-18 Thread Bernhard Reutner-Fischer
On March 18, 2015 11:44:50 AM GMT+01:00, Zhiqiang Zhang zhangzhiqiang.zh...@huawei.com wrote: For some rarely cases(almost App bugs), calling malloc with a very largre size, checked_request2size check will fail,set ENOMEM, and return 0 to caller. But this will let __malloc_lock futex locked and

Re: [PATCH] resolv: fix unaligned tmp buffer corner-case

2015-03-14 Thread Bernhard Reutner-Fischer
On March 14, 2015 4:06:03 PM GMT+01:00, Rich Felker dal...@libc.org wrote: On Thu, Mar 12, 2015 at 02:21:12AM +0300, Alexey Brodkin wrote: On execution of inet/gethost_r-align test I noticed failure due to unaligned access (instaed of 4-byte aligned 1-byte aligned address was attempted to be

RE: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-03-14 Thread Bernhard Reutner-Fischer
On February 25, 2015 10:13:02 PM GMT+01:00, Andrew Bennett andrew.benn...@imgtec.com wrote: Andrew, so what do you think about Jean Lee's patch? TIA, ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Broken assumptions in gen_wctype

2015-03-14 Thread Bernhard Reutner-Fischer
On March 6, 2015 8:39:41 PM GMT+01:00, Rich Felker dal...@libc.org wrote: I just tried building uclibc (via buildroot) on my Alpine Linux system, which is based on musl libc. I encountered some portability issues in the locale generation code which I'll report separately later, but the big issue I

Re: [PATCH 3/4] ARC/signal: shield sa_restorer from compiler toggle side-effects

2015-03-26 Thread Bernhard Reutner-Fischer
On 26 March 2015 at 09:55, Vineet Gupta vineet.gup...@synopsys.com wrote: when building uClibc with -O0 (DODEBUG build) the default sigrestorer had some extra glue code generated for stack manipulation which was messing up resume from signal path. So annotate the function with -Os so that gcc

Re: [PATCH 3/4] ARC/signal: shield sa_restorer from compiler toggle side-effects

2015-03-26 Thread Bernhard Reutner-Fischer
On 26 March 2015 at 12:34, Vineet Gupta vineet.gup...@synopsys.com wrote: x86 approach solves the multi-src file issue, but we still lack dwarf unwind info, w/o adding explicit asm CFA ops which AFAIKR our tools still don't support. With C we get the dwarf info for free. Ah right. Fair

Re: recent utmp fix

2015-04-01 Thread Bernhard Reutner-Fischer
]: *** [applets/applets.o] Error 1 make[1]: *** [applets_dir] Error 2 make[1]: *** Waiting for unfinished jobs commit cf80a7fc2db30364ac98be40483e599c2c243e87 Author: Bernhard Reutner-Fischer rep.dot@gmail.commailto:rep.dot@gmail.com Date: Thu Mar 26 00:50:17 2015 +0100 utmp: always have

Re: 0.9.33 branch development / release process

2015-02-28 Thread Bernhard Reutner-Fischer
On February 6, 2015 12:04:30 AM GMT+01:00, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On February 5, 2015 6:57:53 PM GMT+01:00, Andy Voltz andy.vo...@timesys.com wrote: What is the current release process for uClibc? I'm looking to bump our build system to a newer uClibc version

Re: [PATCH] sparc/clone.S: guard tcb-offsets.h include with RESET_PID

2015-03-03 Thread Bernhard Reutner-Fischer
On 3 March 2015 at 19:04, Gustavo Zacarias gust...@zacarias.com.ar wrote: Otherwise we have a broken scenario with non-threading builds. Applied, thanks! Does sparc work Ok for you? thanks, ___ uClibc mailing list uClibc@uclibc.org

RE: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-02-23 Thread Bernhard Reutner-Fischer
On February 23, 2015 10:23:21 PM GMT+01:00, Andrew Bennett andrew.benn...@imgtec.com wrote: Andrew, thanks for your reply. You are a mips engineer~ I have a following example for dlopen problem, which I tested a few days ago, but I have no mips environment these days. Would you mind to test

Re: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-02-24 Thread Bernhard Reutner-Fischer
Please do not top-post. On February 24, 2015 2:06:28 AM GMT+01:00, Jean Lee xiaoyur...@gmail.com wrote: I tested the following environment with MIPS32, with CPU BCM7429(MIPS r3000), (1) mipsel-linux-uclibc-gcc 4.5.3-2.4 (compiled by Broadcom) binutils 2.19(GNU ld (GNU Binutils) 2.19.92.20091006)

Re: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-02-25 Thread Bernhard Reutner-Fischer
On February 25, 2015 5:53:58 AM GMT+01:00, Jean Lee xiaoyur...@gmail.com wrote: Conclusion: All MIPS platforms never generate .rel.plt section for dynamic libraries, even for GCC 4.9 binutils 2.24 any libc(uclibc, libc, bionic) Anyone remember what happened to

Re: [PATCH] Do not define unimplemented functions

2015-03-18 Thread Bernhard Reutner-Fischer
On Sat, Nov 22, 2014 at 11:46:54AM +0100, Bernd Kuhls wrote: Bernhard Reutner-Fischer rep.dot@gmail.com wrote in news:cac1bbct8gpq7jegoyddzy57iu4rb5-5fm_kvapc8survmjx...@mail.gmail.com: On 23 September 2014 15:35, Bernd Kuhls bernd.ku...@t-online.de wrote: this patch really fixes

Re: [RFC][PATCH] malloc:checked_request2size fail will let malloc futex locked

2015-03-18 Thread Bernhard Reutner-Fischer
On Wed, Mar 18, 2015 at 12:05:12PM +0100, Bernhard Reutner-Fischer wrote: On March 18, 2015 11:44:50 AM GMT+01:00, Zhiqiang Zhang zhangzhiqiang.zh...@huawei.com wrote: For some rarely cases(almost App bugs), calling malloc with a very largre size, checked_request2size check will fail,set

Re: sh4 build break

2015-03-23 Thread Bernhard Reutner-Fischer
On March 23, 2015 9:10:05 AM GMT+01:00, Waldemar Brodkorb w...@openadk.org wrote: Hi, the latest git does not compile anymore: -MT libm/cosl.os -MD -MP -MF libm/.cosl.os.dep -DL_cosl In file included from command-line:0:0: ./include/libc-symbols.h:494:25: error: '__EI_cosl' aliased to undefined

Re: [PATCH] ARC: enable more options to satisfy build requirements of applications

2015-04-22 Thread Bernhard Reutner-Fischer
On Wed, Apr 22, 2015 at 09:31:38AM +0530, Vineet Gupta wrote: From: Alexey Brodkin abrod...@synopsys.com As reported by Buildroot autobuilder following options were missing: Applied, thanks! ___ uClibc mailing list uClibc@uclibc.org

Re: [Buildroot] uClibc build verbosity control

2015-04-29 Thread Bernhard Reutner-Fischer
On 28 April 2015 at 08:38, Vineet Gupta vineet.gup...@synopsys.com wrote: On Tuesday 28 April 2015 01:46 AM, Bernhard Reutner-Fischer wrote: On April 27, 2015 11:21:10 AM GMT+02:00, Waldemar Brodkorb w...@openadk.orgmailto:w...@openadk.org wrote: Hi Vineet, Vineet Gupta wrote, Hi

Re: [RFC] Cannot notify GDB when a new thread is created

2015-04-27 Thread Bernhard Reutner-Fischer
On April 27, 2015 3:33:35 AM GMT+02:00, Sheng Yong shengyo...@huawei.com wrote: Hi, folks, When we testing GDB on uClibc, we find that some GDB testcases cannot pass. Here is one of them, no-unwaited-for-left.c, could be fount here,

Re: [Buildroot] uClibc build verbosity control

2015-04-27 Thread Bernhard Reutner-Fischer
On April 27, 2015 11:21:10 AM GMT+02:00, Waldemar Brodkorb w...@openadk.org wrote: Hi Vineet, Vineet Gupta wrote, Hi, uClibc verbosity control V=xx is different from other mainstream projects: namely Busybox and Linux kernel. To print full cmdlines (when debugging obscure toolchain issues)

Re: [PATCH] _scanf.c: Implement 'm' modifier for 'c' and '[' conversions.

2015-05-06 Thread Bernhard Reutner-Fischer
On 28 April 2015 at 07:36, Max Filippov jcmvb...@gmail.com wrote: From: Will Newton will.new...@imgtec.com The current code implements the 'm' modifier only for 's' conversions and would cause a segfault if it was used for 'c' or '[' conversions. This patch extends the code to cover these

Re: [PATCH v2] _scanf.c: Implement 'm' modifier for 'c' and '[' conversions.

2015-05-15 Thread Bernhard Reutner-Fischer
On May 15, 2015 8:44:11 PM GMT+02:00, Max Filippov jcmvb...@gmail.com wrote: On Fri, May 8, 2015 at 1:15 AM, Max Filippov jcmvb...@gmail.com wrote: From: Will Newton will.new...@imgtec.com The current code implements the 'm' modifier only for 's' conversions and would cause a segfault if it

Re: problem cross-compiling for i686

2015-04-15 Thread Bernhard Reutner-Fischer
On 11 April 2015 at 18:42, Waldemar Brodkorb w...@openadk.org wrote: Hi, while trying to compile latest git for qemu-i386 (i686), I get following error: /home/wbx/openadk/toolchain_qemu-x86_uclibc_i686/usr/bin/i686-openadk-linux-uclibc-gcc -Wl,-EL -Wl,--sort-common

Re: is ARMv4T deprecated?

2015-04-15 Thread Bernhard Reutner-Fischer
On April 15, 2015 9:47:31 PM GMT+02:00, Gustavo Zacarias gust...@zacarias.com.ar wrote: On 04/15/2015 07:37 AM, Bernhard Reutner-Fischer wrote: I cannot reproduce this. The arm920t eabi image seems to boot fine with qemu for a -cpu arm926. Please send me your grep memcpy\.o[sS

Re: is ARMv4T deprecated?

2015-04-15 Thread Bernhard Reutner-Fischer
On 16 April 2015 at 00:33, Gustavo Zacarias gust...@zacarias.com.ar wrote: On 04/15/2015 07:20 PM, Bernhard Reutner-Fischer wrote: AS libc/sysdeps/linux/arm/syscall-eabi.os please show me that compiler invocation with V=2 ? -I./ldso/include -I. -Os -fstrict-aliasing -mthumb -mthumb

Re: is ARMv4T deprecated?

2015-04-15 Thread Bernhard Reutner-Fischer
On 15 April 2015 at 22:34, Sergiy Kibrik sa...@meta.ua wrote: On 4/15/15 1:37 PM, Bernhard Reutner-Fischer wrote: On 9 April 2015 at 20:02, Sergiy Kibrik sa...@meta.ua wrote: On 4/8/15 10:04 AM, Bernhard Reutner-Fischer wrote: On April 6, 2015 10:08:57 PM GMT+02:00, Bernhard Reutner-Fischer

Re: is ARMv4T deprecated?

2015-04-15 Thread Bernhard Reutner-Fischer
On 16 April 2015 at 00:13, Gustavo Zacarias gust...@zacarias.com.ar wrote: On 04/15/2015 05:01 PM, Bernhard Reutner-Fischer wrote: These spill failures should be fixed on master, fyi. There's still one: - AS libc/sysdeps/linux/arm/syscall-eabi.os please show me that compiler

Re: is ARMv4T deprecated?

2015-04-16 Thread Bernhard Reutner-Fischer
On April 16, 2015 9:04:47 PM GMT+02:00, Sergiy Kibrik sa...@meta.ua wrote: On 4/16/15 12:43 AM, Bernhard Reutner-Fischer wrote: Please send me your grep memcpy\.o[sS]* log.do_compile The file should be somewhere around your tmp-uclibc/work/armv4t-oe-linux-uclibceabi/uclibc/0.9.33

Re: is ARMv4T deprecated?

2015-04-17 Thread Bernhard Reutner-Fischer
--- a/libc/sysdeps/linux/arm/bits/arm_asm.h +++ b/libc/sysdeps/linux/arm/bits/arm_asm.h @@ -13,12 +13,8 @@ unified assembly syntax. */ #define IT(t, cond) /* Code to return from a thumb function stub. */ -#ifdef __ARM_ARCH_4T__ -#define POP_RET pop {r2, pc} -#else #define POP_RET pop

Re: is ARMv4T deprecated?

2015-04-17 Thread Bernhard Reutner-Fischer
On 17 April 2015 at 14:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: So i read some documents yesterday night and this lead me to think that the condition is just inverted? Shouldn't it read more like: May i ask you to try the attached on your arm920t, please? This should

Re: is ARMv4T deprecated?

2015-04-17 Thread Bernhard Reutner-Fischer
On April 17, 2015 8:54:06 PM GMT+02:00, Sergiy Kibrik sa...@meta.ua wrote: On 4/17/15 6:59 PM, Bernhard Reutner-Fischer wrote: On 17 April 2015 at 14:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: So i read some documents yesterday night and this lead me to think

Re: is ARMv4T deprecated?

2015-04-15 Thread Bernhard Reutner-Fischer
On 9 April 2015 at 20:02, Sergiy Kibrik sa...@meta.ua wrote: On 4/8/15 10:04 AM, Bernhard Reutner-Fischer wrote: On April 6, 2015 10:08:57 PM GMT+02:00, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On April 5, 2015 9:30:30 PM GMT+02:00, Sergiy Kibrik sa...@meta.ua wrote: hi All

Re: is ARMv4T deprecated?

2015-04-08 Thread Bernhard Reutner-Fischer
On April 6, 2015 10:08:57 PM GMT+02:00, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On April 5, 2015 9:30:30 PM GMT+02:00, Sergiy Kibrik sa...@meta.ua wrote: hi All, Recently I've been trying to use uClibc for quite old arm920t-based board. Do you use  -mthumb-interwork ? Thanks

Re: [PATCH 0/6] h8300 update

2015-05-20 Thread Bernhard Reutner-Fischer
On 18 May 2015 at 09:32, Yoshinori Sato ys...@users.sourceforge.jp wrote: Hello. H8/300's linux v4 using new toolchain. This patch is supported new toolchain. And clean up obsolete code. You should drop ARCH_WANT_IPC_PARSE_VERSION from your kernel. Please consider switching your kernel to

Re: Locales strike back

2015-06-02 Thread Bernhard Reutner-Fischer
On June 2, 2015 6:03:55 PM GMT+02:00, Jaromír Cápík tav...@seznam.cz wrote: Jaromír, your mailer is configured oddly, you insert lots of vertical space, fwiw. Well. You can mix two licenses in the sources.  You just need to upload two separate license files and put a clarification in the

Re: Question: Does uclibc support NPTL TLS ?

2015-05-27 Thread Bernhard Reutner-Fischer
On May 27, 2015 11:10:53 AM GMT+02:00, Sheng Yong shengyo...@huawei.com wrote: Hi, I encountered a problem when I test thread local storage on my arm board (kernel 3.10.77 and uclibc 0.99.3.2). That version dies not sound familiar. I suggest you ask whoever provided this release. Alternatively

Re: Question: Does uclibc support NPTL TLS ?

2015-05-28 Thread Bernhard Reutner-Fischer
On 28 May 2015 at 04:00, Khem Raj raj.k...@gmail.com wrote: Seems like gdb is not able to comprehend the TLS structure that uclibc is putting. So you need to investigate that part, either gdb or libthread-db may be where the issue lies. OE essentially produces broken libs for the uClibc

Re: Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Bernhard Reutner-Fischer
On 29 May 2015 at 13:11, Jaromír Cápík tav...@seznam.cz wrote: Hello. I'm trying to port my uClibc based distro to m68k and experience SIGSEGV in __uClibc_main even when linking binaries statically. I tried to crosscompile the m68k toolchain on i386 (uClibc based) and m68k (glibc based) and

Re: Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Bernhard Reutner-Fischer
On 29 May 2015 at 17:54, Jaromír Cápík tav...@seznam.cz wrote: You mentioned a distro you boottrapped a couple of weeks ago. Do you have a working rootfs environment I could test? I did not submit the m68k patch to OE yet since i meant to get gmp going first, no. Buildroot, Alpine-linux or

Re: [PATCH] NPTL/arc: notify kernel of the TP value

2015-07-05 Thread Bernhard Reutner-Fischer
On Tue, Jun 30, 2015 at 05:46:56PM +0530, Vineet Gupta wrote: Native gdb makes a ptrace (GET_THREAD_AREA) which needs to return the TP. however when libc sets up TP reg (for main thread), it doesn't call arc_settls syscall so kernel doesn't know of TP register details (moreso because clone

Re: [PATCH] siginfo: add signal info for seccomp related SIGSYS

2015-05-26 Thread Bernhard Reutner-Fischer
On Sun, May 17, 2015 at 10:49:23PM +0200, Daniel Golle wrote: uClibc doesn't define signal info for the SIGSYS signal which is issued in case of hitting a syscall prohibited by seccomp. This is sad as it makes debugging seccomp filter policies impossible on some architectures (at least ARM and

Re: [PATCH] ARC: enable IPv6 in defconfigs

2015-05-26 Thread Bernhard Reutner-Fischer
On Mon, May 25, 2015 at 01:50:42PM +0300, Alexey Brodkin wrote: These days IPv6 is used more and more in different software packages. And so we're adding IPv6 support by default in uClibc for ARC cores. Applied, thanks! ___ uClibc mailing list

Re: [PATCH] test/silly: Extend include path.

2015-05-26 Thread Bernhard Reutner-Fischer
On Fri, May 08, 2015 at 10:30:37AM +, Vineet Gupta wrote: On Thursday 07 May 2015 08:42 PM, Andrew Burgess wrote: When attempting to build uClibc under buildroot, including building the tests, the silly tests don't currently compile, a result of attempting to build using a compiler that

Re: Segmentation fault in __uClibc_main on m68k

2015-08-02 Thread Bernhard Reutner-Fischer
On July 31, 2015 9:59:48 AM GMT+02:00, Thorsten Glaser t.gla...@tarent.de wrote: On Thu, 30 Jul 2015, Bernhard Reutner-Fischer wrote: We are happy to take tested patches to update stuff for sure! Hm, okay. All my patches go via Waldemar, who’s the one having the hardware and tests anyway

Re: [PATCH v2] nptl: remove duplicate vfork() in libpthread

2015-07-30 Thread Bernhard Reutner-Fischer
On July 24, 2015 9:17:27 AM GMT+02:00, Vineet Gupta vineet.gup...@synopsys.com wrote: On Friday 24 July 2015 09:26 AM, Bernhard Reutner-Fischer wrote: On July 22, 2015 5:05:34 PM GMT+02:00, Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Bernard, This patch indeed fixes problems

Re: Segmentation fault in __uClibc_main on m68k

2015-07-30 Thread Bernhard Reutner-Fischer
On July 27, 2015 11:15:40 AM GMT+02:00, Thorsten Glaser t.gla...@tarent.de wrote: Rob Landley rob at landley.net writes: support, a tangled mess of headers copied from random glibc snapshots, Not to mention lack of later bugfixes from glibc. was never a priority because glibc was inherently

Re: [RFC PATCH] nptl_db/db_info: fix the incorrect initial size for dtvp

2015-08-08 Thread Bernhard Reutner-Fischer
On August 7, 2015 4:28:10 AM GMT+02:00, Junling Zheng zhengjunl...@huawei.com wrote: Ping again... Sorry for the delay, will apply the outstanding patches this weekend. Cheers, This patch fixed the following issue: http://lists.uclibc.org/pipermail/uclibc/2015-May/048966.html Does anybody

Re: [PATCH v2] nptl: remove duplicate vfork() in libpthread

2015-07-24 Thread Bernhard Reutner-Fischer
On July 22, 2015 5:05:34 PM GMT+02:00, Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Bernard, This patch indeed fixes problems with duplicate vfork in both libc and libpthread. I'm wondering if there's a chance for this patch to be applied still? Well, but it's wrong, isn't it.

Re: [PATCH 1/2] libc: fix setting return value and errno in fallocate()

2015-09-16 Thread Bernhard Reutner-Fischer
On September 16, 2015 9:20:31 PM GMT+02:00, Waldemar Brodkorb wrote: >Hi Yuriy, > >can you explain why these patches are useful? posix_fallocate does not set errno, the non-standard, Linux fallocate does, according to its manpage (and returns -1 upon error). >Better standard

Re: [PATCH v2] nptl: remove duplicate vfork() in libpthread

2015-09-17 Thread Bernhard Reutner-Fischer
On September 17, 2015 12:09:17 AM GMT+02:00, Vineet Gupta <vineet.gup...@synopsys.com> wrote: >Hi Bernhard, > > >On Tuesday 04 August 2015 01:42 AM, Vineet Gupta wrote: >> On Friday 31 July 2015 12:23 AM, Bernhard Reutner-Fischer wrote: >>> On July 24, 2015 9

Re: [PATCH 1/2] libc: fix setting return value and errno in fallocate()

2015-09-17 Thread Bernhard Reutner-Fischer
On September 17, 2015 6:07:38 PM GMT+02:00, Rich Felker wrote: >On Thu, Sep 17, 2015 at 03:56:55PM +, Yuriy Kolerov wrote: >> Hi Waldemar and Bernhard. >> >> First of all sorry for the absent of the detailed explanation of my >> fixes. I'm going to send a second version of

RE: [PATCH 1/2] libc: fix setting return value and errno in fallocate()

2015-09-17 Thread Bernhard Reutner-Fischer
Thursday, September 17, 2015 7:08 PM >To: Yuriy Kolerov >Cc: Bernhard Reutner-Fischer; Waldemar Brodkorb; uclibc@uclibc.org; >vineet.gup...@synopsys.com; alexey.brod...@synopsys.com; >francois.bed...@synopsys.com >Subject: Re: [PATCH 1/2] libc: fix setting return value and errno in

Re: Unwinding info for cancellable syscalls

2015-09-14 Thread Bernhard Reutner-Fischer
On September 14, 2015 4:02:56 AM GMT+02:00, Max Filippov wrote: >Hello, > >I've noticed that several NPTL tst-cancelx* tests fail on ARM, because >functions >invoking cancellable syscalls are compiled without >-fasynchronous-unwind-tables >making it impossible for the libgcc

Re: [PATCH 1/2] libc: fix setting return value and errno in fallocate()

2015-09-18 Thread Bernhard Reutner-Fischer
On September 17, 2015 11:52:55 PM GMT+02:00, Rich Felker <dal...@libc.org> wrote: >On Thu, Sep 17, 2015 at 09:27:40PM +0200, Bernhard Reutner-Fischer >wrote: >> On September 17, 2015 6:16:48 PM GMT+02:00, Yuriy Kolerov ><yuriy.kole...@synopsys.com> wrote: >>

Re: [PATCH 0/3] ARC uClibc fixes

2015-12-22 Thread Bernhard Reutner-Fischer
On December 14, 2015 7:09:40 AM GMT+01:00, Vineet Gupta wrote: >On Wednesday 21 October 2015 12:42 PM, Vineet Gupta wrote: >> Hi, >> >> Assorted fixes for ARC, please consider applying. >> >> Thx, >> -Vineet > >Ping ! Sorry for the long delay, will push these

Re: [PATCH] uClibc++: any throw statement causes memory corruption

2016-03-12 Thread Bernhard Reutner-Fischer
derstand that original author stepped away from the uClibc++ >development, >but as I understand uClibc++ is not completely abandoned project, >since there are still commits dated 6 days ago >(https://git.uclibc.org/uClibc++/log/) by Bernhard Reutner-Fischer. >Also OpenWRT uses uCli

Re: [PATCH 0/2] ARC Moving to @pcl relocations

2016-07-28 Thread Bernhard Reutner-Fischer
On July 28, 2016 8:50:41 PM GMT+02:00, Vineet Gupta wrote: >Hi Andrew, > >On 07/28/2016 11:20 AM, Andrew Burgess wrote: >> This is a slightly odd series of 2 patches. The two patches are >> actually alternative solutions to the same problem. I'm keen to see >> one

Re: C++ iostream problem in uClibc++ library

2016-08-03 Thread Bernhard Reutner-Fischer
On August 3, 2016 8:02:29 AM GMT+02:00, Vikram Singh wrote: >Hi all > >I am porting uClibc++ library for a standalone os-less barecoard. The >uClibc C library is working fine. But uClibc++ std::cin & std::cout are >not >working. Almost all other C++ features are working like

Re: [PATCH] stream: Add support for 64-bit integers

2019-04-04 Thread Bernhard Reutner-Fischer
On Tue, 2 Apr 2019 at 06:07, Rosen Penev wrote: > > Many programs like gptfdisk or powertop try to use 64-bit integers with > streams. This adds support for them. I had to tweak the test a bit and also had to adjust the expected test-output. make check resp, for a diff: make check V=1 Applied

Re: [PATCH] buildsys: Preserve arguments passed on

2019-04-04 Thread Bernhard Reutner-Fischer
On Fri, 22 Mar 2019 at 03:36, Joseph Benden wrote: > > This patch ensures all arguments are quoted, during command-line > construction. > > This fixes compilation where spaces occur within the arguments. Can you give me an example please? g++-uc -DFOO="BAR BAZ" -c ... ? TIA,

Re: [PATCH] buildsys: Preserve arguments passed on

2019-04-05 Thread Bernhard Reutner-Fischer
On Thu, 4 Apr 2019 09:41:52 -0700 Joseph Benden wrote: > On 4/4/19 8:04 AM, Bernhard Reutner-Fischer wrote: > > On Fri, 22 Mar 2019 at 03:36, Joseph Benden wrote: > >> This patch ensures all arguments are quoted, during command-line > >> construction. > >&g

[ANNOUNCE] uClibc++-0.2.5 released

2019-04-06 Thread Bernhard Reutner-Fischer
Hi! The uClibc team is happy to announce the release of uClibc++-0.2.5. Many thanks to everyone who sent feedback, reported bugs, helped testing patches or submitted patches! The meta-changelog (see ChangeLog in the release tarball): - wrapper: Fix handling arguments with spaces - stream:

Re: Timezone not parsed correctly for Israel standard time

2019-02-07 Thread Bernhard Reutner-Fischer
On Sun, 3 Feb 2019 18:54:35 +0200 Tsvi Mostovicz wrote: > Hi all, > > I'm unaware whether this has been fixed or if it is a real bug, but I think > the issue is with uclibc (I thought it would be busybox, but they don't > seem to care about timezones). > It seems that uclibc has an issue

Re: [PATCH] istream_helpers: Fix sscanf typo

2019-10-08 Thread Bernhard Reutner-Fischer
On 8 October 2019 00:57:32 CEST, Rosen Penev wrote: >This caused readin not to work properly with long long types. Please add a testcase too. TIA, ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

<    4   5   6   7   8   9