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
/
libpuffs
/
callcontext.c
Age
Commit message (
Expand
)
Author
2018-07-09
revert previous now that MAP_ALIGNED has been fixed.
christos
2018-07-08
correct previous cast.
christos
2018-07-08
cast for lint
christos
2011-12-06
Deal with __MACHINE_STACK_GROWS_UP machines.
skrll
2011-11-02
puffs_cc_yield: fix a cc leak. PR/44679
yamt
2011-03-04
puffs__cc_destroy: clear PCC_HASCALLER. the caller info is not
yamt
2011-01-10
typo in a comment
yamt
2008-08-11
clear cached puffs_cc's in puffs_exit()
pooka
2008-08-11
* make sure we come out of mainloop in the main context. otherwise in
pooka
2008-01-28
Don't add asserts between testing and commit - especially not
pooka
2008-01-28
Implement lazy contexts for file systems using puffs_mainloop().
pooka
2008-01-17
Fix fakecc case.
pooka
2008-01-16
Cache a number of execution contexts instead of re-initializing
pooka
2008-01-16
Use PROT_NONE page to protect bottom of stack from overrun
pooka
2007-12-16
* nuke puffs_cc_get{specific,usermount} for good
pooka
2007-12-04
Part 3/n of extensive changes to message handling:
pooka
2007-11-29
* allocate pcc as a slice from the stack instead of allocating it
pooka
2007-10-31
Fix a few bugs and memleaks with the threading code.
pooka
2007-10-26
Add some very initial support for a threading worker model as an
pooka
2007-10-26
mmap stacks, makes it possible to align them
pooka
2007-10-21
Add puffs_cc_schedule() which marks a pcc runnable and will pass
pooka
2007-10-21
Always provide caller information from the kernel based on curlwp.
pooka
2007-10-11
Part 1/n of some pretty extensive changes to how the kernel module
pooka
2007-06-06
Move puffs to a two clause license where it already isn't so. And
pooka
2007-05-15
Step 3 and currently final step of a more general purpose event loop:
pooka
2007-05-10
assert that yield/continue is done only with a real continuation
pooka
2007-04-19
add puffs_cc_getspecific(pcc), which is shorthand for:
pooka
2007-02-17
#include <ucontext.h>
pooka
2007-01-06
* get rid of the mount callback; it's no great surprise to the
pooka
2006-12-29
checkpoint some experimental work-in-progress, namely:
pooka