summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-20inet: Fix LT{.old,} compilation due to res_icloseBernhard Reutner-Fischer
2013-03-20LT.old: add missing prototypesBernhard Reutner-Fischer
2013-03-20rpc: silence warningBernhard Reutner-Fischer
2013-03-20test: fix non-O checkingBernhard Reutner-Fischer
2013-03-14test: add missing top_srcdirBernhard Reutner-Fischer
2013-03-14buildsys: remove calls to mktempBernhard Reutner-Fischer
2013-03-14test: silence warning in skeletonBernhard Reutner-Fischer
2013-03-14test: silence warning in testsuite.hBernhard Reutner-Fischer
2013-03-14test: update test-skeleton.cBernhard Reutner-Fischer
2013-03-14libubacktrace: use libgcc_s.hBernhard Reutner-Fischer
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2013-03-14inet: res_nclose: free user-buffer, not global _resBernhard Reutner-Fischer
2013-03-14test: dlopen: fix misplaced buildsys hunkBernhard Reutner-Fischer
2013-03-14buildsys: remove surplus slashes from test dir pathsBernhard Reutner-Fischer
2013-03-14buildsys: tweak KCONFIG_CONFIG exportBernhard Reutner-Fischer
2013-03-14test: cater for configBernhard Reutner-Fischer
2013-03-14test: compile test{,_glibc} adjacentBernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14extra/locale: Mark __codeset_8_bit_t as packed for MetaMarkos Chandras
2013-03-14metag: Add support for loading shared objects into core memories.Markos Chandras
2013-03-14libm: Add support for the Meta architectureMarkos Chandras
2013-03-14Add support for the Meta architectureMarkos Chandras
2013-03-14ldd: Add MATCH_MACHINE definition for MetaMarkos Chandras
2013-03-14elf: Add ELF magic number and relocations for the Meta architectureMarkos Chandras
2013-03-14ldso: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-03-14libpthread: linuxthreads.old: Allow building for no-legacy-syscalls ABIVineet Gupta
2013-03-14libc/ipc: Make IPC_64 0 for common-generic ABIVineet Gupta
2013-03-14fstat64: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-03-14leek: if lseek syscall is not available, use lseek64 even for !LFSVineet Gupta
2013-03-14utimes: Export utimensat based utimesVineet Gupta
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras
2013-02-27nptl/allocatestack.c: Fix stack mprotect alignment for STACK_GROWS_UPMarkos Chandras
2013-02-27libc/pause: Enable pause_nocancel for arches without __NR_pauseMarkos Chandras
2013-02-20nice: fix overflow checking in int_add_no_wrap()Xi Wang
2013-02-20inet: remove noreturn attribute from res_ncloseBernhard Reutner-Fischer
2013-02-20scripts: remove CVS header from getentBernhard Reutner-Fischer
2013-02-20libc/ipc: Allow architectures to define their own __IPC_64 macroMarkos Chandras
2013-02-20ldso: Use newer syscalls if arch does not have the deprecated syscallsMarkos Chandras
2013-02-20open: Use openat if arch does not have the open syscallMarkos Chandras
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras
2013-02-20open64: Use openat if arch does not have the open syscallMarkos Chandras
2013-02-20fcntl: Use fcntl64 is arch does not have the fcntl syscallMarkos Chandras
2013-02-20fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfsMarkos Chandras
2013-02-20fstatfs: Add __libc_fstatfs wrapperMarkos Chandras
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20ustat: Add ustat stub for arches that don't have the ustat system callMarkos Chandras
2013-02-20lstat64: Use fstatat64 if arch does not have the lstat64 syscallMarkos Chandras
2013-02-20lstat: Use fstatat64 if arch does not have the lstat syscallMarkos Chandras