| Age | Commit message (Expand) | Author |
| 2015-08-24 | These "wip" components have been in progress for >5 years. There hasn't | pooka |
| 2014-12-02 | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, | pooka |
| 2010-03-25 | use config_init_component() | pooka |
| 2010-03-08 | Convert to pseudo-root. | pooka |
| 2010-03-08 | need -Irumpkern for RUMP_COMPONENT | pooka |
| 2010-03-08 | Update minimum to make compile. i don't have the hardware anymore, | pooka |
| 2010-03-01 | Rename IOCONFIG to IOCONF. It matches the config(1) keyword and | pooka |
| 2010-02-16 | Globally define -Wno-pointer-sign, as it has become a pointless | pooka |
| 2010-02-12 | adjust more config files for files.rump move | pooka |
| 2010-02-12 | move files.rump out of wip | pooka |
| 2010-02-11 | Move a bunch of rump components from dev/wip to dev/lib now that | pooka |
| 2010-02-10 | Rename rumpusbhc to ugenhc, as that better describes what it does. | pooka |
| 2010-02-10 | The first step to having cd work is to remember to attach it and | pooka |
| 2010-02-09 | add cd@scsi and cd@atapi (untested. if you have a usb cd drive, let me know) | pooka |
| 2010-02-09 | Now that there is a working bus.h for all architectures, move rump | pooka |
| 2010-02-09 | * UR_CBI_ADSC ctrl req fails with EIO sometime for unknown reasons. | pooka |
| 2010-02-05 | Move the net80211 support component into the proper place in "net" | pooka |
| 2010-02-04 | Put common stuff in a single file which can be included. | pooka |
| 2010-02-03 | Convert to ioconf new world order: define attachments using config(1) | pooka |
| 2010-02-03 | one more request type to pass through (seriously, i'll make it pass | pooka |
| 2010-01-11 | decend into ums, ukbd and wscons | pooka |
| 2010-01-11 | Support ums (usb mouse) and ukbd (usb keyboard) drivers in rump. | pooka |
| 2010-01-11 | Add wscons rump component. | pooka |
| 2010-01-10 | Add a simple hack to make interrupt pipes work (can't close them | pooka |
| 2010-01-10 | pass a few more requests through to ugen | pooka |
| 2009-12-22 | Create sashimi nodes too. | pooka |
| 2009-12-20 | Include tty driver here for now to make this usable. Will disappear | pooka |
| 2009-12-20 | +libulpt | pooka |
| 2009-12-20 | Add ucom@usb support. This uses the uplcom hardware driver currently | pooka |
| 2009-12-20 | Improve bulk transfer implementation by adding more complete | pooka |
| 2009-12-19 | Replace totally handwritten ioconf.c with only a semi handwritten | pooka |
| 2009-12-19 | get rid of unnecessary headers | pooka |
| 2009-12-19 | define USBVERBOSE | pooka |
| 2009-12-19 | purge some stuff not used by this component anymore | pooka |
| 2009-12-15 | add component for usb printers (ulpt driver) | pooka |
| 2009-12-15 | Support more stuff, e.g. mapping alternate interface setting to the | pooka |
| 2009-12-04 | Attach uhub@uhub (in addition to uhub@roothub, which was already there). | pooka |
| 2009-12-03 | one more path adjustment for rump_vfs_makedevnodes() change | pooka |
| 2009-11-11 | Give this a makefile for easy rebuild of all the components when | pooka |
| 2009-10-14 | whoops, restore probing of ugen{0..3} instead of just ugen2 | pooka |
| 2009-10-13 | add one more passthrough | pooka |
| 2009-10-05 | * support async transfers | pooka |
| 2009-10-05 | Attach sd to devsw and create /dev/sd0[a-h]. | pooka |
| 2009-10-04 | * pass a few write requests through to the device. | pooka |
| 2009-10-04 | Pass some requests to the device. Hi ho, required for rum. | pooka |
| 2009-10-04 | Support rum@usb. Currently manages to configure and attach: | pooka |
| 2009-10-04 | Support net80211 in rump (for wireless device drivers, therefore in "dev") | pooka |
| 2009-10-03 | Report the root hub as self-powered. Works better when attaching | pooka |
| 2009-10-03 | probe and attach ugen0 through ugen3 | pooka |
| 2009-10-02 | Checkpoint rump usb host controller implementation. It's pretty | pooka |