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