aboutsummaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)Author
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
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer
2020-04-02linux: Use long time_t for wait4/getrusageAlistair Francis
2020-04-02resource: Add a __rusage64 structAlistair Francis
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella
2019-12-13hurd: Fix local PLTSamuel Thibault
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-02-16Add missing header wrappers under include/Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg
2018-06-16hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault
2018-02-15Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers