aboutsummaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-1/+1
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer1-3/+0
2020-04-02linux: Use long time_t for wait4/getrusageAlistair Francis1-0/+11
2020-04-02resource: Add a __rusage64 structAlistair Francis1-0/+110
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy2-1/+21
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer1-0/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella1-0/+1
2019-12-13hurd: Fix local PLTSamuel Thibault1-0/+10
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski1-1/+12
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg1-1/+1
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella1-2/+0
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg1-2/+1
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella1-1/+9
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2-2/+2
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer1-10/+0
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-1/+0
2019-02-16Add missing header wrappers under include/Florian Weimer4-0/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers2-2/+2
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-7/+12