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.old
/
manager.c
Age
Commit message (
Expand
)
Author
2012-06-15
linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_*
Peter S. Mazinger
2012-04-24
linuxthreads.old: refactor nommu logic a little to avoid mmu warning
Mike Frysinger
2012-04-24
linuxthreads.old: pass back up saved_errno value in manager init
Mike Frysinger
2011-03-05
Allow ABIs where SP points below the stack frame.
Bernd Schmidt
2009-07-21
libpthread: add format attribute to __pthread_message()
Mike Frysinger
2009-07-05
Don't shadow the mask parameter with a local variable in the same function
Ron
2009-07-05
Add noreturn attributes to some functions that won't ever do so
Ron
2008-12-10
*: remove some __libc_XXX functions:
Denis Vlasenko
2008-12-01
optimize signal mask ops. comment out "impossible" errors
Denis Vlasenko
2008-11-22
signal ops: avoid calls through PLT for __sigXXX ops
Denis Vlasenko
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2007-05-31
Bernd Schmidt writes: make sure custom stacks work properly for no-mmu
Mike Frysinger
2006-11-09
backport from upstream:
Mike Frysinger
2006-11-03
remove duplicated/unused ASSERT code
Mike Frysinger
2006-02-27
import ia64 linuxthreads files
Mike Frysinger
2006-02-18
tweak the idea between having a MMU and actually using it
Mike Frysinger
2006-01-25
user internal versions of waitpid/raise/nanosleep
Peter S. Mazinger
2006-01-24
Don't use __getpid/__getpagesize
Peter S. Mazinger
2006-01-23
Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-27
typecast away a signed/unsigned warning
Mike Frysinger
2005-12-27
kill off minor unused warnings
Mike Frysinger
2005-12-22
Jie Zhang writes:
Mike Frysinger
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger