January 2013 Archives by subject
Starting: Wed Jan 2 11:34:22 UTC 2013
Ending: Thu Jan 31 00:22:10 UTC 2013
Messages: 119
- [ANNOUNCE] uClibc++-0.2.4 released
Bernhard Reutner-Fischer
- [ANNOUNCE] uClibc++-0.2.4 released
Bernhard Reutner-Fischer
- [ANNOUNCE] uClibc++-0.2.4 released
Yann E. MORIN
- [PATCH 0/9] support for {get, set, make, swap}context for ARM, MIPS, i386 and x86_64
Florian Fainelli
- [PATCH 0/9] support for {get, set, make, swap}context for ARM, MIPS, i386 and x86_64
Florian Fainelli
- [PATCH 0/9] support for {get, set, make, swap}context for ARM, MIPS, i386 and x86_64
Yann E. MORIN
- [PATCH 0/9] support for {get, set, make, swap}context for ARM, MIPS, i386 and x86_64
Bernhard Reutner-Fischer
- [PATCH 0/9] support for {get, set, make, swap}context for ARM, MIPS, i386 and x86_64
Florian Fainelli
- [PATCH 0/9] support for {get, set, make, swap}context for ARM, MIPS, i386 and x86_64
Bernhard Reutner-Fischer
- [PATCH 1/9] Rules.mak: define a global PTHREAD_GENERATE_MANGLE variable
Florian Fainelli
- [PATCH 2/9] libc: add rule to generate ucontext_i.{c, h, s} files and clean them
Bernhard Reutner-Fischer
- [PATCH 2/9 v2] libc: add rule to generate ucontext_i.{c, h, s} files and clean them
Florian Fainelli
- [PATCH 3/9] Config.in: add ARCH_HAS_UCONTEXT configuration symbol
Florian Fainelli
- [PATCH 4/9] libc: add {get,set,swap,make}context to MIPS
Florian Fainelli
- [PATCH 5/9] libc: add {get,set,swap,make}context to ARM
Florian Fainelli
- [PATCH 6/9] libc: add support for {get,set,swap,make}context to i386
Florian Fainelli
- [PATCH 7/9] libc: add support for {get, set, swap, make}context to x86_64
Florian Fainelli
- [PATCH 8/9] include/ucontext.h: provide declarations for {get, set, make, swap}context
Bernhard Reutner-Fischer
- [PATCH 8/9 v2] include/ucontext.h: provide declarations for {get, set, make, swap}context
Florian Fainelli
- [PATCH 9/9] uClibc: introduce UCLIBC_HAS_CONTEXT_FUNCS configuration symbol
Bernhard Reutner-Fischer
- [PATCH 9/9 v2] uClibc: introduce UCLIBC_HAS_CONTEXT_FUNCS configuration symbol
Florian Fainelli
- [PATCH] dl: fix dlsym lookups with RTLD_NEXT
Timo Teräs
- [PATCH] dl: fix dlsym lookups with RTLD_NEXT
Bernhard Reutner-Fischer
- [PATCH] ldso/libdl: include dl-tls.h for mips static lin
Vincent Wen
- [PATCH] libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled
Markos Chandras
- [PATCH v3 00/48] Support for cut-down Linux syscalls
Markos Chandras
- [PATCH v3 01/48] libc/sysdeps: Add new interfaces for new architectures
Markos Chandras
- [PATCH v3 02/48] Config.in: Introduce symbol for arches with deprecated syscalls
Markos Chandras
- [PATCH v3 03/48] Makefile.in: Use non-legacy interfaces for new architectures
Markos Chandras
- [PATCH v3 04/48] dup2: Use dup3 if arch does not have the dup2 syscall
Markos Chandras
- [PATCH v3 05/48] chmod: Use fchmodat if arch does not have the chmod syscall
Markos Chandras
- [PATCH v3 06/48] access: Use faccessat if arch does not have the access syscall
Markos Chandras
- [PATCH v3 07/48] link: Use linkat if arch does not have the link syscall
Markos Chandras
- [PATCH v3 08/48] unlink: Use unlinkat if arch does not have the unlink syscall
Markos Chandras
- [PATCH v3 09/48] mknod: Use mknodat if arch does not have the mknod syscall
Markos Chandras
- [PATCH v3 10/48] chown: Use fchownat if arch does not have the chown syscall
Markos Chandras
- [PATCH v3 11/48] rmdir: Use unlinkat if arch does not have the rmdir syscall
Markos Chandras
- [PATCH v3 12/48] lchown: Use fchownat if arch does not have the lchown syscall
Markos Chandras
- [PATCH v3 13/48] mkdir: Use mkdirat if arch does not have the mkdir syscall
Markos Chandras
- [PATCH v3 14/48] rename: Use renameat if arch does not have the rename syscall
Markos Chandras
- [PATCH v3 15/48] readlink: Use readlinkat if arch does not have the readlink syscall
Markos Chandras
- [PATCH v3 16/48] symlink: Use symlinkat if arch does not have the symlink syscall
Markos Chandras
- [PATCH v3 17/48] utimes: Use utimensat if arch does not have the utimes syscall
Markos Chandras
- [PATCH v3 18/48] pipe: Use pipe2 if arch does not have the pipe syscall
Markos Chandras
- [PATCH v3 19/48] epoll: Use epoll_create1 if arch does not have the epoll_create syscall
Markos Chandras
- [PATCH v3 20/48] epoll: Use epoll_pwait if arch does not have the epoll_wait syscall
Markos Chandras
- [PATCH v3 21/48] inotify_init: Use inotify_init1 if inotify_init syscall is not defined
Markos Chandras
- [PATCH v3 22/48] utime: Use utimensat if arch does not have the utime syscall
Markos Chandras
- [PATCH v3 23/48] vfork: Use clone if arch does not have the vfork syscall
Markos Chandras
- [PATCH v3 24/48] fork: Use clone if arch does not have the fork syscall
Markos Chandras
- [PATCH v3 25/48] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall
Markos Chandras
- [PATCH v3 26/48] truncate: Use truncate64 if arch does not have the truncate syscall
Markos Chandras
- [PATCH v3 27/48] sendfile: Use sendfile64 if arch does not have the sendfile syscall
Markos Chandras
- [PATCH v3 28/48] lseek: Use lseek64 is arch does not have the lseek syscall
Markos Chandras
- [PATCH v3 29/48] getdents: Use getdents64 if arch does not have the getdents syscall
Markos Chandras
- [PATCH v3 30/48] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
- [PATCH v3 31/48] libc/statfs64: Skip conversion code for new architectures
Markos Chandras
- [PATCH v3 32/48] fstat: Use fstat64 if arch does not have the fstat syscall
Markos Chandras
- [PATCH v3 33/48] fstatat: Use newfstatat only for 64-bit operations
Markos Chandras
- [PATCH v3 34/48] fstatat64: Use newfstatat only for 64-bit operations
Markos Chandras
- [PATCH v3 35/48] fstatat{64}: No conversion code is needed for new architectures
Markos Chandras
- [PATCH v3 36/48] stat64: Use fstatat64 if arch does not have the stat64 syscall
Markos Chandras
- [PATCH v3 37/48] lstat: Use fstatat64 if arch does not have the lstat syscall
Markos Chandras
- [PATCH v3 38/48] lstat64: Use fstatat64 if arch does not have the lstat64 syscall
Markos Chandras
- [PATCH v3 39/48] ustat: Add ustat stub for arches that don't have the ustat system call
Markos Chandras
- [PATCH v3 40/48] stat: Use fstatat64 if arch does not have the stat syscall
Markos Chandras
- [PATCH v3 41/48] fstatfs: Add __libc_fstatfs wrapper
Markos Chandras
- [PATCH v3 42/48] fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs
Markos Chandras
- [PATCH v3 43/48] fcntl: Use fcntl64 is arch does not have the fcntl syscall
Markos Chandras
- [PATCH v3 44/48] open64: Use openat if arch does not have the open syscall
Markos Chandras
- [PATCH v3 45/48] not-cancel.h: Use openat if arch does not have the open syscall
Markos Chandras
- [PATCH v3 46/48] open: Use openat if arch does not have the open syscall
Markos Chandras
- [PATCH v3 47/48] ldso: Use newer syscalls if arch does not have the deprecated syscalls
Markos Chandras
- [PATCH v3 48/48] libc/ipc: Allow architectures to define their own __IPC_64 macro
Markos Chandras
- clang/llvm based toolchain for ARM
Abdoulaye Walsimou GAYE
- master build breakages wrt threads with x86_64/i386
Florian Fainelli
- master build breakages wrt threads with x86_64/i386
Bernhard Reutner-Fischer
- master build breakages wrt threads with x86_64/i386
Florian Fainelli
- master build breakages wrt threads with x86_64/i386
Tony Wu
- master build breakages wrt threads with x86_64/i386
Bernhard Reutner-Fischer
- master build breakages wrt threads with x86_64/i386
Bernhard Reutner-Fischer
- master build breakages wrt threads with x86_64/i386
Florian Fainelli
- Next release of uclibc
Anthony G. Basile
- Next release of uclibc
Bernhard Reutner-Fischer
- Next release of uclibc
Florian Fainelli
- Next release of uclibc
Will Newton
- Next release of uclibc
Florian Fainelli
- Next release of uclibc
Bernhard Reutner-Fischer
- Next release of uclibc
Florian Fainelli
- Next release of uclibc
Florian Fainelli
- Next release of uclibc
Florian Fainelli
- Next release of uclibc
Bernhard Reutner-Fischer
- Next release of uclibc
Chris Zankel
- Next release of uclibc
Markos Chandras
- Next release of uclibc
Bernhard Reutner-Fischer
- Next release of uclibc
Chris Zankel
- Next release of uclibc
Filippo ARCIDIACONO
- Next release of uclibc
Bernhard Reutner-Fischer
- Next release of uclibc
Markos Chandras
- Next release of uclibc
Bernhard Reutner-Fischer
- Next release of uclibc
Markos Chandras
- Next release of uclibc
Markos Chandras
- rtld_next broke?
Florian Fainelli
- statvfs is broken in uclibc/head
Anthony G. Basile
- statvfs is broken in uclibc/head
Bernhard Reutner-Fischer
- statvfs is broken in uclibc/head
Bernhard Reutner-Fischer
- The "__libc_select" symbol
Michael Deutschmann
- uClibc official mirror on github request
Florian Fainelli
- Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123 at gmx.de
- Unable to build uClibc with _FILE_OFFSET_BITS=64
Bernhard Reutner-Fischer
- Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123 at gmx.de
- Unable to build uClibc with _FILE_OFFSET_BITS=64
Bernhard Reutner-Fischer
- Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123 at gmx.de
- Unable to build uClibc with _FILE_OFFSET_BITS=64
Bernhard Reutner-Fischer
- Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123 at gmx.de
- Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123 at gmx.de
- Unable to build uClibc with _FILE_OFFSET_BITS=64
Bernhard Reutner-Fischer
- Unable to build uClibc with _FILE_OFFSET_BITS=64
Bernhard Reutner-Fischer
- Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123 at gmx.de
Last message date:
Thu Jan 31 00:22:10 UTC 2013
Archived on: Thu Jan 31 00:22:22 UTC 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).