Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up '_res' such that it will now work for, NPTL, linuxthreads and | "Steven J. Hill" | 2006-01-15 | 8 | -96/+20 |
| | | | | | even no threads. Fix 'pthread_atfork' function and clean up duplicate of '__set_errno' that is not needed. | ||||
* | Add more NPTL tests that pass. No applause please...no stop...you're too kind. | "Steven J. Hill" | 2006-01-15 | 32 | -0/+4502 |
| | |||||
* | Remove invalid test. This test will not pass on uClibc because we are not | "Steven J. Hill" | 2006-01-14 | 3 | -93/+0 |
| | | | | concerned about backwards compatibility of the resolver code. | ||||
* | Get rid of more glibc NPTL symbol and alias madness. Also disable usage of | "Steven J. Hill" | 2006-01-14 | 26 | -68/+51 |
| | | | | | | 'libc/sysdeps/linux/common/fork.c' when NPTL is being used. Finally, there are additional weak functions that need to be defined when using NPTL which have also been added. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 5 | -26/+31 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 82 | -291/+360 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 1 | -8993/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 3 | -19/+82 |
| | |||||
* | Rename file. | "Steven J. Hill" | 2006-01-14 | 1 | -0/+0 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-12 | 1 | -0/+87 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-12 | 1 | -0/+208 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 370 | -5746/+6753 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+40 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+70 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+346 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+873 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+32 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+145 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+61 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 5 | -34/+101 |
| | |||||
* | Disable include of 'tls.h' if not using NPTL. | "Steven J. Hill" | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | Move 'extend_alloca' so that it is usable by pthreads also. | "Steven J. Hill" | 2006-01-06 | 1 | -30/+31 |
| | |||||
* | Merge from trunk with NPTL change. | "Steven J. Hill" | 2006-01-06 | 1 | -33/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 45 | -245/+544 |
| | |||||
* | Merge from trunk with my TLS change. | "Steven J. Hill" | 2006-01-06 | 1 | -34/+269 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 25 | -1999/+483 |
| | |||||
* | And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵ | "Steven J. Hill" | 2006-01-05 | 5 | -17/+54 |
| | | | | h_errno and __resp was a real challenge. I am glad that is over with. | ||||
* | Make resolver state pointer '__resp' to be TLS variable. Again, these ↵ | "Steven J. Hill" | 2006-01-05 | 3 | -190/+232 |
| | | | | changes work for the threaded and non-threaded cases. | ||||
* | Changes to make 'h_errno' be a TLS variable. These changes should be ↵ | "Steven J. Hill" | 2006-01-05 | 4 | -9/+29 |
| | | | | portable into the trunk as, I think, they handle both thread and non-threaded cases and maybe only minor tweaks to handle the linuxthreads model, if any. | ||||
* | Clean up headers for the install target. Also define ↵ | "Steven J. Hill" | 2006-01-05 | 6 | -8/+10 |
| | | | | 'attribute_tls_model_ie' in 'libc-internal.h' where it belongs. Update includes in a few other miscellaneous files. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-05 | 1 | -1/+0 |
| | |||||
* | Fix a makefile and add new working NPTL test for new TLS resolver code. | "Steven J. Hill" | 2006-01-05 | 4 | -1/+95 |
| | |||||
* | Import assembly version of 'syscall_error' so that it can be a hidden ↵ | "Steven J. Hill" | 2006-01-05 | 5 | -38/+95 |
| | | | | function and NPTL can include as well. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Remove extraneous file. | "Steven J. Hill" | 2006-01-05 | 1 | -1/+0 |
| | |||||
* | You may die now, no really. | "Steven J. Hill" | 2005-12-28 | 1 | -33/+0 |
| | |||||
* | Fix build files so that CFLAGS and ASFLAGS do not bleed over into building ↵ | "Steven J. Hill" | 2005-12-17 | 3 | -24/+25 |
| | | | | other code in the system. $!^%@!#$$ | ||||
* | Rename files do to build system limitations. | "Steven J. Hill" | 2005-12-17 | 3 | -0/+0 |
| | |||||
* | Clean-up definition and usage of h_errno to be a TLS variable. | "Steven J. Hill" | 2005-12-13 | 3 | -19/+8 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-13 | 3 | -8/+6 |
| | |||||
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 13 | -95/+113 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 3 | -6/+9 |
| | |||||
* | Finish merges from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -4/+7 |
| | |||||
* | Bring in sleep.c from trunk and update change sigaction.c for MIPS | "Steven J. Hill" | 2005-12-10 | 2 | -4/+8 |
| | | | | to call __memcpy, even though it produces a compiler warning. | ||||
* | Finish up changes for sigaction and NPTL. | "Steven J. Hill" | 2005-12-10 | 40 | -73/+109 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 9 | -8/+19 |
| | |||||
* | Fix up sigaction for NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -7/+6 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 158 | -565/+865 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -0/+180 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -68/+3 |
| |