summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Move 'extend_alloca' so that it is usable by pthreads also."Steven J. Hill"2006-01-061-30/+31
|
* Merge from trunk with NPTL change."Steven J. Hill"2006-01-061-33/+0
|
* Merge from trunk."Steven J. Hill"2006-01-0645-245/+544
|
* Merge from trunk with my TLS change."Steven J. Hill"2006-01-061-34/+269
|
* Merge from trunk."Steven J. Hill"2006-01-0625-1999/+483
|
* And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵"Steven J. Hill"2006-01-055-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-053-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-054-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-056-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-051-1/+0
|
* Fix a makefile and add new working NPTL test for new TLS resolver code."Steven J. Hill"2006-01-054-1/+95
|
* Import assembly version of 'syscall_error' so that it can be a hidden ↵"Steven J. Hill"2006-01-055-38/+95
| | | | function and NPTL can include as well.
* Merge from trunk."Steven J. Hill"2006-01-051-1/+1
|
* Remove extraneous file."Steven J. Hill"2006-01-051-1/+0
|
* You may die now, no really."Steven J. Hill"2005-12-281-33/+0
|
* Fix build files so that CFLAGS and ASFLAGS do not bleed over into building ↵"Steven J. Hill"2005-12-173-24/+25
| | | | other code in the system. $!^%@!#$$
* Rename files do to build system limitations."Steven J. Hill"2005-12-173-0/+0
|
* Clean-up definition and usage of h_errno to be a TLS variable."Steven J. Hill"2005-12-133-19/+8
|
* Merge from trunk."Steven J. Hill"2005-12-133-8/+6
|