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