aboutsummaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)Author
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
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault
2017-10-01Hide internal __setrlimit function [BZ #18822]H.J. Lu
2017-10-01Hide internal __mremap function [BZ #18822]H.J. Lu
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu
2017-10-01Mark internal statfs functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu
2017-08-20Remove __bb_init_func and __bb_exit_func [BZ #21974]H.J. Lu
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-06-09Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-03-08Add sys/auxv.h wrapper to include/sys/Aurelien Jarno
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-19Mark ld.so internel __fxstatat64 hiddenH.J. Lu
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-15Mark ld.so internel __uname hiddenH.J. Lu
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-11Fix __sendmmsg prototype guardsAdhemerval Zanella
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-07Remove __libc_waitpid function name.Joseph Myers
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-11Fix indentation and add copyright header to time.hSiddhesh Poyarekar
2013-02-18sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger