summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-1013-95/+113
|
* Merge from trunk."Steven J. Hill"2005-12-103-6/+9
|
* Finish merges from trunk."Steven J. Hill"2005-12-102-4/+7
|
* Bring in sleep.c from trunk and update change sigaction.c for MIPS"Steven J. Hill"2005-12-102-4/+8
| | | | to call __memcpy, even though it produces a compiler warning.
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-12-1040-73/+109
|
* Merge from trunk."Steven J. Hill"2005-12-109-8/+19
|
* Fix up sigaction for NPTL."Steven J. Hill"2005-12-101-7/+6
|
* Merge from trunk."Steven J. Hill"2005-12-10158-565/+865
|
* Copy from trunk."Steven J. Hill"2005-12-102-0/+180
|
* Merge from trunk."Steven J. Hill"2005-12-102-68/+3
|