summaryrefslogtreecommitdiff
path: root/share/examples
AgeCommit message (Expand)Author
2010-03-07Add a simple tty server which attaches to /dev/ttyU in the rumppooka
2010-03-07Pause after probe here too, so that you can amuse yourself bypooka
2010-02-18In "probeonly", pause after bootstrap to make "monkey plug andpooka
2010-02-17* support cd devices (@scsibus & @atapibus, per libumass)pooka
2010-02-10rumpusbhc is now ugenhcpooka
2010-02-05The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211.pooka
2010-01-31Add an example on how to use sysmon watchdogs in rump.pooka
2010-01-11descend into new subdirspooka
2010-01-11Read mouse events from wsmouse and move a silly curses cursor aroundpooka
2010-01-11Add an example program which reads keypresses from the ukbd driverpooka
2010-01-09Stick a top-level subdir-makefile here for easy build-testing.pooka
2009-12-22Add a simple example of how to run the kernel umass/USB in userspacepooka
2009-12-20Add a simple terminal program which uses a rump kernel for a ucom@usbpooka
2009-12-19Use RUMP_ACTION to avoid having to specify the same informationpooka
2009-12-15Add an example to show how to print with a rump ulpt driver.pooka
2009-12-05Use puffs_kernerr_abort as the error handler.pooka
2009-12-05Include public interface describing user-kernel interface from include/dev/dm.haad
2009-12-05Fix some small bugs pointed out byt pooka@. Remove not needed -D defines andhaad
2009-12-04Add small testing program which uses RUMP libdm to test device-mapperhaad
2009-12-04Remove no longer supported suspend code.pooka
2009-11-03* use rump_boot_sethowto()pooka
2009-10-20fix warnings, update interface to use rump_pubpooka
2009-10-14WARNSpooka
2009-10-14WARNS + make compilepooka
2009-10-13Try ffs is msdosfs mount fails -- I happened to have one USB stickpooka
2009-10-05Add an example program which shows how to do "ifconfig rum0 up".pooka
2009-10-05Add an example program which shows how to mount and read files frompooka
2009-09-08* fix error printpooka
2009-09-08Add a simple proof-of-concept program which shows how to use thepooka
2009-06-19Clean up after moving the iSCSI initiator to src/usr.sbin/iscsi/initiatoragc
2009-05-14Add the getdate(3) function and getdate_err value, conforming to IEEEginsbach
2009-01-19Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used tojmmv
2008-11-26puffs_setfhsize() in initpooka
2008-10-29Add example pppd configuration for bluetooth DUN with Telus Mobility.jmcneill
2008-10-25Add an example script to connect to Cingular's 3G service.christos
2008-09-12fix more A0christos
2008-08-12Add -p for presenting the directory listing in the original case.pooka
2008-05-25Add RCS Id. Sort options. Fix xref.wiz
2008-03-09MKMAN should not be set in source makefiles. Use NOMAN.dholland
2008-02-28Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests,elad
2008-02-28Factor out the guts of get/setparam so it can be used from the compat code.elad
2008-02-16Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In otherelad
2008-02-10make sure we have an __UNCONST definition available, for portability reasons.agc
2008-02-07Define the version of the FUSE ABI we're working with specifically.agc
2008-02-07Set a definitive FUSE ABI before including fuse.h, to avoid situationsagc
2008-02-02Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT.elad
2008-02-01Replace a KAUTH_GENERIC_ISSUSER in the cpuctl code with a proper kauthelad
2008-01-30Use proper kauth(9) actions/requests for native scheduler stuff and theelad
2008-01-23Tons of process scope changes.elad
2008-01-07Make fork use kauth.elad