summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-20256-25236/+9
* 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
* Haha. I caught it before you did."Steven J. Hill"2005-05-071-2/+2
* Add in configuration item and Makefile changes for NPTL. We will be"Steven J. Hill"2005-05-072-0/+29
* Fix platform URLs, though I'm sure rmk has enjoyed the extra traffic..Paul Mundt2005-05-031-4/+2
* Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ...Manuel Novoa III2005-05-021-2/+12
* Fix __sigprocmask weak symbol resolution with gcc4.Paul Mundt2005-05-022-1/+2
* SH-4 has nommu variants, whereas SH-3 does not.Paul Mundt2005-05-021-1/+0
* Move sh64 to its own config so we don't crap up the sh one..Paul Mundt2005-05-023-9/+61
* Add sh2a support.Paul Mundt2005-05-022-1/+13
* On mips, gdb explicitly looks for the symbol "__dl_runtime_resolve" so changeEric Andersen2005-05-013-11/+11
* Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen2005-04-281-66/+117
* Cleanup error case a bitEric Andersen2005-04-281-8/+8
* This might actually now be thread safe, assuming I havn't broken it.Eric Andersen2005-04-281-20/+27
* trim trailing whitespaceEric Andersen2005-04-281-26/+26
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-286-46/+161
* Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt2005-04-281-4/+6
* The list of source files was just too much. Especially trying to keepPeter Kjellerstedt2005-04-281-42/+8
* Get rid of extern references to ldso variables."Steven J. Hill"2005-04-272-4/+2
* Simplify PERFORM_BOOTSTRAP_RELOC() default path.Paul Mundt2005-04-272-16/+0
* mq_* interfaces are available in librt, remove from unimplemented list.Paul Mundt2005-04-271-1/+0
* GCC-4.1.0 doesn't like it when you reference 'extern' one place and then try"Steven J. Hill"2005-04-271-2/+2
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-2413-34/+427
* Fix dlopen to handle circular dependency libs. Wouldn't surprise me if someth...Joakim Tjernlund2005-04-231-5/+18