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