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
/
sys
/
rump
/
dev
/
lib
/
libugenhc
Age
Commit message (
Expand
)
Author
2013-09-19
Move the bus_dma implementation that works only with ugenhc into the
pooka
2013-09-13
GC rumpusb_device_intr_methods.
joerg
2013-07-04
Some systems provide ioctl() via unistd.h
pooka
2013-04-30
Translate error codes between the hypervisor and rump kernel.
pooka
2013-04-30
Make hypercall calling conventions consistent: iff a hypercall can fail,
pooka
2013-04-29
Reduce hypercalls related to reading to essentially an amalgamation
pooka
2013-04-29
don't compile the for kernel
christos
2013-04-28
problem with ioconf.c solved, reenable
pooka
2013-04-28
need errno
pooka
2013-04-28
duh, the untypoed version doesn't work with bsd.ioconf.mk. comment it
pooka
2013-04-28
typo
pooka
2013-04-28
The ioctl hypercall is used only by the usb host controller driver,
pooka
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-09-14
Do not assume that O_FOO flags have matching values in the rump kernel
pooka
2012-06-10
merge the jmcneill-usbmp branch. many thanks to jared for the
mrg
2010-03-26
Catch up with cosmetic changes to output from config(1)
pooka
2010-03-25
use config_init_component()
pooka
2010-03-22
* support isochronous transfers (for as much as they can be supported
pooka
2010-03-08
Use config pseudo-root keyword instead of monolithic configurations
pooka
2010-02-23
* abort correct endpoint in bulk xfers
pooka
2010-02-22
* get UDESC_CONFIG for proper config index
pooka
2010-02-20
Fix snafu with error reporting in bulk transfers.
pooka
2010-02-18
Don't leak control endpoint descriptors.
pooka
2010-02-18
Actually, detach is possible enough if the device isn't in use.
pooka
2010-02-18
Change match to be based on the existence of the ugen device node
pooka
2010-02-17
* allow one more request
pooka
2010-02-11
Move a bunch of rump components from dev/wip to dev/lib now that
pooka