summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)Author
2021-08-25Fix warnings due to missing attributes for __EI_ prefixed symbolsYann Sionneau
2021-04-24include/sys/personality.h: resync with glibcThomas Petazzoni
2020-06-19inet: add sockatmark implementationClement Leger
2020-04-01statx: make include conditional, fixes non-csky arch buildroot buildsWaldemar Brodkorb
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2019-05-13preadv/pwritev: fix offset argument typeMax Filippov
2018-06-15Fix prototypes for preadv pwritev.Vlad Starodubtsev
2017-11-19remove unused FORTIFY code fragmentsWaldemar Brodkorb
2017-11-02convert accept4() to use cancel.h macrosWaldemar Brodkorb
2017-10-01recvmmsg/sendmmsg: add recvmmsg sendmmsg support.Guo Ren
2017-06-06sys/time.h: sync with GNU C libraryWaldemar Brodkorb
2017-06-06sys/types.h: sync with GNU C libraryWaldemar Brodkorb
2017-05-22include/sys/reboot.h: add constants RB_SW_SUSPEND and RB_KEXECAnthony G. Basile
2017-04-22sys/stat.h: fix missing struct timespec definitionDamien Riegel
2017-03-17sync header with GNU libc / kernelWaldemar Brodkorb
2017-01-14add wrappers for preadv/pwritevWaldemar Brodkorb
2016-12-20sys/cdefs.h: add definition of __attribute_alloc_size__Thomas Petazzoni
2016-12-10include/sys/mman.h: remove madvise/posix_madvise prototypes on noMMUThomas Petazzoni
2016-09-25sync header with glibcWaldemar Brodkorb
2016-06-15sysconf: Support _SC_(AV)?PHYS_PAGES.Nicolas Cavallari
2016-01-31Provide __adjtimex() alias, like glibc.Leonid Lisovskiy
2015-12-09Define __attribute_const__Waldemar Brodkorb
2015-03-17include: silence __leaf warningBernhard Reutner-Fischer
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2014-08-26timex: Sync with glibcKhem Raj
2014-08-25Add clock_adjtime syscallKhem Raj
2014-04-04sysinfo.h: Prevent redeclarationsBernhard Reutner-Fischer
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20stat64: Use fstatat64 if arch does not have the stat64 syscallMarkos Chandras
2013-02-20statfs: Use statfs64 if arch does not have the statfs syscallMarkos Chandras
2013-02-20sendfile: Use sendfile64 if arch does not have the sendfile syscallMarkos Chandras
2013-02-20mkdir: Use mkdirat if arch does not have the mkdir syscallMarkos Chandras
2013-02-20chmod: Use fchmodat if arch does not have the chmod syscallMarkos Chandras
2013-01-18mount.h: updateBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15waitpid.c: provide __waitpid_nocancel, use cancel.hPeter S. Mazinger
2012-06-15select: adapt cancelation to use cancel.hPeter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15umount: make umount2 depend on UCLIBC_LINUX_SPECIFICPeter S. Mazinger
2012-06-15ppoll: no need for hidden versionPeter S. Mazinger
2012-06-15types.h: both icc and tendra support long longPeter S. Mazinger
2012-06-15ssp: rework, sync messages with the ones in glibcPeter S. Mazinger
2012-06-15syslog.c: no need for hidden vsyslog, use a static __vsyslog insteadPeter S. Mazinger
2012-06-15wait.h: resource.h is included already, rusage is definedPeter S. Mazinger
2012-06-15quota.h: update, but keep old functionalityPeter S. Mazinger
2012-04-08signalfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2011-12-22sys/queue.h: update to eglibc versionNatanael Copa
2011-07-01mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonlyKhem Raj