summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up 'sysdep.h' file madness."Steven J. Hill"2005-09-133-627/+259
* Finish merge from trunk."Steven J. Hill"2005-09-133-2/+51
* Fix 'vfork' for MIPS. The SAVE_PID and RESTORE_PID macros should not be in th..."Steven J. Hill"2005-09-061-29/+0
* Fix cloberring of errno value."Steven J. Hill"2005-09-031-0/+3
* Import latest 'clone' and 'vfork' functions from glibc. These have been teste..."Steven J. Hill"2005-09-035-57/+141
* Sync."Steven J. Hill"2005-08-271-8/+3
* Sync with trunk."Steven J. Hill"2005-08-2621-1588/+1791
* Sync with trunk."Steven J. Hill"2005-08-182-3/+3
* Sync with trunk."Steven J. Hill"2005-08-181-0/+23
* Merge/sync with trunk."Steven J. Hill"2005-08-1711-44/+134
* Bring in latest from trunk."Steven J. Hill"2005-08-124-20/+8
* It occurred to me that for the uClibc way of doing things, we should be using..."Steven J. Hill"2005-08-111-4/+0
* Finally, all of the makefiles that make the magic happen. These changes allow..."Steven J. Hill"2005-08-091-18/+1
* Compile cleanups for NPTL support."Steven J. Hill"2005-08-091-0/+4
* In reality, the futex support that was originally added was only for STDIO op..."Steven J. Hill"2005-08-092-5/+7
* 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-311-0/+17
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-307-602/+201
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-3016-110/+182
* Add new file."Steven J. Hill"2005-07-301-0/+550
* Merge mania continues..."Steven J. Hill"2005-07-304-63/+443
* 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-2610-0/+770
* 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
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-221-0/+38
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-122-18/+37
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-121-0/+1
* 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
* 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
* 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
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-283-0/+155
* 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
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-249-28/+419