| Commit message (Expand) | Author | Age | Files | Lines |
* | fstatat: fix up behavior on 32/64 bit hosts | Mike Frysinger | 2009-09-18 | 4 | -2/+32 |
* | xstatconv: drop useless hidden code | Mike Frysinger | 2009-09-18 | 1 | -4/+2 |
* | drop last _syscall6 checks | Mike Frysinger | 2009-09-03 | 2 | -2/+2 |
* | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer | 2009-09-03 | 1 | -0/+6 |
* | handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -0/+5 |
* | ioperm is not used internally, remove hidden_proto | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -1/+3 |
* | force arches to provide sys/user.h | Mike Frysinger | 2009-08-19 | 1 | -1/+1 |
* | enable nanosecond stat support for everyone | Mike Frysinger | 2009-08-19 | 2 | -18/+8 |
* | enable sbrk() for everyone | Mike Frysinger | 2009-08-19 | 1 | -4/+0 |
* | add missing UTIME_* defines for *at funcs | Mike Frysinger | 2009-08-19 | 1 | -1/+6 |
* | create real common vfork() function | Mike Frysinger | 2009-08-19 | 1 | -7/+13 |
* | add hidden aliases for openat funcs | Mike Frysinger | 2009-08-19 | 2 | -0/+14 |
* | byteswap: unify common definitions | Mike Frysinger | 2009-08-19 | 2 | -87/+109 |
* | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko | 2009-08-19 | 1 | -2/+2 |
* | some ports define ENOTSUP | Mike Frysinger | 2009-08-19 | 1 | -1/+3 |
* | INLINE_SYSCALL_NCS: scope out local vars to avoid conflicts | Mike Frysinger | 2009-08-19 | 1 | -6/+6 |
* | first pass at implementing *at funcs | Mike Frysinger | 2009-08-19 | 17 | -0/+321 |
* | fdatasync: handle latest alpha syscalls | Mike Frysinger | 2009-08-19 | 1 | -1/+1 |
* | mknod: convert to INLINE_SYSCALL() to sync with glibc | Mike Frysinger | 2009-08-19 | 1 | -12/+6 |
* | ppoll: switch to INLINE_SYSCALL() to match glibc | Mike Frysinger | 2009-08-19 | 1 | -11/+2 |
* | syscall(): create a common version based on INLINE_SYSCALL_NCS() | Mike Frysinger | 2009-07-09 | 1 | -0/+12 |
* | syscall: unify part 2: NCS variety | Mike Frysinger | 2009-07-09 | 2 | -3/+17 |
* | drop missing {INLINE,INTERNAL}_SYSCALL fallback logic | Mike Frysinger | 2009-07-09 | 8 | -102/+0 |
* | syscall: unify common syscall defines | Mike Frysinger | 2009-07-09 | 2 | -1/+83 |
* | uClibc_arch_features: sync defines between ports | Mike Frysinger | 2009-07-09 | 1 | -0/+6 |
* | waitid: linux ABI takes 5 args, not 4 | Mike Frysinger | 2009-06-05 | 1 | -5/+52 |
* | sparc32 nptl functional | austinf | 2009-03-19 | 1 | -0/+4 |
* | Merged revisions 25669-25670,25673-25674 via svnmerge from | Khem Raj | 2009-03-16 | 1 | -1/+1 |
* | Merged revisions 25638,25640,25642,25649-25650,25667-25668 via svnmerge from | Khem Raj | 2009-03-16 | 2 | -9/+58 |
* | Merged revisions 25556 via svnmerge from | Khem Raj | 2009-03-05 | 2 | -5/+15 |
* | mknod: widen the parameters to match kernel | Denis Vlasenko | 2009-03-03 | 2 | -11/+16 |
* | Add EPOLLRDHUP constant | Denis Vlasenko | 2009-03-02 | 1 | -0/+2 |
* | fix breakage in x86_64 defconfig | Denis Vlasenko | 2009-02-27 | 7 | -57/+13 |
* | reinstate __libc_foo for linuxthreads.old | Denis Vlasenko | 2009-02-25 | 7 | -0/+37 |
* | - synch r25316:25325 from trunk | Bernhard Reutner-Fischer | 2009-02-18 | 3 | -25/+8 |
* | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | 2009-02-18 | 1 | -85/+87 |
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -0/+7 |
* | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko | 2009-01-28 | 1 | -14/+17 |
* | Synch with trunk: miscellaneous changes, mostly cleanup, | Carmelo Amoroso | 2009-01-22 | 2 | -0/+13 |
* | Synch whole signal handling rework with trunk. Tested on nptl-sh4. | Carmelo Amoroso | 2009-01-22 | 4 | -35/+40 |
* | - pull r24946 from trunk (remove unavailable functionality; psm) | Bernhard Reutner-Fischer | 2009-01-21 | 1 | -0/+4 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -55/+48 |
* | Make __global_locale visible in headers | Denis Vlasenko | 2009-01-18 | 1 | -1/+2 |
* | - whitespace cleanup; no obj-code changes (r24600) | Bernhard Reutner-Fischer | 2008-12-29 | 3 | -7/+7 |
* | - pull r24593:24596 from trunk | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+2 |
* | Help unifdef to remove private parts of headers | Denis Vlasenko | 2008-12-27 | 2 | -5/+12 |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 3 | -96/+90 |
* | - _syscall?() need to superfluous trailing ';' | Bernhard Reutner-Fischer | 2008-12-23 | 6 | -15/+19 |
* | - sync with trunk | Bernhard Reutner-Fischer | 2008-12-23 | 2 | -2/+1 |
* | signal.h consolidation from trunk. | Denis Vlasenko | 2008-12-23 | 1 | -22/+0 |