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_stack.c
Age
Commit message (
Expand
)
Author
2004-08-17
redo the fix for PR 26392 differently: instead of changing the stack bounds
chs
2004-07-25
in pthread__initmain(), don't reuse the part of the initial stack that
chs
2004-07-20
fix some stack-pointer math in the previous revision.
chs
2004-07-18
enhance MI pthreads code to support hppa:
chs
2004-03-14
fix comment for recent pthread_stack* var rename
cl
2004-02-02
Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. External
nathanw
2004-01-02
userland part of no-syscall upcall stack return
cl
2003-11-27
Set default stack size to the current limit on the stack size as set
cl
2003-07-17
Simplify pthread__stackalloc() by using the newish aligned-mmap()
nathanw
2003-03-08
add __RCSID()
lukem
2003-02-15
Remove unnecessary inclusion of <assert.h>.
nathanw
2003-01-19
Remove the dummy stack attr routines -- best to catch broken applications
thorpej
2003-01-19
- constify the get functions
christos
2003-01-18
de-lint
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej