about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc
Commit message (Expand)AuthorAgeFilesLines
...
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-214-4/+8
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-214-4/+8
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-214-4/+8
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-04-212-2/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-212-2/+0
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-212-2/+0
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-214-2/+4
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-214-4/+8
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-04-212-4/+0
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-04-214-8/+8
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-04-214-2/+4
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-214-4/+6
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-262-6/+0
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-262-4/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-262-2/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-264-2/+4
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-263-6/+3
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-263-6/+3
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-263-8/+1
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-263-6/+1
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-262-4/+0
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-182-2/+2
* nptl: Move system to libcAdhemerval Zanella2021-03-182-2/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-182-4/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-182-4/+0
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-182-2/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-182-4/+0
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-182-4/+0
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-182-4/+0
* nptl: Move fork into libcAdhemerval Zanella2021-03-122-4/+0
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-252-0/+2
* Update syscall lists for Linux 5.11.Joseph Myers2021-02-192-0/+2
* linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella2021-02-111-2/+5
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-131-10/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0287-87/+87
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-162-0/+2
* linux: Consolidate brk implementationAdhemerval Zanella2020-12-104-159/+3
* Update syscall lists for Linux 5.9.Joseph Myers2020-10-232-0/+2
* linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella2020-10-161-3/+1
* linux: Disentangle fstatat from fxstatatAdhemerval Zanella2020-10-091-0/+46