Age | Commit message (Expand) | Author |
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 |
2012-06-15 | quota.h: update, but keep old functionality | Peter S. Mazinger |
2012-04-08 | signalfd.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2011-12-22 | sys/queue.h: update to eglibc version | Natanael Copa |
2011-07-01 | mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonly | Khem Raj |
2011-05-12 | linux_specific: handle accept4 and pipe2 | Bernhard Reutner-Fischer |
2011-05-11 | accept4: Implement cancellation | Bernhard Reutner-Fischer |
2011-03-03 | update some headers | Peter S. Mazinger |
2010-09-20 | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso |
2010-08-05 | sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer |
2010-07-27 | lutimes: add lutimes support | Vladimir Zapolskiy |
2010-07-09 | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj |
2009-11-20 | futimens: add function | Bernhard Reutner-Fischer |
2009-11-19 | sync some headers and disable unused prototypes | Peter S. Mazinger |
2009-11-19 | msgrcv is of type ssize_t | Peter S. Mazinger |
2009-11-19 | no need for bits/syscalls.h on target | Peter S. Mazinger |
2009-09-15 | sys/mount.h: sync with latest glibc | Mike Frysinger |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |
2009-07-20 | sync a few headers with glibc (no functional changes) | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-11-26 | - remove fstatfs() and statfs() related headers upon request | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-10-10 | - add signalfd() | Bernhard Reutner-Fischer |