summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-20libc/statfs64: Skip conversion code for new architecturesMarkos Chandras
2013-02-20statfs: Use statfs64 if arch does not have the statfs syscallMarkos Chandras
2013-02-20getdents: Use getdents64 if arch does not have the getdents syscallMarkos Chandras
2013-02-20lseek: Use lseek64 is arch does not have the lseek syscallMarkos Chandras
2013-02-20sendfile: Use sendfile64 if arch does not have the sendfile syscallMarkos Chandras
2013-02-20truncate: Use truncate64 if arch does not have the truncate syscallMarkos Chandras
2013-02-20ftruncate: Use ftruncate64 if arch does not have the ftruncate syscallMarkos Chandras
2013-02-20fork: Use clone if arch does not have the fork syscallMarkos Chandras
2013-02-20vfork: Use clone if arch does not have the vfork syscallMarkos Chandras
2013-02-20utime: Use utimensat if arch does not have the utime syscallMarkos Chandras
2013-02-20inotify_init: Use inotify_init1 if inotify_init syscall is not definedMarkos Chandras
2013-02-20epoll: Use epoll_pwait if arch does not have the epoll_wait syscallMarkos Chandras
2013-02-20epoll: Use epoll_create1 if arch does not have the epoll_create syscallMarkos Chandras
2013-02-20pipe: Use pipe2 if arch does not have the pipe syscallMarkos Chandras
2013-02-20utimes: Use utimensat if arch does not have the utimes syscallMarkos Chandras
2013-02-20symlink: Use symlinkat if arch does not have the symlink syscallMarkos Chandras
2013-02-20readlink: Use readlinkat if arch does not have the readlink syscallMarkos Chandras
2013-02-20rename: Use renameat if arch does not have the rename syscallMarkos Chandras
2013-02-20mkdir: Use mkdirat if arch does not have the mkdir syscallMarkos Chandras
2013-02-20lchown: Use fchownat if arch does not have the lchown syscallMarkos Chandras
2013-02-20rmdir: Use unlinkat if arch does not have the rmdir syscallMarkos Chandras
2013-02-20chown: Use fchownat if arch does not have the chown syscallMarkos Chandras
2013-02-20mknod: Use mknodat if arch does not have the mknod syscallMarkos Chandras
2013-02-20unlink: Use unlinkat if arch does not have the unlink syscallMarkos Chandras
2013-02-20link: Use linkat if arch does not have the link syscallMarkos Chandras
2013-02-20access: Use faccessat if arch does not have the access syscallMarkos Chandras
2013-02-20chmod: Use fchmodat if arch does not have the chmod syscallMarkos Chandras
2013-02-20dup2: Use dup3 if arch does not have the dup2 syscallMarkos Chandras
2013-02-20Makefile.in: Use non-legacy interfaces for new architecturesMarkos Chandras
2013-02-20Config.in: Introduce symbol for arches with deprecated syscallsMarkos Chandras
2013-02-20libc/sysdeps: Add new interfaces for new architecturesMarkos Chandras
2013-02-18libc: add non standard execvpe functionHenning Heinold
2013-02-11libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabledMarkos Chandras
2013-02-11stdlib: Fix fndecl of mkostemp, mkostemp64Bernhard Reutner-Fischer
2013-02-11test: run test{,_glibc} adjacentBernhard Reutner-Fischer
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-02-07buildsys: switch warning into a TODOBernhard Reutner-Fischer
2013-02-07buildsys: Fix kbuild-style switch falloutMarkos Chandras
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2013-02-05libpthread: Fix handling of SUBARCH includesBernhard Reutner-Fischer
2013-02-05libc: atexit: reuse free slots at the end of exit functions tableRonald Wahl
2013-01-26libc/inet: pull in stddef.h for NULLMike Frysinger
2013-01-26libc/sysdeps: sync bits/in.h with glibcMike Frysinger
2013-01-26buildsys: gen_bits_syscall_h: do not leave undefined SYS_xxx aroundMike Frysinger
2013-01-26buildsys: gen_bits_syscall_h: clean up scriptMike Frysinger
2013-01-26buildsys: gen_bits_syscall_h: remove top_builddir referencesMike Frysinger
2013-01-26buildsys: allow the toolchain to search its dirs for kernel headersMike Frysinger
2013-01-26buildsys: clean up path scrubbing a bitMike Frysinger
2013-01-26libc/sysdeps: dup3: fix typo in commentMike Frysinger