Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final set of changes for NPTL and new build system. NPTL can now build with ↵ | "Steven J. Hill" | 2005-12-02 | 1 | -80/+9 |
| | | | | the new build system. | ||||
* | Sync with glibc reference tree and changes for uClibc thus far. | "Steven J. Hill" | 2005-11-16 | 1 | -12/+25 |
| | |||||
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -22/+32 |
| | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
* | Add in calls needed for TLS setup for statically linked applications. A call ↵ | "Steven J. Hill" | 2005-08-30 | 1 | -1/+3 |
| | | | | is made to '_dl_aux_init' which is defined in 'dl-support.c' to set up TLS variables before '__uClibc_init' gets called. | ||||
* | Finally, all of the makefiles that make the magic happen. These changes ↵ | "Steven J. Hill" | 2005-08-09 | 1 | -13/+33 |
| | | | | allow for uClibc to build for NPTL support without breaking the old linuxthreads model. Let the testing begin. | ||||
* | Fixed up 'clean' target for latest NPTL changes and modified include | "Steven J. Hill" | 2005-06-12 | 1 | -20/+34 |
| | | | | | dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads. | ||||
* | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | 2005-05-07 | 1 | -0/+25 |
consult the 'README.NPTL' file. |