about summary refs log tree commit diff
path: root/io/sys
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-022-9/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-015-5/+5
* y2038: Fix support for 64-bit time on legacy ABIsGaƫl PORTAY2023-11-151-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-065-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-015-5/+5
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-3/+3
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-10/+114
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-2/+5
* sys: Fixes possible typo in comment: statfs -> statvfsHugo Gabriel Eyherabide2021-04-071-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-025-5/+5
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-091-32/+0
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-129/+0
* Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler2020-08-201-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-015-5/+5
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-075-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-015-5/+5
* Add the statx functionFlorian Weimer2018-07-101-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-015-5/+5
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-4/+2
* Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella2017-04-201-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-015-5/+5
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-232-10/+6
* Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076).Joseph Myers2016-05-171-2/+2
* Fix sys/stat.h fchmod namespace (bug 20073).Joseph Myers2016-05-101-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-045-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-025-5/+5
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-6/+5
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-6/+6
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-14/+14
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-015-5/+5
* Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers2013-01-081-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-025-6/+5
* Fix attributes for fortify functions.Marek Polacek2012-04-291-1/+1
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-095-15/+10
* Add checking versions of poll and ppollUlrich Drepper2012-01-081-0/+6
* Remove pre-ISO C supportUlrich Drepper2012-01-074-52/+52
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-041-2/+4
* Fix up sys/stat.h for XPG7.Ulrich Drepper2010-01-111-2/+2
* * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper2009-05-071-1/+3
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-2/+1
* * include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper2009-02-261-2/+2
* * io/sys/stat.h: The lstat functions have been mandatory since 2001.Ulrich Drepper2009-02-241-1/+1
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-2/+3
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-101-1/+1
* * io/sys/stat.h: Make sure struct timespec is defined forUlrich Drepper2007-05-101-2/+3
* * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper2007-05-101-1/+16
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-11/+12
* * include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2006-01-201-1/+20