OSDN Git Service

uclinux-h8/uClibc.git
2012-08-29 Filippo Arcidiaconolibrt: re-add SIGCANCEL to the list of blocked signal...
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-08-04 Will Newtonlibc/inet/resolv.c: Use IE model for TLS data.
2012-08-04 Will Newtonlibc/inet/resolv.c: Remove obsolete comment.
2012-07-24 Bernd SchmidtAccept either __NR__lseek or __NR_lseek
2012-07-24 Bernd SchmidtRemove pragma weak for undeclared symbol
2012-07-24 Bernd SchmidtRemove use of attribute_shared_hidden
2012-06-19 Stas Sergeevnptl: sh: fix race condition in lll_wait_tid
2012-06-18 Kevin CernekeeRevert: buildsys: clean up libubacktrace linker script...
2012-06-15 Bernhard Reutner... libubacktrace: temporarily workaround link issue
2012-06-15 Peter S. Mazingerremove arm specific sysdep.h from linuxthreads new
2012-06-15 Peter S. Mazingerremove sysdep.h from arch specific string implementation
2012-06-15 Peter S. Mazingerremove cris/fork.c, unused
2012-06-15 Peter S. Mazingerupdate arc4random from bug #885
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. Mazingerlinuxthreads.old: build all objects twice, once for...
2012-06-15 Peter S. Mazingerinternals.h: mark __pthread_message hidden
2012-06-15 Peter S. Mazingerlinuxthreads.old: move libpthread_hidden_proto to header
2012-06-15 Peter S. Mazingerlinuxthreads.old/internals.h: make some internal functi...
2012-06-15 Peter S. Mazingersignal.h: needs size_t
2012-06-15 Peter S. Mazingersched.h: update header, needs size_t
2012-06-15 Peter S. Mazingersigset-cvt-mask.h: add a guard to allow including it...
2012-06-15 Peter S. Mazingersignal: remove sigblock, siggetmask and sigsetmask
2012-06-15 Peter S. Mazingerbits/types.h: remove thread types, users should include...
2012-06-15 Peter S. Mazingerlinuxthreads: guard *tsd* related stuff correctly
2012-06-15 Peter S. Mazingererror.c: no need for __error and __error_at_line
2012-06-15 Peter S. Mazingerlinuxthreads: style update
2012-06-15 Peter S. Mazingerlinuxthreads: use __UCLIBC_HAS_TLS__ consistently
2012-06-15 Peter S. Mazingermove __libc_pthread_init prototype to pthread-functions.h
2012-06-15 Peter S. Mazingerforward.c: no need for attribute_hidden, provided by...
2012-06-15 Peter S. Mazingerlibc_pthread_init.c: include only what is necessary
2012-06-15 Peter S. Mazingerlinuxthreads.old: cleanup a bit
2012-06-15 Peter S. Mazingerfts.c: add a comment about wrong usage of _lfs_64.h
2012-06-15 Peter S. Mazingerlinuxthreads.old_db: style update
2012-06-15 Peter S. MazingerNPTL: rename __new_sem_* to sem_*
2012-06-15 Peter S. Mazingerlinuxthreads.old: remove __old_sem_* and rename __new_s...
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. Mazingershm.c: do not use __libc_X internally
2012-06-15 Peter S. Mazingersigqueue.c: do not use __libc_X name internally
2012-06-15 Peter S. Mazingersigpause.c: provide the X/Open variant, since the BSD...
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingerexec.c: remove duplicate attribute_hidden
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. Mazingeruse open_not_cancel_2 instead of open_not_cancel
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. Mazingerwrapsyscall.c: add cancellable fcntl64
2012-06-15 Austin Foxleynptl: remove sigaction, sigprocmask, and sigfillset...
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. Mazingerfork: do not add fork() to libpthread
2012-06-15 Peter S. Mazingermake NPTL's getpid behave similar to the common one
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. Mazingerptfork.c: use strong_alias for vfork
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...
2012-06-15 Peter S. Mazingerselect: adapt cancelation to use cancel.h
2012-06-15 Peter S. Mazingerfork: provide __libc_fork only if THREADS are enabled
2012-06-15 Peter S. Mazingeradd cancellation for read, write, close
2012-06-15 Peter S. Mazingerendian.h: add some handy macros to be used in syscalls
2012-06-15 Peter S. Mazingercancel.h: add generic file to ease cancellation support
2012-06-15 Peter S. Mazingerwait4.c: provide hidden __wait4_nocancel independent...
2012-06-15 Peter S. Mazingervfork: make all archs consistent
2012-06-15 Peter S. Mazingerutime[s]: avoid circular dependency
2012-06-15 Peter S. Mazingerustat.c: always_inline syscall
2012-06-15 Peter S. Mazingeruname.c,unlink.c: whitespace only
2012-06-15 Peter S. Mazingerumount: make umount2 depend on UCLIBC_LINUX_SPECIFIC
2012-06-15 Peter S. Mazingermount.c: whitespace only
2012-06-15 Peter S. Mazingertimes.c: whitespace only
2012-06-15 Peter S. Mazingerumask.c: umask always succeeds, use _syscall_noerr1
2012-06-15 Peter S. Mazingertime.c: move included header for fallback case
2012-06-15 Peter S. Mazingergettimeofday.c: use the same type as in header
2012-06-15 Peter S. Mazingerprovide sysinfo stub
2012-06-15 Peter S. Mazingersyscalls.h: remove unused headers
2012-06-15 Peter S. Mazingernanosleep.c, fsync.c: do not inline syscall, it is...
2012-06-15 Peter S. Mazingerbrk.c: remove libc_hidden_proto, always_inline syscall
next