OSDN Git Service

fstatat64: Use newfstatat only for 64-bit operations
[uclinux-h8/uClibc.git] / libc / sysdeps /
2013-02-20 Markos Chandrasfstatat64: Use newfstatat only for 64-bit operations
2013-02-20 Markos Chandrasfstatat: Use newfstatat only for 64-bit operations
2013-02-20 Markos Chandrasfstat: Use fstat64 if arch does not have the fstat...
2013-02-20 Markos Chandrasstatfs: Use statfs64 if arch does not have the statfs...
2013-02-20 Markos Chandrasgetdents: Use getdents64 if arch does not have the...
2013-02-20 Markos Chandraslseek: Use lseek64 is arch does not have the lseek...
2013-02-20 Markos Chandrassendfile: Use sendfile64 if arch does not have the...
2013-02-20 Markos Chandrastruncate: Use truncate64 if arch does not have the...
2013-02-20 Markos Chandrasftruncate: Use ftruncate64 if arch does not have the...
2013-02-20 Markos Chandrasfork: Use clone if arch does not have the fork syscall
2013-02-20 Markos Chandrasvfork: Use clone if arch does not have the vfork syscall
2013-02-20 Markos Chandrasutime: Use utimensat if arch does not have the utime...
2013-02-20 Markos Chandrasinotify_init: Use inotify_init1 if inotify_init syscall...
2013-02-20 Markos Chandrasepoll: Use epoll_pwait if arch does not have the epoll_...
2013-02-20 Markos Chandrasepoll: Use epoll_create1 if arch does not have the...
2013-02-20 Markos Chandraspipe: Use pipe2 if arch does not have the pipe syscall
2013-02-20 Markos Chandrasutimes: Use utimensat if arch does not have the utimes...
2013-02-20 Markos Chandrassymlink: Use symlinkat if arch does not have the symlin...
2013-02-20 Markos Chandrasreadlink: Use readlinkat if arch does not have the...
2013-02-20 Markos Chandrasrename: Use renameat if arch does not have the rename...
2013-02-20 Markos Chandrasmkdir: Use mkdirat if arch does not have the mkdir...
2013-02-20 Markos Chandraslchown: Use fchownat if arch does not have the lchown...
2013-02-20 Markos Chandrasrmdir: Use unlinkat if arch does not have the rmdir...
2013-02-20 Markos Chandraschown: Use fchownat if arch does not have the chown...
2013-02-20 Markos Chandrasmknod: Use mknodat if arch does not have the mknod...
2013-02-20 Markos Chandrasunlink: Use unlinkat if arch does not have the unlink...
2013-02-20 Markos Chandraslink: Use linkat if arch does not have the link syscall
2013-02-20 Markos Chandrasaccess: Use faccessat if arch does not have the access...
2013-02-20 Markos Chandraschmod: Use fchmodat if arch does not have the chmod...
2013-02-20 Markos Chandrasdup2: Use dup3 if arch does not have the dup2 syscall
2013-02-20 Markos ChandrasMakefile.in: Use non-legacy interfaces for new architec...
2013-02-20 Markos Chandraslibc/sysdeps: Add new interfaces for new architectures
2013-02-11 Markos Chandraslibc/{arm, i386}/Makefile.arch: Don't build 64-bit...
2013-02-11 Bernhard Reutner... libc: add posix_fallocate()
2013-02-05 Bernhard Reutner... mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED
2013-01-26 Mike Frysingerlibc/sysdeps: sync bits/in.h with glibc
2013-01-26 Mike Frysingerlibc/sysdeps: dup3: fix typo in comment
2013-01-17 Bernhard Reutner... socket.h: pull socket_type.h from eglibc
2013-01-14 Bernhard Reutner... LT.old: reinstate build
2013-01-14 Bernhard Reutner... buildsys: use kbuild style, fix omission
2013-01-10 Bernhard Reutner... buildsys: use kbuild style
2013-01-10 Florian Fainellilibc: add {get,set,swap,make}context user context manip...
2013-01-08 Bernhard Reutner... libc: handle sync_file_range
2012-12-11 Filippo Arcidiaconoarm: clone: restore stack pointer just after return...
2012-12-05 Chris Zankelxtensa: fix setjmp that didn't save all registers correctly
2012-12-03 Bernhard Reutner... sched.h: include stdlib.h for malloc/free
2012-12-01 James Hoganupdate ptrace.h to latest from glibc
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-18 Felix FietkauAVR32: declare missing result variable
2012-11-17 Mike Frysingerlibc/sysdeps: dup3: check for __NR_dup3 since older...
2012-11-14 Mike Frysingerlibc/sysdeps: add dup3 syscall wrapper
2012-11-12 Steve Bennettmicroblaze/bits/setjmp.h: Fix stray #endif
2012-11-03 Chris Zankelxtensa: add missing atomic intrinsics
2012-11-03 Chris Zankelxtensa: sysdep.h needs to include sys/syscall.h
2012-11-03 Chris Zankelxtensa: add a stub user.h file
2012-11-03 Chris Zankelxtensa: fix a misnumbered register in sigsetjmp
2012-11-03 Chris Zankelxtensa: add a set of atomic intrinsics
2012-11-03 Chris Zankelxtensa: add sigcontext.h
2012-10-02 Chris Packhamlibc/sysdeps: add __kernel_long and __kernel_ulong
2012-08-04 Natanael Copai386/bits/syscalls.h: allow immediate values as 6th...
2012-08-04 Peter Korsgaardbits/time.h: sync with glibc 2.16
2012-07-24 Bernd SchmidtAccept either __NR__lseek or __NR_lseek
2012-06-15 Peter S. Mazingerremove cris/fork.c, unused
2012-06-15 Peter S. Mazingerepoll.c: add cancellation to epoll_[p]wait()
2012-06-15 Peter S. Mazingerinclude pthreadP.h for SIGCANCEL
2012-06-15 Peter S. Mazingerbits/types.h: remove thread types, users should include...
2012-06-15 Peter S. Mazingersigqueue.c: rewrite a bit
2012-06-15 Peter S. Mazingeradd posix_madvise.c
2012-06-15 Peter S. Mazingerchange _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common...
2012-06-15 Peter S. Mazingermake arch specific cacheflush, readahead and sysmips...
2012-06-15 Peter S. Mazingersigqueue.c: do not use __libc_X name internally
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingervax/statfs.h: common one is good for vax
2012-06-15 Peter S. Mazingervax/machine-gmon.h: remove, unneeded
2012-06-15 Peter S. Mazingere1/bits/unistd.h: remove unneeded bits
2012-06-15 Peter S. Mazingerxstatconv: cleanup includes
2012-06-15 Peter S. Mazingernot-cancel.h: update common version and make sure we...
2012-06-15 Peter S. Mazingerpause.c: add back usage of pause syscall
2012-06-15 Peter S. Mazingernot-cancel.h: use the non-cancellable functions in...
2012-06-15 Peter S. Mazingerpread_write.c: make all archs use common code
2012-06-15 Peter S. Mazingeradd cancellation to generic pread_write
2012-06-15 Peter S. Mazingerenable the common code for NPTL
2012-06-15 Peter S. Mazingerpoll, ppoll: use cancel.h
2012-06-15 Peter S. Mazingerrework cancellation for sigwait, sigtimedwait and sigwa...
2012-06-15 Peter S. Mazingerlseek, lseek64: add cancellation for all THREADS
2012-06-15 Peter S. Mazingersigsuspend.c: add cancellation support independently...
2012-06-15 Peter S. Mazingerpselect.c: avoid handling cancellation twice
2012-06-15 Peter S. Mazingerioctl.c: use cancel.h
2012-06-15 Peter S. Mazingernanosleep.c: use cancel.h
2012-06-15 Peter S. Mazingerwait.c: use cancel.h
2012-06-15 Peter S. Mazingerfcntl: add cancellation to fcntl64, use cancel.h
2012-06-15 Peter S. Mazingerwaitid.c: use cancel.h
2012-06-15 Peter S. Mazingerreadv, writev: rewrite to use cancel.h
2012-06-15 Peter S. Mazingerwaitpid.c: provide __waitpid_nocancel, use cancel.h
2012-06-15 Peter S. Mazingeropen.c: add cancellation using cancel.h
2012-06-15 Peter S. Mazingeropen64.c: no need for separate cancellation, open handl...
2012-06-15 Peter S. Mazingeradapt fdatasync, fsync, msync to use cancel.h
2012-06-15 Peter S. Mazingercreat*.c: add LIBC_CANCEL_HANDLED to know that it is...
2012-06-15 Peter S. Mazingerpause.c: use cancel.h, provide __libc_pause only for...
next