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
/
requests.c
Age
Commit message (
Expand
)
Author
2013-01-23
Assert equality, not assignment, in puffs__fsframe_cmp.
riastradh
2008-01-29
When reading a request from the kernel, only allocate as much memory
pooka
2008-01-29
Fix a weirdosity in the framebuf gotfb interface: hand buffer
pooka
2008-01-28
Implement lazy contexts for file systems using puffs_mainloop().
pooka
2007-12-05
inverse inverse logic
pooka
2007-12-05
apply previous in a more readable way
pooka
2007-12-05
"fix" complaints about type-punned pointers with some icky casts.
dogcow
2007-12-04
Part 3/n of extensive changes to message handling:
pooka
2007-11-12
* split the putter header into a kernel version and a userland version
pooka
2007-10-31
Fix a few bugs and memleaks with the threading code.
pooka
2007-10-29
Sprinkle some hackish locks here and there, just enough to allow
pooka
2007-10-26
Add some very initial support for a threading worker model as an
pooka
2007-10-21
To work around lint problems, add a LINTED comment on pooka's request.
he
2007-10-19
When doing a read operation, don't copy the whole kernel buffer to
pooka
2007-10-11
Part 1/n of some pretty extensive changes to how the kernel module
pooka
2007-07-19
Don't float puffs_kargs needlessly around after mount, saves
pooka
2007-06-06
Move puffs to a two clause license where it already isn't so. And
pooka
2007-05-11
Step 2 of general-purpose eventloop: get rid of puffs_framebuf_eventloop().
pooka
2007-05-09
Remove the puffs_usermount argument from puffs_req_handle(). It can
pooka
2007-04-13
Instead of keeping on adding parameters to puffs_mount(), make it
pooka
2007-01-20
Be consistent with the rest of the framework about the argument
pooka
2007-01-20
be consistent in naming request handlers
pooka
2006-12-29
checkpoint some experimental work-in-progress, namely:
pooka
2006-12-07
outline & export code for interfacing with kernel GET/PUT requests
pooka