summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-091-11/+11
|
* Disable deprecated stuff in new linuxthreadsPeter S. Mazinger2006-02-131-2/+4
|
* initial import of latest linuxthreadsMike Frysinger2006-01-311-0/+467
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-151-214/+0
| | | | of latest glibc version
* revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to ↵Mike Frysinger2005-11-151-336/+31
| | | | import glibc updates) while keeping the few bugfixes ... idea is to keep both old and new linuxthreads around so we can hack on the new version while delivering the old stable version to end users
* sync with glibc and macro out the strong_alias/versioned-symbols to cut down ↵Mike Frysinger2005-09-091-22/+262
| | | | on the diffs
* import pthread_attr_{get,set}stack functions from glibc along with a few ↵Mike Frysinger2005-09-081-11/+76
| | | | attr fixes
* Patch from Peter S. Mazinger to fix some leftover problemsEric Andersen2003-06-021-1/+1
| | | | from converting "PIC" to "__PIC__"
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
| | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+214
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik