| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * 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 | 2 | -2/+6 |
| | | | | | to libc/sysdeps/linux/cris/bits/uClibc_page.h where it belongs. | ||||
| * | Include bits/uClibc_page.h before dl-syscall.h as the latter may | Peter Kjellerstedt | 2006-02-23 | 1 | -2/+2 |
| | | | | | need the defines from the former. | ||||
| * | Corrected a comment regarding mmap2(). | Peter Kjellerstedt | 2006-02-23 | 1 | -1/+4 |
| | | |||||
| * | Specify a correct MMAP2_PAGE_SHIFT to use when calculating the offset | Peter Kjellerstedt | 2006-02-23 | 1 | -0/+2 |
| | | | | | for mmap2() on CRIS. | ||||
| * | Allow MMAP2_PAGE_SHIFT to be specified by the architecture specific | Peter Kjellerstedt | 2006-02-23 | 1 | -1/+8 |
| | | | | | header files. | ||||
| * | A little clean up. | Peter Kjellerstedt | 2006-02-23 | 1 | -18/+23 |
| | | |||||
| * | Corrected a typo (simularly -> similarly). | Peter Kjellerstedt | 2006-02-23 | 1 | -1/+1 |
| | | |||||
| * | Sync w/ glibc, disabling *at interfaces | Peter S. Mazinger | 2006-02-23 | 1 | -43/+77 |
| | | |||||
| * | Sync w/ nptl | Peter S. Mazinger | 2006-02-23 | 1 | -3/+1 |
| | | |||||
| * | Make use of CFLAGS-OMIT-file | Peter S. Mazinger | 2006-02-23 | 3 | -13/+10 |
| | | |||||
| * | Move -Os/-O2 first, add some gcc4 specific optimizations | Peter S. Mazinger | 2006-02-23 | 1 | -7/+19 |
| | | |||||
| * | Add support for CFLAGS-OMIT-file from nptl | Peter S. Mazinger | 2006-02-23 | 1 | -2/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | dont generate asm-generic if it already exists | Mike Frysinger | 2006-02-23 | 1 | -0/+2 |
| | | |||||
| * | wcscoll_l.o does not exist | Peter S. Mazinger | 2006-02-22 | 1 | -1/+1 |
| | | |||||
| * | guard program_invocation_name w/ __ASSEMBLER__ | Peter S. Mazinger | 2006-02-22 | 1 | -6/+6 |
| | | |||||
| * | exclude 2 more files from multi | Peter S. Mazinger | 2006-02-22 | 1 | -0/+2 |
| | | |||||
| * | exclude 2 files from multi if XLOCALE enabled | Peter S. Mazinger | 2006-02-22 | 1 | -0/+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 |
| | | |||||
| * | Silence link creation. | Peter Kjellerstedt | 2006-02-22 | 2 | -2/+2 |
| | | |||||
| * | Made it possible to build without stripping the binaries. | Peter Kjellerstedt | 2006-02-22 | 4 | -7/+25 |
| | | |||||
| * | Made include/bits/pthreadtypes.h compile again as it uses | Peter Kjellerstedt | 2006-02-22 | 1 | -1/+1 |
| | | | | | struct __sched_param. | ||||
| * | * Made it possible to dynamically check for supported linker options | Peter Kjellerstedt | 2006-02-22 | 3 | -2/+5 |
| | | | | | | using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it. | ||||
| * | 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 | 2 | -10/+86 |
| | | |||||
| * | Remved the (BROKEN) tag from the CRIS architecture. | Peter Kjellerstedt | 2006-02-22 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -48/+198 |
| | | |||||
| * | * Allow baud rates above 115200 again. | Peter Kjellerstedt | 2006-02-22 | 1 | -1/+8 |
| | | | | | * Added a couple of esoteric CRIS specific baud rates. | ||||
| * | 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/+0 |
| | | |||||
| * | sync headers with glibc | Mike Frysinger | 2006-02-22 | 10 | -91/+273 |
| | | |||||
| * | make the fallback case smarter | Mike Frysinger | 2006-02-22 | 1 | -4/+3 |
| | | |||||
| * | update todo | Mike Frysinger | 2006-02-22 | 1 | -19/+19 |
| | | |||||
| * | revert unintended commit | Mike Frysinger | 2006-02-22 | 1 | -1/+1 |
| | | |||||
| * | simplify epoll code | Mike Frysinger | 2006-02-22 | 1 | -24/+9 |
| | | |||||
| * | sync with glibc | Mike Frysinger | 2006-02-22 | 3 | -4/+23 |
| | | |||||
| * | blah, use a stable target instead of messing with timestamps on .c files | Mike Frysinger | 2006-02-22 | 1 | -6/+2 |
| | | |||||
| * | grab from glibc | Mike Frysinger | 2006-02-22 | 1 | -0/+110 |
| | | |||||
| * | err, need to make sure the wrapper is executed separately | Mike Frysinger | 2006-02-22 | 1 | -2/+2 |
| | | |||||
| * | fix running of stat test on filesystems that dont have noatime set | Mike Frysinger | 2006-02-22 | 1 | -0/+4 |
| | | |||||
| * | add clone2 prototype to shutup warnings | Mike Frysinger | 2006-02-22 | 1 | -0/+2 |
| | | |||||
