uclibc
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: Unable to build uClibc with _FILE_OFFSET_BITS=64
mail-an-mw123
shmget: Function not implemented?
Jose Salazar
Re: shmget: Function not implemented?
Rich Felker
Re: shmget: Function not implemented?
Jose Salazar
[PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
[PATCH uClibc 2/3] gen_bits_syscall_h.sh: undefine SYS_x too
Markos Chandras
[PATCH uClibc 3/3] libc/pause: Add __pause_nocancel weak alias.
Markos Chandras
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Bernhard Reutner-Fischer
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Bernhard Reutner-Fischer
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Bernhard Reutner-Fischer
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Bernhard Reutner-Fischer
Re: [PATCH uClibc 1/3] Makerules: Respect $(SYMBOL_PREFIX) when prelinking
Markos Chandras
[PATCH] libc: deal with aux vect inside __uClibc_main only if !SHARED
Filippo ARCIDIACONO
Re: [PATCH] libc: deal with aux vect inside __uClibc_main only if !SHARED
Rich Felker
[PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Filippo ARCIDIACONO
Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Filippo ARCIDIACONO
Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Carmelo AMOROSO
Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Mike Frysinger
Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Carmelo Amoroso
Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Filippo ARCIDIACONO
Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED
Carmelo Amoroso
Crash in gethostbyname() on congruent usage
Erik
Re: Crash in gethostbyname() on congruent usage
Rich Felker
Re: Crash in gethostbyname() on congruent usage
Laurent Bercot
Re: Crash in gethostbyname() on congruent usage
Rich Felker
Re: Crash in gethostbyname() on congruent usage
u-uclibc-cmdy
Re: Crash in gethostbyname() on congruent usage
Rich Felker
Re: Crash in gethostbyname() on congruent usage
u-uclibc-cmdy
Re: Crash in gethostbyname() on congruent usage
Laurent Bercot
Re: Crash in gethostbyname() on congruent usage
Rich Felker
Re: Crash in gethostbyname() on congruent usage
u-uclibc-cmdy
[OTish] getaddrinfo(), DNS client library (was: Crash in gethostbyname() on congruent usage)
Laurent Bercot
Re: [OTish] getaddrinfo(), DNS client library (was: Crash in gethostbyname() on congruent usage)
Rich Felker
Re: [OTish] getaddrinfo(), DNS client library (was: Crash in gethostbyname() on congruent usage)
Rob Landley
Re: [OTish] getaddrinfo(), DNS client library (was: Crash in gethostbyname() on congruent usage)
u-uclibc-cmdy
[PATCH] arm: clone: restore stack pointer just after return from syscall
Filippo ARCIDIACONO
Re: [PATCH] arm: clone: restore stack pointer just after return from syscall
Carmelo AMOROSO
Re: iozone compilation failure with uclibc due to aio
Rich Felker
Re: iozone compilation failure with uclibc due to aio
Laurent Bercot
Re: iozone compilation failure with uclibc due to aio
Rich Felker
Re: iozone compilation failure with uclibc due to aio
Carmelo AMOROSO
Re: Perf compilation failure with uclibc due to libintl
Florian Fainelli
Re: Perf compilation failure with uclibc due to libintl
kkmmkk
Re: Perf compilation failure with uclibc due to libintl
Carmelo AMOROSO
uClibc ld.so standalone execution for FDPIC platforms
Thomas Schwinge
[PATCH 1/1] update ptrace.h to latest from glibc
James Hogan
Re: [PATCH 1/1] update ptrace.h to latest from glibc
Mike Frysinger
wrongly auxvt in __uClibc_main
Filippo ARCIDIACONO
Re: wrongly auxvt in __uClibc_main
Rich Felker
Re: wrongly auxvt in __uClibc_main
Carmelo AMOROSO
[PATCH v2 00/46] Support for cut-down Linux syscalls
Markos Chandras
[PATCH v2 03/46] dup2: Use dup3 if arch does not have the dup2 syscall
Markos Chandras
[PATCH v2 09/46] chown: Use fchownat if arch does not have the chown syscall
Markos Chandras
[PATCH v2 16/46] utimes: Use utimensat if arch does not have the utimes syscall
Markos Chandras
[PATCH v2 02/46] libc/sysdeps: dup3: check for __NR_dup3 since older kernels/arches lack it
Markos Chandras
[PATCH v2 04/46] chmod: Use fchmodat if arch does not have the chmod syscall
Markos Chandras
[PATCH v2 07/46] unlink: Use unlinkat if arch does not have the unlink syscall
Markos Chandras
[PATCH v2 01/46] libc/sysdeps: add dup3 syscall wrapper
Markos Chandras
[PATCH v2 06/46] link: Use linkat if arch does not have the link syscall
Markos Chandras
[PATCH v2 05/46] access: Use faccessat if arch does not have the access syscall
Markos Chandras
Re: [PATCH v2 05/46] access: Use faccessat if arch does not have the access syscall
Vineet Gupta
Re: [PATCH v2 05/46] access: Use faccessat if arch does not have the access syscall
Markos Chandras
[PATCH v2 13/46] rename: Use renameat if arch does not have the rename syscall
Markos Chandras
[PATCH v2 08/46] mknod: Use mknodat if arch does not have the mknod syscall
Markos Chandras
[PATCH v2 11/46] lchown: Use fchownat if arch does not have the lchown syscall
Markos Chandras
[PATCH v2 17/46] pipe: Use pipe2 if arch does not have the pipe syscall
Markos Chandras
[PATCH v2 12/46] mkdir: Use mkdirat if arch does not have the mkdir syscall
Markos Chandras
[PATCH v2 10/46] rmdir: Use unlinkat if arch does not have the rmdir syscall
Markos Chandras
[PATCH v2 15/46] symlink: Use symlinkat if arch does not have the symlink syscall
Markos Chandras
[PATCH v2 14/46] readlink: Use readlinkat if arch does not have the readlink syscall
Markos Chandras
[PATCH v2 18/46] epoll: Use epoll_create1 if arch does not have the epoll_create syscall
Markos Chandras
[PATCH v2 20/46] inotify_init: Use inotify_init1 if inotify_init syscall is not defined
Markos Chandras
[PATCH v2 25/46] truncate: Use truncate64 if arch does not have the truncate syscall
Markos Chandras
[PATCH v2 27/46] getdents: Use getdents64 if arch does not have the getdents syscall
Markos Chandras
[PATCH v2 33/46] lstat64: Use fstatat64 if arch does not have the lstat64 syscall
Markos Chandras
[PATCH v2 26/46] sendfile: Use sendfile64 if arch does not have the sendfile syscall
Markos Chandras
[PATCH v2 34/46] ustat: Add ustat stub for arches that don't have the ustat system call
Markos Chandras
[PATCH v2 21/46] utime: Use utimensat if arch does not have the utime syscall
Markos Chandras
[PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall
Markos Chandras
ftruncate with LFS OFF (was Re: [PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall)
Vineet Gupta
Re: ftruncate with LFS OFF (was Re: [PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall)
Vineet Gupta
Re: ftruncate with LFS OFF (was Re: [PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall)
Markos Chandras
Re: ftruncate with LFS OFF (was Re: [PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall)
Vineet Gupta
Re: ftruncate with LFS OFF (was Re: [PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall)
Markos Chandras
Re: ftruncate with LFS OFF (was Re: [PATCH v2 24/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall)
Markos Chandras
[PATCH v2 38/46] fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs
Markos Chandras
[PATCH v2 29/46] fstatat: Use newfstatat only for 64-bit operations
Markos Chandras
[PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Mark Salter
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Rich Felker
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Rich Felker
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Mark Salter
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Rich Felker
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Rich Felker
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Rich Felker
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Vineet Gupta
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Rich Felker
Re: [PATCH v2 28/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
[PATCH v2 35/46] stat: Use fstatat64 if arch does not have the stat syscall
Markos Chandras
Re: [PATCH v2 35/46] stat: Use fstatat64 if arch does not have the stat syscall
Vineet Gupta
Re: [PATCH v2 35/46] stat: Use fstatat64 if arch does not have the stat syscall
Markos Chandras
Re: [PATCH v2 35/46] stat: Use fstatat64 if arch does not have the stat syscall
Markos Chandras
[PATCH v2 39/46] fcntl: Use fcntl64 is arch does not have the fcntl syscall
Markos Chandras
[PATCH v2 42/46] not-cancel.h: Use openat if arch does not have the open syscall
Markos Chandras
[PATCH v2 40/46] openat: Add openat syscall for NPTL
Markos Chandras
[PATCH v2 43/46] open-wrapper: Use a wrapper for the open() symbol
Markos Chandras
[PATCH v2 37/46] fstatfs: Add __libc_fstatfs wrapper
Markos Chandras
[PATCH v2 44/46] ldso: Use newer syscalls if arch does not have the deprecated syscalls
Markos Chandras
[PATCH v2 19/46] epoll: Use epoll_pwait if arch does not have the epoll_wait syscall
Markos Chandras
[PATCH v2 23/46] fork: Use clone if arch does not have the fork syscall
Markos Chandras
Re: [PATCH v2 23/46] fork: Use clone if arch does not have the fork syscall
Vineet Gupta
Re: [PATCH v2 23/46] fork: Use clone if arch does not have the fork syscall
Markos Chandras
[PATCH v2 32/46] lstat: Use fstatat64 if arch does not have the lstat syscall
Markos Chandras
[PATCH v2 46/46] Config.in: Introduce symbol for arches with deprecated syscalls
Markos Chandras
Re: [PATCH v2 46/46] Config.in: Introduce symbol for arches with deprecated syscalls
Mark Salter
Re: [PATCH v2 46/46] Config.in: Introduce symbol for arches with deprecated syscalls
Markos Chandras
Re: [PATCH v2 46/46] Config.in: Introduce symbol for arches with deprecated syscalls
Mark Salter
Re: [PATCH v2 46/46] Config.in: Introduce symbol for arches with deprecated syscalls
Markos Chandras
[PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Markos Chandras
Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Vineet Gupta
Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Vineet Gupta
Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Markos Chandras
Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Rich Felker
Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Markos Chandras
Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall
Vineet Gupta
[PATCH v2 31/46] stat64: Use fstatat64 if arch does not have the stat64 syscall
Markos Chandras
[PATCH v2 41/46] open64: Use openat if arch does not have the open syscall
Markos Chandras
[PATCH v2 36/46] fstat: Use fstat64() if arch does not have the fstat syscall
Markos Chandras
[PATCH v2 45/46] libc/ipc: Allow architectures to define their own __IPC_64 macro
Markos Chandras
[PATCH v2 30/46] fstatat64: Use newfstatat only for 64-bit operations
Markos Chandras
Fw: [libvirt] [PATCH] build: trivial fix error: implicit declaration of function 'malloc'
Natanael Copa
Re: Fw: [libvirt] [PATCH] build: trivial fix error: implicit declaration of function 'malloc'
Bernhard Reutner-Fischer
Re: Fw: [libvirt] [PATCH] build: trivial fix error: implicit declaration of function 'malloc'
Natanael Copa
[PATCH 00/46] Support for cut-down Linux syscalls
Markos Chandras
[PATCH 01/46] chmod: Use fchmodat if arch does not have the chmod syscall
Markos Chandras
Re: [PATCH 01/46] chmod: Use fchmodat if arch does not have the chmod syscall
Mike Frysinger
Re: [PATCH 01/46] chmod: Use fchmodat if arch does not have the chmod syscall
Mike Frysinger
Re: [PATCH 01/46] chmod: Use fchmodat if arch does not have the chmod syscall
Markos Chandras
[PATCH 03/46] link: Use linkat if arch does not have the link syscall
Markos Chandras
[PATCH 05/46] mknod: Use mknodat if arch does not have the mknod syscall
Markos Chandras
[PATCH 02/46] access: Use faccessat if arch does not have the access syscall
Markos Chandras
[PATCH 04/46] unlink: Use unlinkat if arch does not have the unlink syscall
Markos Chandras
[PATCH 08/46] lchown: Use fchownat if arch does not have the lchown syscall
Markos Chandras
[PATCH 07/46] rmdir: Use unlinkat if arch does not have the rmdir syscall
Markos Chandras
[PATCH 06/46] chown: Use fchownat if arch does not have the chown syscall
Markos Chandras
[PATCH 09/46] mkdir: Use mkdirat if arch does not have the mkdir syscall
Markos Chandras
[PATCH 10/46] rename: Use renameat if arch does not have the rename syscall
Markos Chandras
[PATCH 11/46] readlink: Use readlinkat if arch does not have the readlink syscall
Markos Chandras
[PATCH 14/46] pipe: Use pipe2 if arch does not have the pipe syscall
Markos Chandras
[PATCH 17/46] epoll: Use epoll_create1 if arch does not have the epoll_create syscall
Markos Chandras
[PATCH 13/46] utimes: Use utimesat if arch does not have the utimes syscall
Markos Chandras
[PATCH 12/46] symlink: Use symlinkat if arch does not have the symlink syscall
Markos Chandras
[PATCH 19/46] inotify_init: Use inotify_init1 if inotify_init syscall is not defined
Markos Chandras
[PATCH 15/46] dup3: Add dup3 syscall
Markos Chandras
Re: [PATCH 15/46] dup3: Add dup3 syscall
Mike Frysinger
Re: [PATCH 15/46] dup3: Add dup3 syscall
Markos Chandras
Re: [PATCH 15/46] dup3: Add dup3 syscall
Mike Frysinger
[PATCH 18/46] epoll: Use epoll_pwait if arch does not have the epoll_wait syscall
Markos Chandras
[PATCH 21/46] vfork: Use clone if arch does not have the vfork syscall
Markos Chandras
Re: [PATCH 21/46] vfork: Use clone if arch does not have the vfork syscall
Rich Felker
Re: [PATCH 21/46] vfork: Use clone if arch does not have the vfork syscall
Markos Chandras
[PATCH 20/46] utime: Use utimensat if arch does not have the utime syscall
Markos Chandras
[PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall
Markos Chandras
Re: [PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall
Rich Felker
Re: [PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall
Mark Salter
Re: [PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall
Markos Chandras
[PATCH 23/46] ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall
Markos Chandras
[PATCH 25/46] sendfile: Use sendfile64 if arch does not have the sendfile syscall
Markos Chandras
[PATCH 26/46] getdents: Use getdents64 if arch does not have the getdents syscall
Markos Chandras
[PATCH 27/46] statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
[PATCH 30/46] stat64: Use fstatat64 if arch does not have the stat64 syscall
Markos Chandras
[PATCH 29/46] fstatat64: Use newfstatat only for 64-bit operations
Markos Chandras
Earlier messages
Later messages