summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from trunk."Steven J. Hill"2006-02-28249-2262/+5346
|
* Merge from trunk."Steven J. Hill"2006-02-285-74/+71
|
* Merge from trunk."Steven J. Hill"2006-02-2889-1957/+2000
|
* Merge from trunk."Steven J. Hill"2006-02-27121-1568/+2432
|
* Merge from trunk."Steven J. Hill"2006-02-2712-161/+442
|
* Copy from trunk."Steven J. Hill"2006-02-271-0/+33
|
* Copy from trunk."Steven J. Hill"2006-02-271-0/+58
|
* Copy from trunk."Steven J. Hill"2006-02-271-0/+29
|
* Merge from trunk."Steven J. Hill"2006-02-2624-689/+841
|
* Merge from trunk."Steven J. Hill"2006-02-261-0/+2280
|
* Merge from trunk."Steven J. Hill"2006-02-2626-169/+123
|
* Merge from trunk."Steven J. Hill"2006-02-26132-4715/+3024
|
* Merge from trunk."Steven J. Hill"2006-02-261-1/+3
|
* Merge from trunk."Steven J. Hill"2006-02-2539-1231/+2009
|
* Merge from trunk."Steven J. Hill"2006-02-2537-157/+418
|
* Copy from trunk."Steven J. Hill"2006-02-251-0/+110
|
* Grrr."Steven J. Hill"2006-02-251-0/+18
|
* Merge from trunk."Steven J. Hill"2006-02-2543-405/+447
|
* More merging from trunk."Steven J. Hill"2006-02-254-43/+35
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-25577-5045/+9448
|
* Merge from trunk."Steven J. Hill"2006-02-2520-308/+105
|
* Copy from trunk."Steven J. Hill"2006-02-231-0/+26
|
* Copy from trunk."Steven J. Hill"2006-02-231-0/+21
|
* Copy from trunk."Steven J. Hill"2006-02-2341-0/+3228
|
* Merge from trunk."Steven J. Hill"2006-02-2340-359/+657
|
* Copy from trunk."Steven J. Hill"2006-02-23373-0/+24456
|
* Final 2 tests pass for NPTL. YEEEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA."Steven J. Hill"2006-02-193-2/+206
|
* Another test passes now that 'system' is cancellable."Steven J. Hill"2006-02-172-1/+212
|
* Merge from trunk."Steven J. Hill"2006-02-151-4/+2
|
* Another 11 tests pass with only 3 more to go. One of them uses a system call ↵"Steven J. Hill"2006-02-1412-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-142-44/+32
|
* Copy from trunk."Steven J. Hill"2006-02-131-0/+682
|
* Bringe in usage of 'uClibc_arch_features.h' for MIPS."Steven J. Hill"2006-02-131-0/+1
|
* Copy from trunk."Steven J. Hill"2006-02-131-0/+41
|
* Add another 5 tests that pass leaving us with 14 to go. The best part is ↵"Steven J. Hill"2006-02-116-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-097-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-0545-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-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-0510-136/+254
| | | | and SIGSETXID.
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-0512-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-051-0/+60
|
* Remove debug code, sheesh."Steven J. Hill"2006-02-052-5/+0
|
* Clean up NPTL thread C library support files and simplify build process."Steven J. Hill"2006-02-0516-18/+48
|
* Remove usage of 'libc-symbols.h'."Steven J. Hill"2006-02-051-1/+1
|
* Add in files and necessary make targets to autogenerate header files for ↵"Steven J. Hill"2006-02-0512-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-053-7/+2
| | | | Hooray.
* Update for file renaming."Steven J. Hill"2006-02-051-2/+2
|
* Use the correct strip command."Steven J. Hill"2006-02-051-1/+1
|
* Fix up warning in test and clean up makefile."Steven J. Hill"2006-02-052-8/+9
|