aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/ia64
AgeCommit message (Expand)AuthorFilesLines
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer4-28/+3
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2-2/+4
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer1-2/+0
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2-4/+4
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2-1/+2
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer2-2/+3
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar2-1/+2
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella1-3/+0
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella1-2/+0
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella1-1/+0
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella2-1/+2
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella1-3/+0
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella1-3/+0
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella1-4/+0
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella1-3/+0
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Move system to libcAdhemerval Zanella1-1/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella1-2/+0
2021-03-12nptl: Move fork into libcAdhemerval Zanella1-2/+0
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer1-14/+2
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-0/+1
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers1-0/+1
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella1-22/+0
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella1-1/+1
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu1-0/+27
2021-01-28ia64: Fix brk call on statupAdhemerval Zanella1-0/+22
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu1-10/+12
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert49-49/+49
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers1-0/+1
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella3-51/+3
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers1-0/+1
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella1-38/+7
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella3-3/+7