Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 249 | -2262/+5346 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 5 | -74/+71 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 89 | -1957/+2000 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 121 | -1568/+2432 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 12 | -161/+442 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-27 | 1 | -0/+33 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-27 | 1 | -0/+58 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-27 | 1 | -0/+29 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 24 | -689/+841 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 1 | -0/+2280 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 26 | -169/+123 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 132 | -4715/+3024 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 1 | -1/+3 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 39 | -1231/+2009 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 37 | -157/+418 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-25 | 1 | -0/+110 | |
| | ||||||
* | Grrr. | "Steven J. Hill" | 2006-02-25 | 1 | -0/+18 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 43 | -405/+447 | |
| | ||||||
* | More merging from trunk. | "Steven J. Hill" | 2006-02-25 | 4 | -43/+35 | |
| | ||||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 577 | -5045/+9448 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 20 | -308/+105 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 1 | -0/+26 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 1 | -0/+21 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 41 | -0/+3228 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-23 | 40 | -359/+657 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 373 | -0/+24456 | |
| | ||||||
* | Final 2 tests pass for NPTL. YEEEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA. | "Steven J. Hill" | 2006-02-19 | 3 | -2/+206 | |
| | ||||||
* | Another test passes now that 'system' is cancellable. | "Steven J. Hill" | 2006-02-17 | 2 | -1/+212 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-15 | 1 | -4/+2 | |
| | ||||||
* | Another 11 tests pass with only 3 more to go. One of them uses a system call ↵ | "Steven J. Hill" | 2006-02-14 | 12 | -6/+1711 | |
| | | | | that I have not implemented cancellation points for and the other two should not take me long. | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-14 | 2 | -44/+32 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+682 | |
| | ||||||
* | Bringe in usage of 'uClibc_arch_features.h' for MIPS. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+1 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-13 | 1 | -0/+41 | |
| | ||||||
* | Add another 5 tests that pass leaving us with 14 to go. The best part is ↵ | "Steven J. Hill" | 2006-02-11 | 6 | -3/+377 | |
| | | | | that I know why the other 14 are failing.....mhuwhahahahahah.... | |||||
* | 6 more tests pass with only 19 to go. I am only a third of the way through ↵ | "Steven J. Hill" | 2006-02-09 | 7 | -1/+833 | |
| | | | | implementing the asynchronous cancellation points, but I am definitely on the track to completion of NPTL. | |||||
* | Get rid of versioning and shared library compatibility code. We want to ↵ | "Steven J. Hill" | 2006-02-05 | 45 | -629/+69 | |
| | | | | start with as clean of a slate as possible. Whip me, beat me, make me shrink the code. | |||||
* | 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 | 10 | -136/+254 | |
| | | | | and SIGSETXID. | |||||
* | Clean up the 'sysdep.h' header chain. Other architectures will have their ↵ | "Steven J. Hill" | 2006-02-05 | 12 | -374/+543 | |
| | | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it. | |||||
* | Add in new file associated with asynchronous cancellation points. | "Steven J. Hill" | 2006-02-05 | 1 | -0/+60 | |
| | ||||||
* | Remove debug code, sheesh. | "Steven J. Hill" | 2006-02-05 | 2 | -5/+0 | |
| | ||||||
* | Clean up NPTL thread C library support files and simplify build process. | "Steven J. Hill" | 2006-02-05 | 16 | -18/+48 | |
| | ||||||
* | Remove usage of 'libc-symbols.h'. | "Steven J. Hill" | 2006-02-05 | 1 | -1/+1 | |
| | ||||||
* | Add in files and necessary make targets to autogenerate header files for ↵ | "Steven J. Hill" | 2006-02-05 | 12 | -54/+258 | |
| | | | | various offsets needed for TLS storage access and low level locking which be used by architectures other than MIPS. (HINT: maybe I'm working other architectures for NPTL, maybe I'm not. I'll never tell.) | |||||
* | Remove remaining usage of the NPTL 'compat' compatiblity files directory. ↵ | "Steven J. Hill" | 2006-02-05 | 3 | -7/+2 | |
| | | | | Hooray. | |||||
* | Update for file renaming. | "Steven J. Hill" | 2006-02-05 | 1 | -2/+2 | |
| | ||||||
* | Use the correct strip command. | "Steven J. Hill" | 2006-02-05 | 1 | -1/+1 | |
| | ||||||
* | Fix up warning in test and clean up makefile. | "Steven J. Hill" | 2006-02-05 | 2 | -8/+9 | |
| |