summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib
AgeCommit message (Expand)Author
2022-05-03libwsemul_vt100: Rumpified wscons vt100 emulator (wsvt25).uwe
2022-04-14Split some common stuff into scsi_subr module. This enables loadingpgoyette
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-03usb: Hold pipe lock across upm_transfer and upm_start.riastradh
2022-03-03usb: Factor usb_insert_transfer out of upm_transfer and make private.riastradh
2022-02-13rump: Omit unused EIEIO #define, vestige of powerpc bus_dma.c.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-06PR/55789: Ruslan Nikolaev: New rump driverschristos
2020-11-02PR/55777: Ruslan Nikolaev: use MIN() from <sys/param.h> instead of min()christos
2020-09-05Round of uvm.h cleanup.riastradh
2020-04-30Rewrite entropy subsystem.riastradh
2020-04-25Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVMbouyer
2020-04-13unhook umass_isdata.c from here toojdolecek
2020-04-04remove SMBFS and nsmb(4) - kernel partjdolecek
2020-02-10Omit duplicate rnd_init in rump.riastradh
2020-01-27Update comment to reflect recent change to the error message in question.pgoyette
2019-12-17Add error and zero targets to build.mlelstv
2019-10-24Switch the iconv(3) prototype to the POSIX conformant variationkamil
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-04-05need subr_disklabel.cchristos
2019-03-26Protect __KERNEL_RCSID. It isn't available when compile rumpkernels under e.g...bad
2019-02-06kill compat code dependencies.christos
2019-02-04don't assume _LP64 == supports COMPAT_NETBSD32.mrg
2019-01-27Fix merge botches. I hope there's no more left...rin
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-12Add missing RCSIDs.alnsn
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-06Remove duplicate ;maya
2018-04-27M_CLUSTER -> M_EXT_CLUSTER, and remove M_CLUSTER completely.maxv
2018-01-18implement 32-bit compat support for raidframe.mrg
2017-12-16Now that the pad module has an ioconf file, we need to provide one forpgoyette
2017-06-29reduce rump waring message. pointed out by ozaki-r@n.o, thanks.knakahara
2017-06-22should be umodeswitch!christos
2017-06-01Add infrastructure for modularization of audio, midi, and sequencerpgoyette
2017-05-10Match the ioconf name in sys/modules.sevan
2017-04-19Modularize ualea(4).riastradh
2017-04-18Make comment match.riastradh
2017-04-17New rndsource driver for Araneus Alea II TRNG USB devices.riastradh
2017-04-17Fix bulk xfer buffer with usedma = false.riastradh
2017-04-17Fix order of outputs in rumpuser_open call.riastradh
2017-01-15We no longer need ioconf.c - remove it to avoid "defined but not used"pgoyette
2017-01-14Don't call the drvctl module's initialization code during rump componentpgoyette
2016-07-30Fix variable names in previouspgoyette
2016-07-30More adaptation of the rump component init, to avoid EEXIST duringpgoyette
2016-07-26When calling devsw_attach() we need to use the expected/official driverpgoyette
2016-07-25When initializing the rump cgd component, use the correct driver namepgoyette
2016-07-19Fix regression introduced in tests/net/bpf and tests/net/bpfilterpgoyette
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh