Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -2/+63 | |
| | ||||||
* | Add Rich Felker's getsubopt, smaller then the glibc copied one | Peter S. Mazinger | 2006-02-27 | 2 | -0/+39 | |
| | ||||||
* | Add hidden version for susv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 | |
| | ||||||
* | Rich Felker's glob() ported to uClibc | Peter S. Mazinger | 2006-02-27 | 3 | -0/+349 | |
| | ||||||
* | Get rid of redefines on ppc pointed out by vapier | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 | |
| | ||||||
* | Don't build glob64 for non-LFS | Peter S. Mazinger | 2006-02-26 | 1 | -1/+4 | |
| | ||||||
* | Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs? | Peter S. Mazinger | 2006-02-26 | 6 | -93/+14 | |
| | ||||||
* | Remove unneeded hidden_proto(readdir*) | Peter S. Mazinger | 2006-02-26 | 1 | -2/+0 | |
| | ||||||
* | Use _lfs_64.h in all *64.c | Peter S. Mazinger | 2006-02-26 | 3 | -41/+4 | |
| | ||||||
* | Define internal readdir*_r() and use _lfs_64.h | Peter S. Mazinger | 2006-02-26 | 2 | -13/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove commented include. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+0 | |
| | ||||||
* | Revert change. Calls can only be used when utilizing TLS. Sorry for the ↵ | "Steven J. Hill" | 2006-02-25 | 1 | -5/+5 | |
| | | | | breakage. | |||||
* | sync with glibc | Mike Frysinger | 2006-02-25 | 1 | -0/+54 | |
| | ||||||
* | Use the TSD macros and get rid of warnings. | "Steven J. Hill" | 2006-02-25 | 1 | -4/+5 | |
| | ||||||
* | Move lseek64 into LFS guarded place | Peter S. Mazinger | 2006-02-25 | 2 | -2/+4 | |
| | ||||||
* | Do not use __XL_NPP macro | Peter S. Mazinger | 2006-02-24 | 1 | -4/+20 | |
| | ||||||
* | Correct comments | Peter S. Mazinger | 2006-02-24 | 1 | -17/+4 | |
| | ||||||
* | guard __ignore_x correctly, move undefs to their proper place, add ↵ | Peter S. Mazinger | 2006-02-24 | 1 | -27/+52 | |
| | | | | prototypes. Should I do all the other *max aliases as well | |||||
* | 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 | |
| | ||||||
* | wcscoll_l.o does not exist | Peter S. Mazinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | * 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/+110 | |
| |