summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Finally, all of the makefiles that make the magic happen. These changes allow..."Steven J. Hill"2005-08-092-26/+9
* Compile cleanups for NPTL support."Steven J. Hill"2005-08-093-4/+18
* In reality, the futex support that was originally added was only for STDIO op..."Steven J. Hill"2005-08-0910-22/+28
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes m..."Steven J. Hill"2005-08-092-0/+13
* Merge from trunk, again."Steven J. Hill"2005-08-094-92/+74
* Merge from trunk."Steven J. Hill"2005-08-094-48/+21
* Merge with latest changes from the trunk."Steven J. Hill"2005-08-046-10/+59
* Properly link in needed TLS functions for the static C library. Added the new..."Steven J. Hill"2005-07-312-0/+23
* Disable compilation of 'thread-freeres.c' until we sort out the start"Steven J. Hill"2005-07-311-4/+4
* Add function '__libc_fatal' for NPTL."Steven J. Hill"2005-07-311-0/+3
* Add function '__libc_fatal' for NPTL."Steven J. Hill"2005-07-311-0/+196
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-309-608/+213
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-3037-552/+725
* Add new file."Steven J. Hill"2005-07-301-0/+550
* Merge mania continues..."Steven J. Hill"2005-07-305-63/+447
* More merges with main trunk."Steven J. Hill"2005-07-307-7/+294
* Merge remaining architecture stuff that does not effect MIPS."Steven J. Hill"2005-07-2611-30/+812
* Test of my merge script."Steven J. Hill"2005-07-251-0/+89
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we wi..."Steven J. Hill"2005-07-2559-1371/+568
* Big set of various patches to get the NPTL libraries to build and link."Steven J. Hill"2005-07-221-1/+0
* Add in MIPS-specific implementation of 'vfork' and clean up other files in NP..."Steven J. Hill"2005-07-221-0/+100
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-222-32/+13
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-229-1/+112
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-226-12/+10
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-123-18/+46
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-126-18/+10
* Update structures and defines necessary to make resolver code thread"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-031-0/+16
* Update comment blocks."Steven J. Hill"2005-06-031-9/+9
* Add support for '__libc_thread_freeres' to free resources stored in"Steven J. Hill"2005-06-032-0/+53
* Added new 'sysdep.h' file for MIPS. It is a complete combination of all 5,"Steven J. Hill"2005-05-261-0/+549
* libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c"Steven J. Hill"2005-05-267-62/+117
* 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-141-142/+0
* Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"2005-05-141-6/+6
* Add missing file to the clean list."Steven J. Hill"2005-05-141-0/+1
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-126-0/+1824
* This file is no longer used. kill it.Eric Andersen2005-05-111-64/+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
* Fix __sigprocmask weak symbol resolution with gcc4.Paul Mundt2005-05-022-1/+2
* 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-285-41/+156
* 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