Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do NOT hide 'utime'. When building binutils for the target using buildroot | "Steven J. Hill" | 2006-03-16 | 1 | -1/+1 |
| | | | | | | it was undefined. How about when you finish playing hide and seek with symbols you do a complete buildroot build and see if everything really works. $!#@$!#@ | ||||
* | sync with glibc | Mike Frysinger | 2006-03-11 | 1 | -0/+1 |
| | |||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 29 | -66/+5 |
| | | | | most of global data relocations are back | ||||
* | Remove duplicate hidden __curbrk (ppc), make use of the hidden versions | Peter S. Mazinger | 2006-03-10 | 3 | -11/+9 |
| | |||||
* | fix build/segv issues as reported and fixed by Brent Cook | Mike Frysinger | 2006-03-09 | 1 | -1/+13 |
| | |||||
* | disable older rlimit support by default | Mike Frysinger | 2006-03-04 | 2 | -2/+4 |
| | |||||
* | hide div functions in libc, but export them in ldso so that other shared ↵ | Mike Frysinger | 2006-03-02 | 1 | -0/+2 |
| | | | | libs dont barf on us | ||||
* | grab register definitions from regdef.h instead of using our own local ones | Mike Frysinger | 2006-03-02 | 1 | -41/+1 |
| | |||||
* | rename file so we block the common version from being built | Mike Frysinger | 2006-03-02 | 2 | -1/+1 |
| | |||||
* | fix whitespace in comment | Mike Frysinger | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | sync with blackfin cvs | Mike Frysinger | 2006-03-01 | 1 | -26/+24 |
| | |||||
* | grab from glibc | Mike Frysinger | 2006-03-01 | 1 | -0/+77 |
| | |||||
* | sync type style with glibc ... this fixes many alpha issues where it has ↵ | Mike Frysinger | 2006-03-01 | 4 | -62/+302 |
| | | | | different typesizes from the normal 64bit arch | ||||
* | need to define some more registers | Mike Frysinger | 2006-03-01 | 1 | -0/+3 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -6/+6 |
| | |||||
* | add pipe from glibc to fix popen test | Mike Frysinger | 2006-02-28 | 2 | -2/+51 |
| | |||||
* | dont need pal.h here | Mike Frysinger | 2006-02-28 | 1 | -1/+0 |
| | |||||
* | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | 2006-02-28 | 4 | -8/+23 |
| | |||||
* | Provide hidden sigprocmask, remove __x version | Peter S. Mazinger | 2006-02-28 | 1 | -3/+3 |
| | |||||
* | grab regdef.h from glibc and use that instead of kernel headers regdef.h | Mike Frysinger | 2006-02-28 | 5 | -4/+48 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -3/+3 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 3 | -12/+119 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -26/+42 |
| | |||||
* | import rt_sigaction from glibc to fix alpha signal handling issues | Mike Frysinger | 2006-02-28 | 2 | -1/+83 |
| | |||||
* | enable 6 arg version of mmap | Mike Frysinger | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | grab glibc sigprocmask since common linux one doesnt work for alpha | Mike Frysinger | 2006-02-28 | 2 | -1/+62 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -26/+43 |
| | |||||
* | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -1/+1 |
| | |||||
* | Move _lfs_64.h to include and adapt files | Peter S. Mazinger | 2006-02-26 | 5 | -33/+4 |
| | |||||
* | Whitespace and tab cleaning. | "Steven J. Hill" | 2006-02-25 | 1 | -2/+3 |
| | |||||
* | I'm seeing double. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+0 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-25 | 1 | -0/+54 |
| | |||||
* | Move lseek64 into LFS guarded place | Peter S. Mazinger | 2006-02-25 | 2 | -2/+4 |
| | |||||
* | Correct comments | Peter S. Mazinger | 2006-02-24 | 1 | -17/+4 |
| | |||||
* | Fix the _syscall6() macro (I hope). | Peter Kjellerstedt | 2006-02-24 | 1 | -2/+2 |
| | |||||
* | 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 |
| |