Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another 11 tests pass with only 3 more to go. One of them uses a system call ↵ | "Steven J. Hill" | 2006-02-14 | 12 | -6/+1711 |
| | | | | that I have not implemented cancellation points for and the other two should not take me long. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-14 | 2 | -44/+32 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+682 |
| | |||||
* | Bringe in usage of 'uClibc_arch_features.h' for MIPS. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+1 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+41 |
| | |||||
* | Add another 5 tests that pass leaving us with 14 to go. The best part is ↵ | "Steven J. Hill" | 2006-02-11 | 6 | -3/+377 |
| | | | | that I know why the other 14 are failing.....mhuwhahahahahah.... | ||||
* | 6 more tests pass with only 19 to go. I am only a third of the way through ↵ | "Steven J. Hill" | 2006-02-09 | 7 | -1/+833 |
| | | | | implementing the asynchronous cancellation points, but I am definitely on the track to completion of NPTL. | ||||
* | Get rid of versioning and shared library compatibility code. We want to ↵ | "Steven J. Hill" | 2006-02-05 | 45 | -629/+69 |
| | | | | start with as clean of a slate as possible. Whip me, beat me, make me shrink the code. | ||||
* | Fix RPC thread key usage. | "Steven J. Hill" | 2006-02-05 | 1 | -12/+3 |
| | |||||
* | Clean up warnings and cruft. | "Steven J. Hill" | 2006-02-05 | 4 | -8/+2 |
| | |||||
* | Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER ↵ | "Steven J. Hill" | 2006-02-05 | 10 | -136/+254 |
| | | | | and SIGSETXID. | ||||
* | Clean up the 'sysdep.h' header chain. Other architectures will have their ↵ | "Steven J. Hill" | 2006-02-05 | 12 | -374/+543 |
| | | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it. | ||||
* | Add in new file associated with asynchronous cancellation points. | "Steven J. Hill" | 2006-02-05 | 1 | -0/+60 |
| | |||||
* | Remove debug code, sheesh. | "Steven J. Hill" | 2006-02-05 | 2 | -5/+0 |
| | |||||
* | Clean up NPTL thread C library support files and simplify build process. | "Steven J. Hill" | 2006-02-05 | 16 | -18/+48 |
| | |||||
* | Remove usage of 'libc-symbols.h'. | "Steven J. Hill" | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | Add in files and necessary make targets to autogenerate header files for ↵ | "Steven J. Hill" | 2006-02-05 | 12 | -54/+258 |
| | | | | various offsets needed for TLS storage access and low level locking which be used by architectures other than MIPS. (HINT: maybe I'm working other architectures for NPTL, maybe I'm not. I'll never tell.) | ||||
* | Remove remaining usage of the NPTL 'compat' compatiblity files directory. ↵ | "Steven J. Hill" | 2006-02-05 | 3 | -7/+2 |
| | | | | Hooray. | ||||
* | Update for file renaming. | "Steven J. Hill" | 2006-02-05 | 1 | -2/+2 |
| | |||||
* | Use the correct strip command. | "Steven J. Hill" | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | Fix up warning in test and clean up makefile. | "Steven J. Hill" | 2006-02-05 | 2 | -8/+9 |
| | |||||
* | 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 |
| |