Age | Commit message (Expand) | Author |
2023-08-08 | aarch64: add hwcap header file | Waldemar Brodkorb |
2023-01-08 | Add lost includes. Fix add getauxval() implementation. | Evgeniy Manachkin |
2022-12-19 | add getauxval() implementation | ramin |
2022-01-21 | add prlimit syscall wrapper | Waldemar Brodkorb |
2021-08-25 | Fix warnings due to missing attributes for __EI_ prefixed symbols | Yann Sionneau |
2021-04-24 | include/sys/personality.h: resync with glibc | Thomas Petazzoni |
2020-06-19 | inet: add sockatmark implementation | Clement Leger |
2020-04-01 | statx: make include conditional, fixes non-csky arch buildroot builds | Waldemar Brodkorb |
2020-02-03 | csky: add statx conditionals | Waldemar Brodkorb |
2019-05-13 | preadv/pwritev: fix offset argument type | Max Filippov |
2018-06-15 | Fix prototypes for preadv pwritev. | Vlad Starodubtsev |
2017-11-19 | remove unused FORTIFY code fragments | Waldemar Brodkorb |
2017-11-02 | convert accept4() to use cancel.h macros | Waldemar Brodkorb |
2017-10-01 | recvmmsg/sendmmsg: add recvmmsg sendmmsg support. | Guo Ren |
2017-06-06 | sys/time.h: sync with GNU C library | Waldemar Brodkorb |
2017-06-06 | sys/types.h: sync with GNU C library | Waldemar Brodkorb |
2017-05-22 | include/sys/reboot.h: add constants RB_SW_SUSPEND and RB_KEXEC | Anthony G. Basile |
2017-04-22 | sys/stat.h: fix missing struct timespec definition | Damien Riegel |
2017-03-17 | sync header with GNU libc / kernel | Waldemar Brodkorb |
2017-01-14 | add wrappers for preadv/pwritev | Waldemar Brodkorb |
2016-12-20 | sys/cdefs.h: add definition of __attribute_alloc_size__ | Thomas Petazzoni |
2016-12-10 | include/sys/mman.h: remove madvise/posix_madvise prototypes on noMMU | Thomas Petazzoni |
2016-09-25 | sync header with glibc | Waldemar Brodkorb |
2016-06-15 | sysconf: Support _SC_(AV)?PHYS_PAGES. | Nicolas Cavallari |
2016-01-31 | Provide __adjtimex() alias, like glibc. | Leonid Lisovskiy |
2015-12-09 | Define __attribute_const__ | Waldemar Brodkorb |
2015-03-17 | include: silence __leaf warning | Bernhard Reutner-Fischer |
2015-03-13 | unistd.h: put getppid under XOPEN2K8 | Bernhard Reutner-Fischer |
2014-08-26 | timex: Sync with glibc | Khem Raj |
2014-08-25 | Add clock_adjtime syscall | Khem Raj |
2014-04-04 | sysinfo.h: Prevent redeclarations | Bernhard Reutner-Fischer |
2013-02-20 | stat: Use fstatat64 if arch does not have the stat syscall | Markos Chandras |
2013-02-20 | stat64: Use fstatat64 if arch does not have the stat64 syscall | Markos Chandras |
2013-02-20 | statfs: Use statfs64 if arch does not have the statfs syscall | Markos Chandras |
2013-02-20 | sendfile: Use sendfile64 if arch does not have the sendfile syscall | Markos Chandras |
2013-02-20 | mkdir: Use mkdirat if arch does not have the mkdir syscall | Markos Chandras |
2013-02-20 | chmod: Use fchmodat if arch does not have the chmod syscall | Markos Chandras |
2013-01-18 | mount.h: update | Bernhard Reutner-Fischer |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | socketcalls.c: rewrite to use cancel.h | Peter S. Mazinger |
2012-06-15 | waitpid.c: provide __waitpid_nocancel, use cancel.h | Peter S. Mazinger |
2012-06-15 | select: adapt cancelation to use cancel.h | Peter S. Mazinger |
2012-06-15 | wait4.c: provide hidden __wait4_nocancel independent of any guards | Peter S. Mazinger |
2012-06-15 | umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC | Peter S. Mazinger |
2012-06-15 | ppoll: no need for hidden version | Peter S. Mazinger |
2012-06-15 | types.h: both icc and tendra support long long | Peter S. Mazinger |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger |
2012-06-15 | wait.h: resource.h is included already, rusage is defined | Peter S. Mazinger |