summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
* Copy from trunk."Steven J. Hill"2006-02-2341-0/+3228
|
* Merge from trunk."Steven J. Hill"2006-02-151-4/+2
|
* Merge from trunk."Steven J. Hill"2006-02-142-44/+32
|
* Copy from trunk."Steven J. Hill"2006-02-131-0/+41
|
* 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-055-24/+246
| | | | and SIGSETXID.
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-059-374/+53
| | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it.
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-153-24/+17
| | | | | even no threads. Fix 'pthread_atfork' function and clean up duplicate of '__set_errno' that is not needed.
* Get rid of more glibc NPTL symbol and alias madness. Also disable usage of"Steven J. Hill"2006-01-142-0/+9
| | | | | | '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
|
* 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-07368-5745/+6738
|
* 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
|
* Merge from trunk."Steven J. Hill"2006-01-061-3/+0
|
* And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵"Steven J. Hill"2006-01-054-14/+35
| | | | 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-052-34/+67
| | | | 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-052-5/+3
| | | | 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.
* Merge from trunk."Steven J. Hill"2006-01-051-1/+0
|
* Import assembly version of 'syscall_error' so that it can be a hidden ↵"Steven J. Hill"2006-01-053-37/+89
| | | | function and NPTL can include as well.
* Merge from trunk."Steven J. Hill"2006-01-051-1/+1
|
* Clean-up definition and usage of h_errno to be a TLS variable."Steven J. Hill"2005-12-132-1/+6
|
* Merge from trunk."Steven J. Hill"2005-12-132-8/+4
|
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-1010-90/+106
|
* Merge from trunk."Steven J. Hill"2005-12-101-4/+4
|
* 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-10151-482/+788
|
* Copy from trunk."Steven J. Hill"2005-12-102-0/+180
|
* Merge from trunk."Steven J. Hill"2005-12-102-68/+3
|
* NPTL changes for signal handling, getpid, sleep, raise and a few things"Steven J. Hill"2005-12-084-24/+13
| | | | for new librt code. Also cleaned up the makefiles.
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-0812-38/+14
|
* 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-0842-152/+318
|
* Test actually does not pass. Merge from trunk."Steven J. Hill"2005-12-061-40/+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-0311-8/+26
|