Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 41 | -0/+3228 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-15 | 1 | -4/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-14 | 2 | -44/+32 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+41 |
| | |||||
* | Fix RPC thread key usage. | "Steven J. Hill" | 2006-02-05 | 1 | -12/+3 |
| | |||||
* | Clean up warnings and cruft. | "Steven J. Hill" | 2006-02-05 | 4 | -8/+2 |
| | |||||
* | Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER ↵ | "Steven J. Hill" | 2006-02-05 | 5 | -24/+246 |
| | | | | and SIGSETXID. | ||||
* | Clean up the 'sysdep.h' header chain. Other architectures will have their ↵ | "Steven J. Hill" | 2006-02-05 | 9 | -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-15 | 3 | -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-14 | 2 | -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-14 | 5 | -26/+31 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 82 | -291/+360 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-12 | 1 | -0/+87 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-12 | 1 | -0/+208 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 368 | -5745/+6738 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+40 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+70 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+346 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+873 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+32 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+145 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 1 | -3/+0 |
| | |||||
* | And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵ | "Steven J. Hill" | 2006-01-05 | 4 | -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-05 | 2 | -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-05 | 2 | -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-05 | 1 | -1/+0 |
| | |||||
* | Import assembly version of 'syscall_error' so that it can be a hidden ↵ | "Steven J. Hill" | 2006-01-05 | 3 | -37/+89 |
| | | | | function and NPTL can include as well. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Clean-up definition and usage of h_errno to be a TLS variable. | "Steven J. Hill" | 2005-12-13 | 2 | -1/+6 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-13 | 2 | -8/+4 |
| | |||||
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 10 | -90/+106 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -4/+4 |
| | |||||
* | Finish merges from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -4/+7 |
| | |||||
* | Bring in sleep.c from trunk and update change sigaction.c for MIPS | "Steven J. Hill" | 2005-12-10 | 2 | -4/+8 |
| | | | | to call __memcpy, even though it produces a compiler warning. | ||||
* | Finish up changes for sigaction and NPTL. | "Steven J. Hill" | 2005-12-10 | 40 | -73/+109 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 9 | -8/+19 |
| | |||||
* | Fix up sigaction for NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -7/+6 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 151 | -482/+788 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -0/+180 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -68/+3 |
| | |||||
* | NPTL changes for signal handling, getpid, sleep, raise and a few things | "Steven J. Hill" | 2005-12-08 | 4 | -24/+13 |
| | | | | for new librt code. Also cleaned up the makefiles. | ||||
* | Fix 'sigaction' for NPTL and other thread models. | "Steven J. Hill" | 2005-12-08 | 12 | -38/+14 |
| | |||||
* | Replace NPTL needed code. | "Steven J. Hill" | 2005-12-08 | 1 | -1/+12 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 61 | -552/+746 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 42 | -152/+318 |
| | |||||
* | Test actually does not pass. Merge from trunk. | "Steven J. Hill" | 2005-12-06 | 1 | -40/+46 |
| | |||||
* | Finish up merge from trunk. | "Steven J. Hill" | 2005-12-06 | 4 | -10/+13 |
| | |||||
* | More merging from trunk. | "Steven J. Hill" | 2005-12-06 | 23 | -77/+81 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 144 | -442/+554 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-03 | 11 | -8/+26 |
| |