summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add more working tests."Steven J. Hill"2005-12-084-0/+382
|
* Add this test back in. It works now that sigaction stuff has been"Steven J. Hill"2005-12-081-0/+163
| | | | fixed for NPTL.
* Bring in new functions for NPTL. These are actually from glibc out of"Steven J. Hill"2005-12-084-8/+431
| | | | | the 'sysdeps/unix/sysv/linux' directory, but including the 'pthreadP.h' header to activate NPTL-specific code.
* NPTL changes for signal handling, getpid, sleep, raise and a few things"Steven J. Hill"2005-12-0817-129/+93
| | | | for new librt code. Also cleaned up the makefiles.
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-0814-43/+18
|
* Replace NPTL needed code."Steven J. Hill"2005-12-081-1/+12
|
* Merge from trunk."Steven J. Hill"2005-12-0861-552/+746
|
* Merge from trunk."Steven J. Hill"2005-12-0848-208/+342
|
* Missed a couple of files from the merge. Well, a nice wasted evening where ↵"Steven J. Hill"2005-12-062-50/+49
| | | | no development got done because I keep having to sync up. Tomorrow, I am going to start checking NPTL into mainline. I have had enough.
* Test actually does not pass. Merge from trunk."Steven J. Hill"2005-12-062-203/+46
|
* Finish up merge from trunk."Steven J. Hill"2005-12-064-10/+13
|
* More merging from trunk."Steven J. Hill"2005-12-0623-77/+81
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-06144-442/+554
|
* Merge from trunk."Steven J. Hill"2005-12-062-4/+4
|
* Remove unused source files and other extraneous glibc files. If you want to ↵"Steven J. Hill"2005-12-0612-684/+0
| | | | understand the design, go read it in the glibc stuff. uClibc is all about size, including the tarball.
* Add new working tests."Steven J. Hill"2005-12-064-0/+678
|
* Merge from trunk."Steven J. Hill"2005-12-068-98/+24
|
* Merge from trunk."Steven J. Hill"2005-12-0311-8/+26
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* The headers 'tls.h' does not get used outside of uClibc."Steven J. Hill"2005-12-021-0/+2
|
* Add in new make directives for NPTL."Steven J. Hill"2005-12-025-0/+515
|
* Final set of changes for NPTL and new build system. NPTL can now build with ↵"Steven J. Hill"2005-12-0218-772/+120
| | | | the new build system.
* Changes for NPTL and new build system."Steven J. Hill"2005-12-0213-423/+86
|
* Merge from trunk."Steven J. Hill"2005-12-0230-346/+113
|