aboutsummaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert2-2/+2
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella1-4/+0
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella1-0/+5
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat1-0/+4
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat1-0/+4
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat1-0/+14
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-2/+2
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar1-1/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers2-2/+2
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella1-1/+4
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault1-0/+2
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-0/+11
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella1-2/+8
2022-01-17Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella1-0/+8
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer1-0/+12
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert2-2/+2
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella1-1/+6
2021-09-10_Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer1-0/+7
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer1-1/+2
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella1-0/+5
2021-06-15time: Add 64-bit time support for getdateAdhemerval Zanella1-1/+1
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella1-0/+5
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella1-2/+1
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella1-4/+3
2021-02-10setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert2-2/+2
2020-11-11hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault1-31/+0
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-1/+1
2020-10-27misc: Add internal __getauxval2 functionFlorian Weimer1-0/+5
2020-10-27time: Add 64-bit time_t support for ftimeAdhemerval Zanella1-0/+12
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella1-0/+1
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella1-0/+4
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-15y2038: Remove not used __fstatat_time64 defineLukasz Majewski1-1/+0
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella1-2/+2
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella1-0/+20
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella1-5/+27
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella1-5/+9
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-37/+55
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella1-0/+8
2020-09-28linux: Add time64 select supportAdhemerval Zanella1-0/+8
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella1-0/+16
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-0/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella1-1/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella1-11/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella1-9/+1
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-05-20y2038: linux: Provide __adjtime64 implementationLukasz Majewski1-0/+9
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu1-0/+1