summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"2005-06-302-60/+70
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-1210-26/+108
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-1210-39/+67
* Add more files for NPTL support."Steven J. Hill"2005-06-1213-0/+692
* Add definitions necessary for TLS compilation."Steven J. Hill"2005-06-031-5/+6
* Update structures and defines necessary to make resolver code thread"Steven J. Hill"2005-06-032-0/+43
* Update 'struct link_map' to add new fields for TLS."Steven J. Hill"2005-06-031-0/+25
* Add in function declarations and bit fields for new NPTL clone support."Steven J. Hill"2005-06-032-0/+22
* Fix up include paths for compilation in uClibc."Steven J. Hill"2005-06-033-13/+11
* Update comment blocks."Steven J. Hill"2005-06-035-23/+64
* Change system call names from glibc to uClibc."Steven J. Hill"2005-06-032-0/+16
* Remove compatibility cruft."Steven J. Hill"2005-06-031-71/+0
* Sync up with latest NPTL code from glibc and add minor"Steven J. Hill"2005-06-0315-7/+141
* Prevent the stack from being executable. This will prevent some NPTL tests"Steven J. Hill"2005-06-031-0/+22
* Add in compiling compatibility header files and header file for"Steven J. Hill"2005-06-036-0/+840
* Added top-level 'tls.h' header file for NPTL."Steven J. Hill"2005-06-031-0/+19
* Add support for '__libc_thread_freeres' to free resources stored in"Steven J. Hill"2005-06-032-0/+53
* Removal of unsupported architectures."Steven J. Hill"2005-06-0348-3153/+0
* Added new 'sysdep.h' file for MIPS. It is a complete combination of all 5,"Steven J. Hill"2005-05-261-0/+549
* The better solution is to simply change the file includes."Steven J. Hill"2005-05-262-19/+4
* Add header file for 'ld.so' definitions. It is used by both the dynamic"Steven J. Hill"2005-05-261-0/+69
* Copied 'not-cancel.h' from PowerPC architecture."Steven J. Hill"2005-05-261-60/+1
* libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c"Steven J. Hill"2005-05-26377-650/+31382
* Fix up some more NPTL stuff for header file symbolic links."Steven J. Hill"2005-05-151-1/+2
* Get rid of crud."Steven J. Hill"2005-05-151-234/+0
* There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"2005-05-143-155/+47
* Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"2005-05-141-6/+6
* Add TOPDIR prefix in front of config file when getting target architecture."Steven J. Hill"2005-05-141-1/+1
* In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"2005-05-143-88/+10
* Add missing file to the clean list."Steven J. Hill"2005-05-141-0/+1
* Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH"Steven J. Hill"2005-05-142-2/+2
* ARM1136JF-S support.Paul Mundt2005-05-132-0/+4
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-127-0/+2085
* Added new common include file for list primitives used by NPTL."Steven J. Hill"2005-05-121-0/+114
* Remove usage of 'hp-timing.h' header file which is for platforms with high"Steven J. Hill"2005-05-122-2/+0
* Put the change log back in."Steven J. Hill"2005-05-121-0/+207
* More glibc backward compatibility cruft. Oh the horror!"Steven J. Hill"2005-05-1112-131/+0
* Backwards compatability? Bhuwhahaha....you wonder why glibc is so"Steven J. Hill"2005-05-118-383/+0
* Cleanup original linuxthreads and update top-level threads makefiles."Steven J. Hill"2005-05-112-5/+2
* This file is no longer used. kill it.Eric Andersen2005-05-111-64/+0
* We already have these defined."Steven J. Hill"2005-05-111-12/+0
* Remove extraneous file."Steven J. Hill"2005-05-111-240/+0
* Remove additional test programs."Steven J. Hill"2005-05-113-1452/+0
* SHMLBA is now defined by arch dependent bits/shm.h file so removeJoakim Tjernlund2005-05-101-5/+0
* The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen2005-05-101-5/+5
* Change strptime so that it only modifies struct tm fields specified.Manuel Novoa III2005-05-101-1/+3
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-076-32/+568
* Fix trapa value for _syscall6() to conform with new sh syscall ABI.Paul Mundt2005-05-072-2/+2
* It turns out that the problem that required us to use --enable-sjlj-exceptionsEric Andersen2005-05-071-4/+1
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-07264-0/+27370