summaryrefslogtreecommitdiff
path: root/sys/rump/include
AgeCommit message (Expand)Author
2010-03-05During bootstrap, process all modinfos in a DSO in one go. Getpooka
2010-03-05regen for rump_module interface changepooka
2010-03-05regen (for lfs syscalls #ifdef removal).pooka
2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka
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-13Add missing public members of bus_dmamap_t per interface specificationpooka
2010-02-11Add RUMP_SYS_FILEOPS for syscalls which operate on files (or at leastpooka
2010-02-09Add a bus.h blanket header which forces definition of bus space /pooka
2009-12-23Fixed ukfs build on non-NetBSD system.stacktic
2009-12-23regen: INRENAMEpooka
2009-12-09Add RUMP_SYS_OPEN define to replace open calls with their RUMP version.haad
2009-11-26regen for rump_sys_pipe()pooka
2009-11-26regen: retval -> retval[2]pooka
2009-11-26Build the kernel symbol table in rumpuser bootstrap and feed it topooka
2009-11-26regen: rump_kernelfsym_load()pooka
2009-11-26regen: rump_sys_modctl()pooka
2009-11-19Create async i/o "interrupt" thread from within the kernel so thatpooka
2009-11-11Make rumpuser_cv_timedwait take two int64's instead timespec topooka
2009-11-03regen: add AB_* macrospooka
2009-11-03include AB_* macros from reboot.hpooka
2009-11-03Add rump_boot_set/gethowto(), which can be called before rump_init()pooka
2009-10-24Pass modinit to rumpuser_dl_module_bootstrap() as a function pointerpooka
2009-10-24unused rumpuser_realpath is really deadpooka
2009-10-20regenpooka
2009-10-15rump_get_curlwp() is deadpooka
2009-10-15regen: lwp interface changespooka
2009-10-15fix previous to make sensepooka
2009-10-15adjust for new rump_cpupooka
2009-10-15Add prototype for wait operation variants which do not drop anypooka
2009-10-15regen: scheduling pointspooka
2009-10-15regen: scheduling points in rump_pub wrapperspooka
2009-10-14"rumppriv" goes back to "rump" per internal interface naming change.pooka
2009-10-14regen: put all public interfaces created by ifspec into a rump_pub namespacepooka
2009-10-14Adjust rump sources for external/internal interfaces.pooka
2009-10-14generate rump local interfacespooka
2009-10-13regen: fix rump varargs syscalls prototypespooka
2009-10-13don't define curlwp, it's just (unused) sugarpooka
2009-10-11add recvmsg and sendmsg to networking rump syscallspooka
2009-10-09Provide an interface for reboot.pooka
2009-10-09regenpooka
2009-10-09namespace RB_ from reboot.hpooka
2009-10-07g/c some prehistoric interfaces which have been superceded by others.pooka
2009-10-07Allow to set size and host file offset for etfs files and rumpblk.pooka
2009-10-06Give a p2k node an internal state. This allows us to do properpooka
2009-09-29regen: remove VNODE_LOCKDEBUGpooka
2009-09-27regen again (forgot both patches touched namei.h)dholland
2009-09-27regendholland
2009-09-24Load modules from all components which are linked into a rump binarypooka
2009-09-21<sys/stdint.h> is a non-standard header, so include it only frompooka