index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
linuxthreads
/
wrapsyscall.c
Age
Commit message (
Expand
)
Author
2016-05-18
remove linuxthreads.new, rename linuxthreads.old
Waldemar Brodkorb
2015-02-14
Revert "resolve merge"
Waldemar Brodkorb
2015-02-14
resolve merge
Waldemar Brodkorb
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger
2005-11-15
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...
Mike Frysinger
2005-09-08
punt wrapsyscall.c as glibc has
Mike Frysinger
2003-05-30
In a number of places we erroneously used tests such as '#ifdef PIC' when we
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-08-21
Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way
Eric Andersen
2002-08-21
mode_t was being promoted to an int by gcc's __builtin_va_arg, causing bad
Eric Andersen
2002-08-20
Remove some noise
Eric Andersen
2002-04-17
Remove strong aliases to symbols that we don't define in uClibc
Eric Andersen
2002-02-26
Enable pread/pwrite
Eric Andersen
2002-02-23
Several naming cleanups so threads work properly again
Eric Andersen
2002-02-21
Let the large file stuff be cancelable
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen