summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Copy from trunk."Steven J. Hill"2006-02-131-0/+682
|
* Bringe in usage of 'uClibc_arch_features.h' for MIPS."Steven J. Hill"2006-02-131-0/+1
|
* Copy from trunk."Steven J. Hill"2006-02-131-0/+41
|
* Add another 5 tests that pass leaving us with 14 to go. The best part is ↵"Steven J. Hill"2006-02-116-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-097-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-0545-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-051-12/+3
|
* Clean up warnings and cruft."Steven J. Hill"2006-02-054-8/+2
|
* Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER ↵"Steven J. Hill"2006-02-0510-136/+254
| | | | and SIGSETXID.
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-0512-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-051-0/+60
|
* Remove debug code, sheesh."Steven J. Hill"2006-02-052-5/+0
|
* Clean up NPTL thread C library support files and simplify build process."Steven J. Hill"2006-02-0516-18/+48
|
* Remove usage of 'libc-symbols.h'."Steven J. Hill"2006-02-051-1/+1
|
* Add in files and necessary make targets to autogenerate header files for ↵"Steven J. Hill"2006-02-0512-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-053-7/+2
| | | | Hooray.
* Update for file renaming."Steven J. Hill"2006-02-051-2/+2
|
* Use the correct strip command."Steven J. Hill"2006-02-051-1/+1
|
* Fix up warning in test and clean up makefile."Steven J. Hill"2006-02-052-8/+9
|
* Remove asynchronous I/O files, which we do not support as well as unused ↵"Steven J. Hill"2006-02-053-126/+0
| | | | MIPS header file.
* Rename files and create symbolic links for the thread library versions. Add ↵"Steven J. Hill"2006-02-056-2/+107
| | | | in new files from glibc and update makefile for all of the changes.
* Remove compatibility files."Steven J. Hill"2006-02-052-207/+0
|
* Rename file."Steven J. Hill"2006-02-051-0/+0
|
* Rename file."Steven J. Hill"2006-02-051-0/+0
|
* Remove backwards compatibility functions. Suck it up and like it."Steven J. Hill"2006-02-056-319/+0
|
* Clean up failing and passing tests."Steven J. Hill"2006-02-055-422/+197
|
* Add building of support object(s)."Steven J. Hill"2006-01-221-1/+1
|
* Add another 12 tests that pass as well as the Makefile. Only 23 tests"Steven J. Hill"2006-01-2113-0/+1737
| | | | are remaining.
* Add another 72 NPTL tests that pass. Only 43 more to go. Rock on."Steven J. Hill"2006-01-1772-0/+8765
|
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-158-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-1532-0/+4502
|
* Remove invalid test. This test will not pass on uClibc because we are not"Steven J. Hill"2006-01-143-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-1426-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-145-26/+31
|
* Merge from trunk."Steven J. Hill"2006-01-1482-291/+360
|
* Merge from trunk."Steven J. Hill"2006-01-141-8993/+0
|
* Merge from trunk."Steven J. Hill"2006-01-143-19/+82
|
* Rename file."Steven J. Hill"2006-01-141-0/+0
|
* Copy from trunk."Steven J. Hill"2006-01-121-0/+87
|
* Copy from trunk."Steven J. Hill"2006-01-121-0/+208
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-07370-5746/+6753
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+40
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+70
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+346
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+873
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+32
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+145
|
* Copy from trunk."Steven J. Hill"2006-01-071-0/+61
|
* Merge from trunk."Steven J. Hill"2006-01-065-34/+101
|
* Disable include of 'tls.h' if not using NPTL."Steven J. Hill"2006-01-061-1/+1
|