| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the mips related fixed that got in due to the trunk merge and also add... | Khem Raj | 2008-07-09 | 3 | -1/+23 |
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL... | Carmelo Amoroso | 2008-07-09 | 2 | -16/+0 |
* | Synch with trunk: remove obsolete files | Carmelo Amoroso | 2008-07-09 | 1 | -135/+0 |
* | Sync build machinery stuff from trunk. Some more fixed for mips nptl port | Khem Raj | 2008-06-27 | 3 | -0/+34 |
* | Synch libc mips specific with trunk | Carmelo Amoroso | 2008-06-18 | 41 | -886/+1606 |
* | Fix broken syscall() function since the original patch did not work. | "Steven J. Hill" | 2007-07-12 | 1 | -2/+14 |
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+61 |
* | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+48 |
* | Well, this is everything for my NPTL implementation. The 'uClibc-nptl' branch... | "Steven J. Hill" | 2006-08-24 | 11 | -173/+397 |
* | Merge from trunk. | "Steven J. Hill" | 2006-08-23 | 1 | -15/+1 |
* | Remove files that are no longer in trunk. | "Steven J. Hill" | 2006-08-23 | 1 | -136/+0 |
* | Removal as per trunk. | "Steven J. Hill" | 2006-08-22 | 1 | -98/+0 |
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 7 | -40/+54 |
* | 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 |
* | Clean up the 'sysdep.h' header chain. Other architectures will have their own... | "Steven J. Hill" | 2006-02-05 | 6 | -322/+51 |
* | Clean up '_res' such that it will now work for, NPTL, linuxthreads and | "Steven J. Hill" | 2006-01-15 | 1 | -7/+0 |
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 5 | -26/+31 |
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 1 | -3/+0 |
* | And finally, make 'errno' and TLS variable. The TLS conversion of errno, h_er... | "Steven J. Hill" | 2006-01-05 | 1 | -1/+5 |
* | Import assembly version of 'syscall_error' so that it can be a hidden functio... | "Steven J. Hill" | 2006-01-05 | 3 | -37/+89 |
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 2 | -6/+10 |
* | Bring in sleep.c from trunk and update change sigaction.c for MIPS | "Steven J. Hill" | 2005-12-10 | 1 | -2/+2 |
* | Finish up changes for sigaction and NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -3/+4 |
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+3 |
* | Fix 'sigaction' for NPTL and other thread models. | "Steven J. Hill" | 2005-12-08 | 1 | -7/+6 |
* | Changes for NPTL and new build system. | "Steven J. Hill" | 2005-12-02 | 2 | -2/+4 |
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 3 | -88/+11 |
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 1 | -146/+0 |
* | Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well. | "Steven J. Hill" | 2005-12-01 | 1 | -21/+12 |
* | Copy from trunk. | "Steven J. Hill" | 2005-11-29 | 1 | -0/+136 |
* | Sync up with trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -1/+1 |
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 1 | -2/+7 |
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -35/+6 |
* | Sync with glibc reference tree and changes for uClibc thus far. | "Steven J. Hill" | 2005-11-16 | 1 | -0/+3 |
* | Update signal handlers for NPTL. | "Steven J. Hill" | 2005-11-16 | 1 | -28/+22 |
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+46 |
* | Only include 'regdef.h' when using assembly code. Your character has | "Steven J. Hill" | 2005-10-29 | 1 | -0/+2 |
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e... | "Steven J. Hill" | 2005-10-04 | 1 | -8/+4 |
* | Big, huge fricking merge. Peter, if you touch the build system again I'm goin... | "Steven J. Hill" | 2005-10-04 | 1 | -5/+9 |
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a... | "Steven J. Hill" | 2005-09-24 | 1 | -1/+1 |
* | Cleaned up 'sysdep.h' file madness. | "Steven J. Hill" | 2005-09-13 | 3 | -627/+259 |
* | Fix 'vfork' for MIPS. The SAVE_PID and RESTORE_PID macros should not be in th... | "Steven J. Hill" | 2005-09-06 | 1 | -29/+0 |
* | Fix cloberring of errno value. | "Steven J. Hill" | 2005-09-03 | 1 | -0/+3 |
* | Import latest 'clone' and 'vfork' functions from glibc. These have been teste... | "Steven J. Hill" | 2005-09-03 | 5 | -57/+141 |
* | Finally, all of the makefiles that make the magic happen. These changes allow... | "Steven J. Hill" | 2005-08-09 | 1 | -18/+1 |
* | Compile cleanups for NPTL support. | "Steven J. Hill" | 2005-08-09 | 1 | -0/+4 |
* | Merge with latest changes from the trunk. | "Steven J. Hill" | 2005-08-04 | 5 | -8/+57 |
* | Properly link in needed TLS functions for the static C library. Added the new... | "Steven J. Hill" | 2005-07-31 | 1 | -0/+17 |