| 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 | Use puffs_kernerr_abort as the error handler. | 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-12-04 | Remove no longer supported suspend code. | pooka |
| 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 |
| 2009-06-19 | Clean up after moving the iSCSI initiator to src/usr.sbin/iscsi/initiator | agc |
| 2009-05-14 | Add the getdate(3) function and getdate_err value, conforming to IEEE | ginsbach |
| 2009-01-19 | Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to | jmmv |
| 2008-11-26 | puffs_setfhsize() in init | pooka |
| 2008-10-29 | Add example pppd configuration for bluetooth DUN with Telus Mobility. | jmcneill |
| 2008-10-25 | Add an example script to connect to Cingular's 3G service. | christos |
| 2008-09-12 | fix more A0 | christos |
| 2008-08-12 | Add -p for presenting the directory listing in the original case. | pooka |
| 2008-05-25 | Add RCS Id. Sort options. Fix xref. | wiz |
| 2008-03-09 | MKMAN should not be set in source makefiles. Use NOMAN. | dholland |
| 2008-02-28 | Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests, | elad |
| 2008-02-28 | Factor out the guts of get/setparam so it can be used from the compat code. | elad |
| 2008-02-16 | Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In other | elad |
| 2008-02-10 | make sure we have an __UNCONST definition available, for portability reasons. | agc |
| 2008-02-07 | Define the version of the FUSE ABI we're working with specifically. | agc |
| 2008-02-07 | Set a definitive FUSE ABI before including fuse.h, to avoid situations | agc |
| 2008-02-02 | Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT. | elad |
| 2008-02-01 | Replace a KAUTH_GENERIC_ISSUSER in the cpuctl code with a proper kauth | elad |
| 2008-01-30 | Use proper kauth(9) actions/requests for native scheduler stuff and the | elad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-07 | Make fork use kauth. | elad |