• R/O
  • HTTP
  • SSH
  • HTTPS

uclibc-ng: List of commits


RSS
Rev. Time Author
077b375 2014-09-24 05:02:18 Waldemar Brodkorb

testsuite: fix xtensa macros

4a076a0 2014-09-24 01:32:06 Waldemar Brodkorb

add tls test macros for xtensa

http://lists.linux-xtensa.org/pipermail/linux-xtensa/Week-of-Mon-20130819/001153.html

4c3023b 2014-09-23 03:35:40 Waldemar Brodkorb

xtensa: add support for NPTL

Changes from:
https://github.com/foss-xtensa/uClibc/commits/xtensa_nptl

Author: Chris Zankel <chris@zankel.net>
Author: Baruch Siach <baruch@tkos.co.il>

51f9b66 2014-09-21 05:10:19 Waldemar Brodkorb

disable tests for arc as long as binutils is buggy

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

ec2ec11 2014-09-21 05:10:12 Waldemar Brodkorb

disable tests if HAVE_SHARED is not set

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

481de81 2014-09-21 05:10:06 Waldemar Brodkorb

linuxthreads: remove unused s390 code

Cleanup linuxthreads by removing unused s390 code.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

a22a003 2014-09-21 05:09:00 Waldemar Brodkorb

nptl: remove duplicate vfork() in libpthread

Automatic patching via two oneliners by Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>:
sed -i -e 's/[[:space:]]pt-vfork\.[csS]//' -e '/^ASFLAGS-pt-vfork\./d' $(git grep -l pt-vfork libpthread/nptl/sysdeps)
find libpthread/nptl -name "*pt-vfork*" -exec git rm {} \;

Reported-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

83c3ccb 2014-09-21 04:58:46 Waldemar Brodkorb

test: disable posix_fallocate64 for small embedded systems

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

29a99d6 2014-09-18 06:46:56 Waldemar Brodkorb

disable broken architectures

2695bf4 2014-09-18 06:41:56 Waldemar Brodkorb

Merge remote-tracking branch 'origin/upstream'

a9bdc5d 2014-09-18 03:50:35 Bernhard Reutner-Fischer

m68k: libc: add fmovem* mcffpu condition

add fmovem{x,.d,.*} ISA conditional
Fixes assembler errors for 5206.
isa_a, isa_b (or a+, don't remember) do not have emx, use em.d there.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

085465e 2014-09-17 06:52:00 Gustavo Zacarias

sparc: update ptrace.h to latest from glibc

Update sys/ptrace.h to latest glibc release for a lot of missing
definitions.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

5682402 2014-09-17 06:51:59 Gustavo Zacarias

powerpc: update ptrace.h to latest from glibc

Update sys/ptrace.h to latest glibc release for a lot of missing
definitions.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

95acdd4 2014-09-17 05:42:06 Bernhard Reutner-Fischer

buildsys: remove now redundant lib placement defines

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

cce3af5 2014-09-17 05:42:06 Bernhard Reutner-Fischer

libc: silence missing prototype warning

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

41537a7 2014-09-17 05:42:06 Bernhard Reutner-Fischer

buildsys: fix IS_IN_lib*

define NOT_IN_libc / IS_IN_libxxx appropriately
to fix pthread_once

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

143b750 2014-09-17 05:42:00 Bernhard Reutner-Fischer

nptl: rephrase *.sym handling

Avoids circular dependency warning from make by generating the .h
directly from the .sym files, elimination intermediate files.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

def0d92 2014-09-10 04:20:07 Waldemar Brodkorb

Merge remote-tracking branch 'origin/upstream'

62d3a42 2014-09-09 20:49:34 Bernhard Reutner-Fischer

buildsys: Fix typo

LDFLAG-fuse-ld looked at a non-existing var, use the correct one

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

33a12b5 2014-09-09 20:48:45 Anthony G. Basile

libc: add fallocate() and fallocate64()

We add the Linux-specific function fallocate() which allows the user to
directly manipulate allocate space for a file. fallocate() can operate
in different modes, but the default mode is equivalent to posix_fallocate()
which is specified in POSIX.1.

Recent releases of e2fsprogs 1.42.11 and above expect fallocate64() to be
available.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

032f47c 2014-09-09 14:24:02 Gustavo Zacarias

sparc: update ptrace.h to latest from glibc

Update sys/ptrace.h to latest glibc release for a lot of missing
definitions.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

90298bc 2014-09-09 14:21:20 Gustavo Zacarias

powerpc: update ptrace.h to latest from glibc

Update sys/ptrace.h to latest glibc release for a lot of missing
definitions.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

469594c 2014-09-08 16:11:43 Waldemar Brodkorb

bump version to 1.0.0

prepare for stable release.

b38f624 2014-09-08 16:10:31 Waldemar Brodkorb

Merge remote-tracking branch 'origin/upstream'

7efe10e 2014-09-05 20:59:28 Bernhard Reutner-Fischer

libc: split multi-source epoll.c

We cannot override individual functions on a per-arch basis otherwise

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

36043b3 2014-09-04 22:18:54 Waldemar Brodkorb

Merge remote-tracking branch 'origin/upstream'

6d550dd 2014-09-04 20:56:34 Waldemar Brodkorb

sparc: remove sparc64/sparcv9 code

The sparc64/sparcv9 code is incomplete. Furthermore there is
no real embedded hardware for sparc64 available, so better remove
it until someone comes up with a complete port.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

b212e38 2014-09-04 20:24:34 Bernhard Reutner-Fischer

ldso: Fix compile-error on noMMU

Thanks to Waldemar Brodkorb for noticing!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

bc23c64 2014-09-04 20:16:35 Bernhard Reutner-Fischer

test: wcsftime depends on XLOCALE

Thanks to Waldemar Brodkorb for noticing.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

ff48662 2014-09-04 20:12:52 Bernhard Reutner-Fischer

test: disable librt shmtest on non-MMU systems

This test fails for non-MMU systems, because it uses fork()
Thanks to Waldemar Brodkorb!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

Show on old repository browser