Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove asynchronous I/O files, which we do not support as well as unused ↵ | "Steven J. Hill" | 2006-02-05 | 3 | -126/+0 | |
| | | | | MIPS header file. | |||||
* | Rename files and create symbolic links for the thread library versions. Add ↵ | "Steven J. Hill" | 2006-02-05 | 6 | -2/+107 | |
| | | | | in new files from glibc and update makefile for all of the changes. | |||||
* | Remove compatibility files. | "Steven J. Hill" | 2006-02-05 | 2 | -207/+0 | |
| | ||||||
* | Rename file. | "Steven J. Hill" | 2006-02-05 | 1 | -0/+0 | |
| | ||||||
* | Rename file. | "Steven J. Hill" | 2006-02-05 | 1 | -0/+0 | |
| | ||||||
* | Remove backwards compatibility functions. Suck it up and like it. | "Steven J. Hill" | 2006-02-05 | 6 | -319/+0 | |
| | ||||||
* | Clean up failing and passing tests. | "Steven J. Hill" | 2006-02-05 | 5 | -422/+197 | |
| | ||||||
* | Add building of support object(s). | "Steven J. Hill" | 2006-01-22 | 1 | -1/+1 | |
| | ||||||
* | Add another 12 tests that pass as well as the Makefile. Only 23 tests | "Steven J. Hill" | 2006-01-21 | 13 | -0/+1737 | |
| | | | | are remaining. | |||||
* | Add another 72 NPTL tests that pass. Only 43 more to go. Rock on. | "Steven J. Hill" | 2006-01-17 | 72 | -0/+8765 | |
| | ||||||
* | 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 | |
| |