aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert23-23/+23
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers1-0/+1
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella2-22/+4
2020-12-06x86: Rename readelflib.cH.J. Lu1-93/+0
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer1-55/+0
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers1-0/+1
2020-10-15x86/CET: Update vfork to prevent child returnH.J. Lu1-45/+10
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella1-0/+2
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-0/+8
2020-09-17Update mallinfo2 ABI, and testDJ Delorie1-0/+1
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu1-0/+1
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella1-54/+0
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella1-59/+0
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella1-60/+0
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella1-59/+0
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers1-0/+1
2020-07-16Linux: Remove rseq supportFlorian Weimer1-1/+0
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella1-0/+17
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella1-0/+18
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella1-0/+12
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+2
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella1-0/+2
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+1
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+1
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+2
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer2-1/+3
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer2-2/+3
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2-2/+3
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2-1/+2
2020-04-17i686: Add INTERNAL_SYSCALL_NCS 6 argument supportAdhemerval Zanella1-30/+49
2020-04-07i386: Remove build support for GCC older than GCC 6H.J. Lu1-16/+1
2020-04-06i386: Disable check_consistency for GCC 5 and above [BZ #25788]H.J. Lu1-2/+3
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers1-0/+2
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2-10/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella6-51/+42
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-39/+1
2020-02-14i386: Enable CET support in ucontext functionsH.J. Lu6-3/+425
2020-02-01i386: Remove _exit.SH.J. Lu1-44/+0
2020-02-01i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]H.J. Lu4-29/+10