about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-012-2/+2
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-221-4/+0
* linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella2023-11-071-0/+5
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-051-0/+4
* misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-051-0/+4
* misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat2023-07-051-0/+14
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-2/+2
* Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2023-06-011-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-062-2/+2
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-081-1/+4
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-171-0/+2
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-0/+11
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-01-281-2/+8
* Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella2022-01-171-0/+8
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-171-0/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-012-2/+2
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-1/+6
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2021-09-101-0/+7
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-151-1/+2
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-221-0/+5
* time: Add 64-bit time support for getdateAdhemerval Zanella2021-06-151-1/+1
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-151-0/+5
* linux: Consolidate statvfs implementationsAdhemerval Zanella2021-02-111-2/+1
* linux: Consolidate fstatfs implementationsAdhemerval Zanella2021-02-111-4/+3
* setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni2021-02-101-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-022-2/+2
* hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault2020-11-111-31/+0
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-1/+1
* misc: Add internal __getauxval2 functionFlorian Weimer2020-10-271-0/+5
* time: Add 64-bit time_t support for ftimeAdhemerval Zanella2020-10-271-0/+12
* Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella2020-10-271-0/+1
* Move vtimes to a compatibility symbolAdhemerval Zanella2020-10-191-1/+0
* linux: Add 64-bit time_t support for wait3Adhemerval Zanella2020-10-161-0/+4
* Move ftime to a compatibility symbolAdhemerval Zanella2020-10-161-1/+0
* y2038: Remove not used __fstatat_time64 defineLukasz Majewski2020-10-151-1/+0
* linux: Move xmknod{at} to compat symbolsAdhemerval Zanella2020-10-091-2/+2
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-091-0/+20
* linux: Disentangle fstatat from fxstatatAdhemerval Zanella2020-10-091-5/+27
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-091-5/+9
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-37/+55
* linux: Add time64 recvmmsg supportAdhemerval Zanella2020-09-281-0/+8
* linux: Add time64 select supportAdhemerval Zanella2020-09-281-0/+8
* linux: Add time64 pselect supportAdhemerval Zanella2020-09-111-0/+16
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-0/+1
* sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella2020-07-091-1/+1
* sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella2020-07-091-11/+1
* sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2020-07-091-9/+1
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+1
* y2038: linux: Provide __adjtime64 implementationLukasz Majewski2020-05-201-0/+9
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-04-301-0/+1