Age | Commit message (Expand) | Author |
2013-07-26 | libc/sysdeps: Fix common-generic stat.h for BE part 2 | Mischa Jonker |
2013-07-19 | inet: fix unsafe access to _res.options in res_mkquery() | Vanya Sergeev |
2013-07-18 | bits/waitstatus.h: correctly interpret status 0x007f on MIPS | Denys Vlasenko |
2013-07-04 | C6X: Remove DSBT in favour of FDPIC | Luis Machado |
2013-07-04 | libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibility | Anthony G. Basile |
2013-07-04 | insque: fix segfault on (prev == NULL) | Bartosz Golaszewski |
2013-06-29 | i386/sysdep.h: Remove STABS_* macros | Khem Raj |
2013-06-28 | MIPS: set _NSIG to 128, not 129. This matches glibc. | Denys Vlasenko |
2013-06-28 | libc: Fix _obstack_newchunk public symbol vis | Bernhard Reutner-Fischer |
2013-06-14 | libc: hide obstack relocations | Bernhard Reutner-Fischer |
2013-06-14 | libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintf | Anthony G. Basile |
2013-06-14 | config: UCLIBC_HAS_OBSTACK to optionally enable obstack support | Anthony G. Basile |
2013-06-07 | eventfd.h: Use new "bits/" scheme for arch-specific flags | Hiroaki KAWAI |
2013-05-28 | libc: elf: explicitly include uClibc_page.h to make PAGE_SIZE visible | Carmelo Amoroso |
2013-05-13 | libc: deal with aux vect inside __uClibc_main only if !SHARED | Filippo ARCIDIACONO |
2013-04-07 | linux: pread/write: fix 64bit handling | Mike Frysinger |
2013-04-04 | add UCLIBC_SUSV2_LEGACY to hide valloc | Bernhard Reutner-Fischer |
2013-04-03 | stdlib: avoid relocation | Bernhard Reutner-Fischer |
2013-04-01 | linux: pread/write: convert to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | linux: readahead: convert to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR | Mike Frysinger |
2013-04-01 | mips: only define SYSCALL_ALIGN_64BIT for O32 ABIs | Mike Frysinger |
2013-04-01 | libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-03-29 | Revert "_scanf.c: Implement 'm' modifier for 'c' and '[' conversions." | Bernhard Reutner-Fischer |
2013-03-29 | _vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)' | Mirko Vogt |
2013-03-29 | inet: fix getting the nameserver from _res state after res_init. | Felix Fietkau |
2013-03-22 | libc: Fix common-generic stat.h for BE | Mischa Jonker |
2013-03-22 | Fix a problem with scanning wide chars. | Nathan Sidwell |
2013-03-20 | inet: do not filter responses in res_query | Timo Teräs |
2013-03-20 | inet: Fix LT{.old,} compilation due to res_iclose | Bernhard Reutner-Fischer |
2013-03-20 | rpc: silence warning | Bernhard Reutner-Fischer |
2013-03-14 | libc: switch several users to unlikely() | Bernhard Reutner-Fischer |
2013-03-14 | inet: res_nclose: free user-buffer, not global _res | Bernhard Reutner-Fischer |
2013-03-14 | metag: Add NPTL support | Markos Chandras |
2013-03-14 | libm: Add support for the Meta architecture | Markos Chandras |
2013-03-14 | Add support for the Meta architecture | Markos Chandras |
2013-03-14 | libc/ipc: Make IPC_64 0 for common-generic ABI | Vineet Gupta |
2013-03-14 | fstat64: Fix Build warnings with common-generic ABI build | Vineet Gupta |
2013-03-14 | leek: if lseek syscall is not available, use lseek64 even for !LFS | Vineet Gupta |
2013-03-14 | utimes: Export utimensat based utimes | Vineet Gupta |
2013-02-27 | libc/pause: Enable pause_nocancel for arches without __NR_pause | Markos Chandras |
2013-02-20 | nice: fix overflow checking in int_add_no_wrap() | Xi Wang |
2013-02-20 | inet: remove noreturn attribute from res_nclose | Bernhard Reutner-Fischer |
2013-02-20 | libc/ipc: Allow architectures to define their own __IPC_64 macro | Markos Chandras |
2013-02-20 | open: Use openat if arch does not have the open syscall | Markos Chandras |
2013-02-20 | not-cancel.h: Use openat if arch does not have the open syscall | Markos Chandras |
2013-02-20 | open64: Use openat if arch does not have the open syscall | Markos Chandras |
2013-02-20 | fcntl: Use fcntl64 is arch does not have the fcntl syscall | Markos Chandras |
2013-02-20 | fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs | Markos Chandras |