Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | update malloc(0) check to handle expected behavior based upon config options | Mike Frysinger | 2006-02-22 | 1 | -0/+5 | |
| | ||||||
* | update malloc(0) check to handle expected behavior based upon config options | Mike Frysinger | 2006-02-22 | 1 | -0/+5 | |
| | ||||||
* | check for a 0 size first, then check for a NULL pointer | Mike Frysinger | 2006-02-22 | 1 | -2/+2 | |
| | ||||||
* | update MMU ifdef check | Mike Frysinger | 2006-02-22 | 2 | -2/+3 | |
| | ||||||
* | Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi ↵ | Mike Frysinger | 2006-02-22 | 1 | -27/+34 | |
| | | | | usage | |||||
* | make sure we clean everything | Mike Frysinger | 2006-02-22 | 1 | -1/+2 | |
| | ||||||
* | move _dl_mmap_check_error() to related mmap bits of code as pointed out by ↵ | Mike Frysinger | 2006-02-22 | 1 | -13/+10 | |
| | | | | Nicolas Bellido | |||||
* | enable test if LFS is enabled | Mike Frysinger | 2006-02-22 | 1 | -1/+2 | |
| | ||||||
* | make sure we declare underscore usage as pointed out by psm | Mike Frysinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | rename ldso on all 64bit hosts | Mike Frysinger | 2006-02-21 | 1 | -2/+3 | |
| | ||||||
* | use vfork instead of fork so test works on non-mmu | Mike Frysinger | 2006-02-21 | 1 | -2/+2 | |
| | ||||||
* | All sources are accessable as they would be splitted | Peter S. Mazinger | 2006-02-21 | 1 | -1/+0 | |
| | ||||||
* | Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in ↵ | Peter S. Mazinger | 2006-02-21 | 1 | -14/+27 | |
| | | | | features.h | |||||
* | 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 | |
| | ||||||
* | update copyright with glibc | Mike Frysinger | 2006-02-20 | 1 | -1/+1 | |
| | ||||||
* | sync minor touchups with glibc | Mike Frysinger | 2006-02-20 | 3 | -11/+13 | |
| | ||||||
* | 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 | |
| | ||||||
* | disable ldso for nios targets | Mike Frysinger | 2006-02-19 | 2 | -0/+2 | |
| | ||||||
* | make sure ldso is disabled for bfin | Mike Frysinger | 2006-02-19 | 1 | -0/+1 | |
| | ||||||
* | update MMU config options to utilize USE_MMU instead of HAS_MMU | Mike Frysinger | 2006-02-19 | 2 | -5/+5 | |
| | ||||||
* | fix sysfs call | Mike Frysinger | 2006-02-19 | 1 | -1/+1 | |
| | ||||||
* | just let user decide CFLAGS instead of assuming stuff for him | Mike Frysinger | 2006-02-18 | 1 | -7/+0 | |
| | ||||||
* | these defines are created for use in features.h so no point in duplicating ↵ | Mike Frysinger | 2006-02-18 | 1 | -8/+0 | |
| | | | | work in the build system | |||||
* | make sure ldso is rebuilt if source files are updated | Mike Frysinger | 2006-02-18 | 1 | -0/+1 | |
| | ||||||
* | since interp is an actual object file that is linked into shared libs, make ↵ | Mike Frysinger | 2006-02-18 | 1 | -1/+1 | |
| | | | | it a build depend rather than just an order depend | |||||
* | use a tempfile while generating sysnum.h | Mike Frysinger | 2006-02-18 | 1 | -4/+6 | |
| | ||||||
* | we use _GNU_SOURCE for all of uClibc now | Mike Frysinger | 2006-02-18 | 1 | -1/+0 | |
| | ||||||
* | touchup header handling in other config targets | Mike Frysinger | 2006-02-18 | 1 | -20/+8 | |
| | ||||||
* | disable ctor/dtor on bfin as binutils doesnt provide init/fini symbols | Mike Frysinger | 2006-02-18 | 1 | -0/+1 | |
| |