index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
Age
Commit message (
Expand
)
Author
2013-02-20
rmdir: Use unlinkat if arch does not have the rmdir syscall
Markos Chandras
2013-02-20
chown: Use fchownat if arch does not have the chown syscall
Markos Chandras
2013-02-20
mknod: Use mknodat if arch does not have the mknod syscall
Markos Chandras
2013-02-20
unlink: Use unlinkat if arch does not have the unlink syscall
Markos Chandras
2013-02-20
link: Use linkat if arch does not have the link syscall
Markos Chandras
2013-02-20
access: Use faccessat if arch does not have the access syscall
Markos Chandras
2013-02-20
chmod: Use fchmodat if arch does not have the chmod syscall
Markos Chandras
2013-02-20
dup2: Use dup3 if arch does not have the dup2 syscall
Markos Chandras
2013-02-20
Makefile.in: Use non-legacy interfaces for new architectures
Markos Chandras
2013-02-11
libc: add posix_fallocate()
Bernhard Reutner-Fischer
2013-02-05
mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED
Bernhard Reutner-Fischer
2013-01-26
libc/sysdeps: sync bits/in.h with glibc
Mike Frysinger
2013-01-26
libc/sysdeps: dup3: fix typo in comment
Mike Frysinger
2013-01-17
socket.h: pull socket_type.h from eglibc
Bernhard Reutner-Fischer
2013-01-14
LT.old: reinstate build
Bernhard Reutner-Fischer
2013-01-14
buildsys: use kbuild style, fix omission
Bernhard Reutner-Fischer
2013-01-10
buildsys: use kbuild style
Bernhard Reutner-Fischer
2013-01-08
libc: handle sync_file_range
Bernhard Reutner-Fischer
2012-12-03
sched.h: include stdlib.h for malloc/free
Bernhard Reutner-Fischer
2012-12-01
update ptrace.h to latest from glibc
James Hogan
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-11-17
libc/sysdeps: dup3: check for __NR_dup3 since older kernels/arches lack it
Mike Frysinger
2012-11-14
libc/sysdeps: add dup3 syscall wrapper
Mike Frysinger
2012-08-04
bits/time.h: sync with glibc 2.16
Peter Korsgaard
2012-07-24
Accept either __NR__lseek or __NR_lseek
Bernd Schmidt
2012-06-15
epoll.c: add cancellation to epoll_[p]wait()
Peter S. Mazinger
2012-06-15
include pthreadP.h for SIGCANCEL
Peter S. Mazinger
2012-06-15
bits/types.h: remove thread types, users should include pthread.h
Peter S. Mazinger
2012-06-15
sigqueue.c: rewrite a bit
Peter S. Mazinger
2012-06-15
add posix_madvise.c
Peter S. Mazinger
2012-06-15
change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code
Peter S. Mazinger
2012-06-15
sigqueue.c: do not use __libc_X name internally
Peter S. Mazinger
2012-06-15
socketcalls.c: rewrite to use cancel.h
Peter S. Mazinger
2012-06-15
xstatconv: cleanup includes
Peter S. Mazinger
2012-06-15
not-cancel.h: update common version and make sure we use this one
Peter S. Mazinger
2012-06-15
pause.c: add back usage of pause syscall
Peter S. Mazinger
2012-06-15
not-cancel.h: use the non-cancellable functions in libc instead of inlining code
Peter S. Mazinger
2012-06-15
pread_write.c: make all archs use common code
Peter S. Mazinger
2012-06-15
add cancellation to generic pread_write
Peter S. Mazinger
2012-06-15
enable the common code for NPTL
Peter S. Mazinger
2012-06-15
poll, ppoll: use cancel.h
Peter S. Mazinger
2012-06-15
rework cancellation for sigwait, sigtimedwait and sigwaitinfo
Peter S. Mazinger
2012-06-15
lseek, lseek64: add cancellation for all THREADS
Peter S. Mazinger
2012-06-15
sigsuspend.c: add cancellation support independently of rt_sigsuspend
Peter S. Mazinger
2012-06-15
pselect.c: avoid handling cancellation twice
Peter S. Mazinger
2012-06-15
ioctl.c: use cancel.h
Peter S. Mazinger
2012-06-15
nanosleep.c: use cancel.h
Peter S. Mazinger
2012-06-15
wait.c: use cancel.h
Peter S. Mazinger
2012-06-15
fcntl: add cancellation to fcntl64, use cancel.h
Peter S. Mazinger
[next]