Age | Commit message (Expand) | Author |
2012-06-15 | uClibc_stdio.h: guard internals with _LIBC | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove consistency check | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove parts solved in features.h | Peter S. Mazinger |
2012-06-15 | stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: move internal to _stdio.h and make them hidden | Peter S. Mazinger |
2012-06-15 | mmap.c: provide a common mmap.c that is good for most of archs | Peter S. Mazinger |
2012-06-15 | locale.c, uClibc_locale.h: provide hidden __curlocale[_set] | Peter S. Mazinger |
2012-06-15 | dl-osinfo.h: include needed headers | Peter S. Mazinger |
2012-06-15 | __xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | dirent.h: use __ssize_t instead of ssize_t | Peter S. Mazinger |
2012-06-15 | move __getdents[64] prototypes to dirent.h | Peter S. Mazinger |
2012-06-15 | math: avoid jump relocation in libm | Peter S. Mazinger |
2012-06-15 | mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto | Peter S. Mazinger |
2012-06-15 | remove libc_hidden_proto(ioperm) from all headers except arm | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always defined | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to POSIX 2008 | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to glibc's NPTL version | Peter S. Mazinger |
2012-06-15 | local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update common | Peter S. Mazinger |
2012-06-15 | add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) | Peter S. Mazinger |
2012-06-15 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger |
2012-06-15 | remove unneeded hidden sigwaitinfo | Peter S. Mazinger |
2012-06-15 | no need for hidden sigtimedwait | Peter S. Mazinger |
2012-06-15 | signal.h: move prototypes for __syscall_[rt_]sigaction to common place | Peter S. Mazinger |
2012-06-15 | libc-internal.h: use a consistent prototype for __stack_chk_fail | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | getopt.c, getopt.h: avoid the need for __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | do not include libc-internal.h | Peter S. Mazinger |
2012-06-10 | eventfd: Implement eventfd2 and fix eventfd | Khem Raj |
2012-05-30 | pread/pwrite: drop fallback funcs | Mike Frysinger |
2012-05-30 | pread/pwrite: handle renamed syscalls in common/ppc/xtensa code | Mike Frysinger |
2012-05-21 | mmap()->sys_mmap2: do unsigned shift of offset | James Hogan |
2012-04-28 | epoll.h: sync with glibc | Mike Frysinger |
2012-04-26 | llseek: support __NR_llseek syscall | Mark Salter |
2012-04-26 | getpgrp: fix fallback handling | Mark Salter |
2012-04-26 | mmap64: Use correct type for offset parameter | Mike Frysinger |
2012-04-11 | mmap64: use INLINE_SYSCALL() helper | Mike Frysinger |
2012-04-11 | mmap64: include stdint.h for uint64_t | Mike Frysinger |
2012-04-10 | mmap64: always use unsigned 64bit offsets | Mike Frysinger |
2012-04-08 | signalfd.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2012-04-08 | timerfd.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2012-04-08 | inotify.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2012-04-08 | inotify_rm_watch: Change second argument to int | Kevin Cernekee |
2012-04-04 | stubs: Disregard LFS | Bernhard Reutner-Fischer |
2012-04-02 | fchmodat: fix handling of flags | Mike Frysinger |
2012-03-26 | arm: disable ioperm/iopl stubs | Mike Frysinger |
2012-03-26 | stubs: unified from future | Bernhard Reutner-Fischer |
2012-02-05 | lstat/stat/fstat: Use 64bit version of syscall if available | Khem Raj |
2012-02-05 | Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us... | Khem Raj |
2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer |