summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sysdep.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-051-307/+36
| | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it.
* Only include 'regdef.h' when using assembly code. Your character has"Steven J. Hill"2005-10-291-0/+2
| | | | gained +1 idiot experience points.
* Cleaned up 'sysdep.h' file madness."Steven J. Hill"2005-09-131-75/+259
|
* Import latest 'clone' and 'vfork' functions from glibc. These have been ↵"Steven J. Hill"2005-09-031-0/+7
| | | | tested with the 'linuxthreads' thread model and normal uClibc using the included test suite. This puts me very close to having static NPTL applications working.
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-528/+112
| | | | new on the NPTL stuff other than cleaning a few things up.
* Big set of various patches to get the NPTL libraries to build and link."Steven J. Hill"2005-07-221-1/+0
|
* Update comment blocks."Steven J. Hill"2005-06-031-9/+9
|
* Added new 'sysdep.h' file for MIPS. It is a complete combination of all 5,"Steven J. Hill"2005-05-261-0/+549
yes 5, 'sysdep.h' files present in the glibc tree. I am adding cleaning up of this file to my ToDo list.