Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move common parts into internal header, should it be used for all *64.c? | Peter S. Mazinger | 2006-02-23 | 5 | -62/+38 | |
| | ||||||
* | Added support for the new CRISv32 architecture. | Peter Kjellerstedt | 2006-02-23 | 7 | -36/+156 | |
| | ||||||
* | A little clean up. | Peter Kjellerstedt | 2006-02-23 | 1 | -16/+16 | |
| | ||||||
* | * Include sys/syscall.h so __NR_mmap2 and _syscall6 actually have a | Peter Kjellerstedt | 2006-02-23 | 1 | -0/+2 | |
| | | | | | | | chance of being defined (the lack of this include probably means that the common mmap64() function has never worked as intended...) * Include bits/uClibc_page.h to get MMAP2_PAGE_SHIFT for architectures that need to define it. | |||||
* | A little clean up. | Peter Kjellerstedt | 2006-02-23 | 1 | -12/+15 | |
| | ||||||
* | Moved the definition of MMAP2_PAGE_SHIFT from ldso/ldso/cris/dl-syscalls.h | Peter Kjellerstedt | 2006-02-23 | 1 | -0/+6 | |
| | | | | to libc/sysdeps/linux/cris/bits/uClibc_page.h where it belongs. | |||||
* | Corrected a comment regarding mmap2(). | Peter Kjellerstedt | 2006-02-23 | 1 | -1/+4 | |
| | ||||||
* | add support for __UCLIBC_CTOR_DTOR__ | Mike Frysinger | 2006-02-23 | 1 | -0/+5 | |
| | ||||||
* | dont invert errno as assembly routines store positive values, not negative ones | Mike Frysinger | 2006-02-23 | 1 | -1/+1 | |
| | ||||||
* | Correct ifndef __ASSEMBLER__ | Peter S. Mazinger | 2006-02-22 | 1 | -0/+4 | |
| | ||||||
* | guard parts w/ __ASSEMBLER__ to be usable in vfork.S | Peter S. Mazinger | 2006-02-22 | 1 | -0/+4 | |
| | ||||||
* | Made include/bits/pthreadtypes.h compile again as it uses | Peter Kjellerstedt | 2006-02-22 | 1 | -1/+1 | |
| | | | | struct __sched_param. | |||||
* | Remove __clone, add it only back, if threads has a another (strong) version, ↵ | Peter S. Mazinger | 2006-02-22 | 2 | -9/+7 | |
| | | | | that needs to overwrite this | |||||
* | We need hidden vfork, not __vfork | Peter S. Mazinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | Make use of bits/sched.h | Peter S. Mazinger | 2006-02-22 | 2 | -8/+4 | |
| | ||||||
* | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger | 2006-02-22 | 1 | -4/+67 | |
| | ||||||
* | Cleaned up the assembler code a little. | Peter Kjellerstedt | 2006-02-22 | 3 | -86/+73 | |
| | ||||||
* | No longer needed. | Peter Kjellerstedt | 2006-02-22 | 1 | -73/+0 | |
| | ||||||
* | Sync with glibc 2.3.6. | Peter Kjellerstedt | 2006-02-22 | 1 | -43/+53 | |
| | ||||||
* | Added a CRIS specific version of termios.h. It is identical to | Peter Kjellerstedt | 2006-02-22 | 1 | -0/+210 | |
| | | | | | libc/sysdeps/linux/common/bits/termios.h with a couple of CRIS specific baud rates added. | |||||
* | grab header file from glibc | Mike Frysinger | 2006-02-22 | 1 | -0/+110 | |
| | ||||||
* | epoll is linux specific | Mike Frysinger | 2006-02-22 | 1 | -0/+110 | |
| | ||||||
* | sync headers with glibc | Mike Frysinger | 2006-02-22 | 10 | -91/+273 | |
| | ||||||
* | simplify epoll code | Mike Frysinger | 2006-02-22 | 1 | -24/+9 | |
| | ||||||
* | grab from glibc | Mike Frysinger | 2006-02-22 | 1 | -0/+110 | |
| | ||||||
* | make sure we declare underscore usage as pointed out by psm | Mike Frysinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | Solve sendfile64 conflict if __NR_sendfile64 does not exist | Peter S. Mazinger | 2006-02-21 | 1 | -4/+6 | |
| | ||||||
* | grab from glibc | Mike Frysinger | 2006-02-20 | 1 | -0/+67 | |
| | ||||||
* | removed | Mike Frysinger | 2006-02-20 | 1 | -64/+0 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-19 | 8 | -87/+144 | |
| | ||||||
* | rename file and fix setting of errno | Mike Frysinger | 2006-02-19 | 2 | -4/+5 | |
| | ||||||
* | fix sysfs call | Mike Frysinger | 2006-02-19 | 1 | -1/+1 | |
| | ||||||
* | remove hunk that shouldnt have been committed | Mike Frysinger | 2006-02-18 | 1 | -1/+1 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 9 | -11/+11 | |
| | ||||||
* | touchup syscall break define so it doesnt conflict with kernel headers | Mike Frysinger | 2006-02-18 | 1 | -4/+6 | |
| | ||||||
* | grab headers from glibc | Mike Frysinger | 2006-02-18 | 6 | -0/+747 | |
| | ||||||
* | Undo earlier change and sync new linuxthreads' guard w/ old | Peter S. Mazinger | 2006-02-16 | 1 | -2/+0 | |
| | ||||||
* | Guard __pthread_mutex_* to be used exclusively within uClibc, do we need ↵ | Peter S. Mazinger | 2006-02-16 | 1 | -0/+2 | |
| | | | | this header at all installed? | |||||
* | get rid of __pipe | Peter S. Mazinger | 2006-02-15 | 2 | -10/+8 | |
| | ||||||
* | Sloppy patching on my part. This should be correct. | "Steven J. Hill" | 2006-02-15 | 1 | -4/+2 | |
| | ||||||
* | Kill 2 signedness warnings | Peter S. Mazinger | 2006-02-15 | 2 | -2/+2 | |
| | ||||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -1/+2 | |
| | | | | linuxthreads[_db] as well, don't try on slow box | |||||
* | Block the combo DOMULTI/SUPPORT_LD_DEBUG | Peter S. Mazinger | 2006-02-15 | 1 | -1/+41 | |
| | ||||||
* | Move hidden prototypes to proper place and get rid of duplicate hidden | Peter S. Mazinger | 2006-02-15 | 2 | -7/+7 | |
| | ||||||
* | hide misc div funcs so generating shared libs on alpha doesnt fail | Mike Frysinger | 2006-02-15 | 1 | -0/+1 | |
| | ||||||
* | we cant simply alias getdents to getdents64 as they deal with structures of ↵ | Mike Frysinger | 2006-02-15 | 2 | -5/+36 | |
| | | | | different sizes on 32bit hosts | |||||
* | Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. ↵ | "Steven J. Hill" | 2006-02-14 | 2 | -56/+34 | |
| | | | | Patch tested. | |||||
* | Rename _mmap.c to mmap.c so that vax does not pick up both common and arch ↵ | Peter S. Mazinger | 2006-02-13 | 2 | -2/+1 | |
| | | | | specific mmap | |||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 3 | -67/+27 | |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||||
* | Weaken all that I remember being used in libpthread | Peter S. Mazinger | 2006-02-13 | 10 | -12/+12 | |
| |