summaryrefslogtreecommitdiff
path: root/sys/rump
AgeCommit message (Expand)Author
2010-03-08attempt to know my a-b-c'spooka
2010-03-08support mfspooka
2010-03-08mfs miniroot is mandatorypooka
2010-03-08Convert to pseudo-root.pooka
2010-03-08need -Irumpkern for RUMP_COMPONENTpooka
2010-03-08convert to ioconf & pseudo-rootpooka
2010-03-08Update minimum to make compile. i don't have the hardware anymore,pooka
2010-03-08convert to ioconf/pseudo-rootpooka
2010-03-08Use config pseudo-root keyword instead of monolithic configurationspooka
2010-03-07Make rump devfs expose ttyU1 and dtyU1 as well.pooka
2010-03-07tweak previous to actually workpooka
2010-03-07pmf wants buf_syncwait() which is a part of optional vfspooka
2010-03-05During bootstrap, process all modinfos in a DSO in one go. Getpooka
2010-03-05regen for rump_module interface changepooka
2010-03-05Use improved kernel module interfaces: instead of adding + loadingpooka
2010-03-05regen (for lfs syscalls #ifdef removal).pooka
2010-03-02Reflect removal of fs_nfs.h and -DNFSpooka
2010-03-02Don't generate unused fs_thefs.h headers.pooka
2010-03-02While I like redundant computing, specifying each option just oncepooka
2010-03-01Rename IOCONFIG to IOCONF. It matches the config(1) keyword andpooka
2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka
2010-03-01"support" unmount of rumpfspooka
2010-03-01Add types for LWP_CREATE and LWP_EXIT rpc calls. Currently unimplemented.pooka
2010-03-01Free memory in unmap instead of panicking.pooka
2010-03-01add signal stubs required by mfspooka
2010-03-01add u3gpooka
2010-02-26librumpuser is not _KERNEL code and does not belong in sys. Movepooka
2010-02-26Rename rumpuser_dl_module_bootstrap() to rumpuser_dl_bootstrap(),pooka
2010-02-24Expose rump_schedule() and rump_unschedule(). These can be usedpooka
2010-02-23* abort correct endpoint in bulk xferspooka
2010-02-22* get UDESC_CONFIG for proper config indexpooka
2010-02-20Fix snafu with error reporting in bulk transfers.pooka
2010-02-18Don't leak control endpoint descriptors.pooka
2010-02-18Actually, detach is possible enough if the device isn't in use.pooka
2010-02-18Change match to be based on the existence of the ugen device nodepooka
2010-02-18Also, don't try to figure out the size of devices if size matters not.pooka
2010-02-18Allow NULL as size and file type pointers.pooka
2010-02-17Support SCSIVERBOSE.pooka
2010-02-17* allow one more requestpooka
2010-02-17Invert inverted comment and verbosify it.pooka
2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka
2010-02-16remove -D__NetBSD__ (it's done globally now)pooka
2010-02-13Add missing public members of bus_dmamap_t per interface specificationpooka
2010-02-12I forgot I didn't fix kern/40505 yet, and hence using delay()/DELAY()pooka
2010-02-12adjust more config files for files.rump movepooka
2010-02-12move files.rump out of wippooka
2010-02-11Move a bunch of rump components from dev/wip to dev/lib now thatpooka
2010-02-11Add RUMP_SYS_FILEOPS for syscalls which operate on files (or at leastpooka
2010-02-10Rename rumpusbhc to ugenhc, as that better describes what it does.pooka
2010-02-10The first step to having cd work is to remember to attach it andpooka