Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new tests for POSIX timers and message queues. | "Steven J. Hill" | 2006-08-18 | 21 | -0/+5234 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 1 | -39/+83 |
| | |||||
* | Need another include. | "Steven J. Hill" | 2006-06-22 | 1 | -1/+2 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-06-19 | 21 | -0/+5269 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-06-19 | 16 | -0/+1371 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 1 | -125/+9 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Remove remaining usage of the NPTL 'compat' compatiblity files directory. ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -2/+0 |
| | | | | Hooray. | ||||
* | 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 |
| | |||||
* | Clean up failing and passing tests. | "Steven J. Hill" | 2006-02-05 | 5 | -422/+197 |
| | |||||
* | Add building of support object(s). | "Steven J. Hill" | 2006-01-22 | 1 | -1/+1 |
| | |||||
* | Add another 12 tests that pass as well as the Makefile. Only 23 tests | "Steven J. Hill" | 2006-01-21 | 13 | -0/+1737 |
| | | | | are remaining. | ||||
* | Add another 72 NPTL tests that pass. Only 43 more to go. Rock on. | "Steven J. Hill" | 2006-01-17 | 72 | -0/+8765 |
| | |||||
* | Add more NPTL tests that pass. No applause please...no stop...you're too kind. | "Steven J. Hill" | 2006-01-15 | 32 | -0/+4502 |
| | |||||
* | Remove invalid test. This test will not pass on uClibc because we are not | "Steven J. Hill" | 2006-01-14 | 3 | -93/+0 |
| | | | | concerned about backwards compatibility of the resolver code. | ||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+61 |
| | |||||
* | Fix a makefile and add new working NPTL test for new TLS resolver code. | "Steven J. Hill" | 2006-01-05 | 4 | -1/+95 |
| | |||||
* | Add more working tests. | "Steven J. Hill" | 2005-12-08 | 4 | -0/+382 |
| | |||||
* | Add this test back in. It works now that sigaction stuff has been | "Steven J. Hill" | 2005-12-08 | 1 | -0/+163 |
| | | | | fixed for NPTL. | ||||
* | Test actually does not pass. Merge from trunk. | "Steven J. Hill" | 2005-12-06 | 1 | -163/+0 |
| | |||||
* | Add new working tests. | "Steven J. Hill" | 2005-12-06 | 4 | -0/+678 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 2 | -22/+19 |
| | |||||
* | Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵ | "Steven J. Hill" | 2005-11-29 | 1 | -7/+2 |
| | | | | the new build system. I have probably another 300 and some files to go *sigh*. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2005-11-17 | 2 | -2/+10 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -0/+76 |
| | |||||
* | Add first set of passing tests for NPTL. | "Steven J. Hill" | 2005-11-16 | 28 | -0/+2495 |
| | |||||
* | Clean up -O optimizations for MIPS and fix libcrypt Makefile temporarily. | "Steven J. Hill" | 2005-11-16 | 1 | -0/+4 |
| | |||||
* | Update makefile to add new NPTL tests and fix two tests for usage with uClibc. | "Steven J. Hill" | 2005-11-06 | 3 | -2/+76 |
| | |||||
* | Add test skeleton for TLS and NPTL tests. It is straight from glibc | "Steven J. Hill" | 2005-11-01 | 1 | -0/+380 |
| | | | | with no changes. | ||||
* | Add TLS test suite for testing TLS relocation functionality in the dynamic ↵ | "Steven J. Hill" | 2005-10-30 | 41 | -0/+2800 |
| | | | | loader. Make sure your read the README file before asking any questions, and then read it again. | ||||
* | Do not add entries: pthread, dlopen, tls to ALL_SUBDIRS unless thos | "Steven J. Hill" | 2005-10-29 | 1 | -1/+6 |
| | | | | | features are actually enabled. Add 'tls' as a new test suite in the Makefile. | ||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -1/+0 |
| | | | | going to smash your keyboard. | ||||
* | Merge with trunk. "So do that funky merge whiiite boy..." | "Steven J. Hill" | 2005-09-13 | 2 | -8/+58 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-09-01 | 1 | -0/+31 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-08-18 | 1 | -2/+1 |
| | |||||
* | Merge/sync with trunk. | "Steven J. Hill" | 2005-08-17 | 4 | -1/+86 |
| | |||||
* | More merges with main trunk. | "Steven J. Hill" | 2005-07-30 | 3 | -14/+32 |
| | |||||
* | Hopefully this will work. | "Steven J. Hill" | 2005-07-25 | 4 | -9/+153 |
| | |||||
* | Crap. | "Steven J. Hill" | 2005-07-25 | 1 | -0/+9 |
| | |||||
* | Help. | "Steven J. Hill" | 2005-07-25 | 1 | -0/+59 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-07-23 | 35 | -886/+423 |
| | |||||
* | no more cvs | Mike Frysinger | 2005-02-12 | 20 | -167/+0 |
| | |||||
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 2 | -5/+5 |
| | |||||
* | Add ldflags where needed | Eric Andersen | 2004-01-03 | 1 | -7/+7 |
| | |||||
* | A useful/useless little malloc time test | Eric Andersen | 2004-01-02 | 1 | -0/+62 |
| |