Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-23 | Move common parts into internal header, should it be used for all *64.c? | Peter S. Mazinger | |
2006-02-23 | Correct typo | Peter S. Mazinger | |
2006-02-23 | Added support for the new CRISv32 architecture. | Peter Kjellerstedt | |
2006-02-23 | A little clean up. | Peter Kjellerstedt | |
2006-02-23 | * Include sys/syscall.h so __NR_mmap2 and _syscall6 actually have a | Peter Kjellerstedt | |
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. | |||
2006-02-23 | A little clean up. | Peter Kjellerstedt | |
2006-02-23 | Moved the definition of MMAP2_PAGE_SHIFT from ldso/ldso/cris/dl-syscalls.h | Peter Kjellerstedt | |
to libc/sysdeps/linux/cris/bits/uClibc_page.h where it belongs. | |||
2006-02-23 | Include bits/uClibc_page.h before dl-syscall.h as the latter may | Peter Kjellerstedt | |
need the defines from the former. | |||
2006-02-23 | Corrected a comment regarding mmap2(). | Peter Kjellerstedt | |
2006-02-23 | Specify a correct MMAP2_PAGE_SHIFT to use when calculating the offset | Peter Kjellerstedt | |
for mmap2() on CRIS. | |||
2006-02-23 | Allow MMAP2_PAGE_SHIFT to be specified by the architecture specific | Peter Kjellerstedt | |
header files. | |||
2006-02-23 | A little clean up. | Peter Kjellerstedt | |
2006-02-23 | Corrected a typo (simularly -> similarly). | Peter Kjellerstedt | |
2006-02-23 | Sync w/ glibc, disabling *at interfaces | Peter S. Mazinger | |
2006-02-23 | Sync w/ nptl | Peter S. Mazinger | |
2006-02-23 | Make use of CFLAGS-OMIT-file | Peter S. Mazinger | |
2006-02-23 | Move -Os/-O2 first, add some gcc4 specific optimizations | Peter S. Mazinger | |
2006-02-23 | Add support for CFLAGS-OMIT-file from nptl | Peter S. Mazinger | |
2006-02-23 | add support for __UCLIBC_CTOR_DTOR__ | Mike Frysinger | |
2006-02-23 | dont invert errno as assembly routines store positive values, not negative ones | Mike Frysinger | |
2006-02-23 | dont generate asm-generic if it already exists | Mike Frysinger | |
2006-02-22 | wcscoll_l.o does not exist | Peter S. Mazinger | |
2006-02-22 | guard program_invocation_name w/ __ASSEMBLER__ | Peter S. Mazinger | |
2006-02-22 | exclude 2 more files from multi | Peter S. Mazinger | |
2006-02-22 | exclude 2 files from multi if XLOCALE enabled | Peter S. Mazinger | |
2006-02-22 | Correct ifndef __ASSEMBLER__ | Peter S. Mazinger | |
2006-02-22 | guard parts w/ __ASSEMBLER__ to be usable in vfork.S | Peter S. Mazinger | |
2006-02-22 | Silence link creation. | Peter Kjellerstedt | |
2006-02-22 | Made it possible to build without stripping the binaries. | Peter Kjellerstedt | |
2006-02-22 | Made include/bits/pthreadtypes.h compile again as it uses | Peter Kjellerstedt | |
struct __sched_param. | |||
2006-02-22 | * Made it possible to dynamically check for supported linker options | Peter Kjellerstedt | |
using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it. | |||
2006-02-22 | Remove __clone, add it only back, if threads has a another (strong) version, ↵ | Peter S. Mazinger | |
that needs to overwrite this | |||
2006-02-22 | We need hidden vfork, not __vfork | Peter S. Mazinger | |
2006-02-22 | Make use of bits/sched.h | Peter S. Mazinger | |
2006-02-22 | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger | |
2006-02-22 | Remved the (BROKEN) tag from the CRIS architecture. | Peter Kjellerstedt | |
2006-02-22 | Cleaned up the assembler code a little. | Peter Kjellerstedt | |
2006-02-22 | No longer needed. | Peter Kjellerstedt | |
2006-02-22 | Sync with glibc 2.3.6. | Peter Kjellerstedt | |
2006-02-22 | * Allow baud rates above 115200 again. | Peter Kjellerstedt | |
* Added a couple of esoteric CRIS specific baud rates. | |||
2006-02-22 | Added a CRIS specific version of termios.h. It is identical to | Peter Kjellerstedt | |
libc/sysdeps/linux/common/bits/termios.h with a couple of CRIS specific baud rates added. | |||
2006-02-22 | grab header file from glibc | Mike Frysinger | |
2006-02-22 | epoll is linux specific | Mike Frysinger | |
2006-02-22 | sync headers with glibc | Mike Frysinger | |
2006-02-22 | make the fallback case smarter | Mike Frysinger | |
2006-02-22 | update todo | Mike Frysinger | |
2006-02-22 | revert unintended commit | Mike Frysinger | |
2006-02-22 | simplify epoll code | Mike Frysinger | |
2006-02-22 | sync with glibc | Mike Frysinger | |
2006-02-22 | blah, use a stable target instead of messing with timestamps on .c files | Mike Frysinger | |