index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread_attr.c
Age
Commit message (
Expand
)
Author
2017-08-01
pthread__attr_init_private:
martin
2017-07-02
Export the guard size of the main thread via vm.guard_size. Add a
joerg
2012-03-02
Separate pthread_t from thread stack. Drop additional alignment
joerg
2010-08-06
move namespace protection before inclusion.
christos
2010-08-06
Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner.
christos
2010-08-06
Add pthread_getattr_np()
christos
2009-01-18
fix -Wsign-compare issues
lukem
2008-10-10
pthread_attr_getschedparam: allow without preceding setparam on the
ad
2008-06-28
Now that we have all the scheduling gunk, make these do something useful:
ad
2008-06-25
pthread_attr_setstacksize: EINVAL if the requested size is less than
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-08
add missing static decls.
christos
2007-08-16
Remove PT_FIXEDSTACKSIZE_LG.
ad
2005-09-21
pthread_attr_getschedpolicy() wasn't setting the return buffer at all.
tv
2004-12-29
Implement pthread_attr_{set,get}schedpolicy() at the same level as the other
nathanw
2003-11-09
Add:
christos
2003-09-11
sprinkle ARGSUSED for good cheer.
christos
2003-07-18
pthread.c was getting a bit unwieldly. Move pthread_attr stuff out
nathanw