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
/
share
/
examples
/
rump
Age
Commit message (
Expand
)
Author
2010-03-07
Add a simple tty server which attaches to /dev/ttyU in the rump
pooka
2010-03-07
Pause after probe here too, so that you can amuse yourself by
pooka
2010-02-18
In "probeonly", pause after bootstrap to make "monkey plug and
pooka
2010-02-17
* support cd devices (@scsibus & @atapibus, per libumass)
pooka
2010-02-10
rumpusbhc is now ugenhc
pooka
2010-02-05
The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211.
pooka
2010-01-31
Add an example on how to use sysmon watchdogs in rump.
pooka
2010-01-11
descend into new subdirs
pooka
2010-01-11
Read mouse events from wsmouse and move a silly curses cursor around
pooka
2010-01-11
Add an example program which reads keypresses from the ukbd driver
pooka
2010-01-09
Stick a top-level subdir-makefile here for easy build-testing.
pooka
2009-12-22
Add a simple example of how to run the kernel umass/USB in userspace
pooka
2009-12-20
Add a simple terminal program which uses a rump kernel for a ucom@usb
pooka
2009-12-19
Use RUMP_ACTION to avoid having to specify the same information
pooka
2009-12-15
Add an example to show how to print with a rump ulpt driver.
pooka
2009-12-05
Include public interface describing user-kernel interface from include/dev/dm.
haad
2009-12-05
Fix some small bugs pointed out byt pooka@. Remove not needed -D defines and
haad
2009-12-04
Add small testing program which uses RUMP libdm to test device-mapper
haad
2009-11-03
* use rump_boot_sethowto()
pooka
2009-10-20
fix warnings, update interface to use rump_pub
pooka
2009-10-14
WARNS
pooka
2009-10-14
WARNS + make compile
pooka
2009-10-13
Try ffs is msdosfs mount fails -- I happened to have one USB stick
pooka
2009-10-05
Add an example program which shows how to do "ifconfig rum0 up".
pooka
2009-10-05
Add an example program which shows how to mount and read files from
pooka
2009-09-08
* fix error print
pooka
2009-09-08
Add a simple proof-of-concept program which shows how to use the
pooka