summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2019-12-23Revert the removal of filemon.maxv
2019-12-18Retire filemon, discussed on tech-kern@.maxv
2019-12-16dm: Enable dm-error and dm-zero targettkusumi
2019-12-14Use MPSAFE callouts.ad
2019-12-10Ported driver for Intel Ethernet 700 seriesyamaguchi
2019-12-04Add syscall_linux back for other arm architectures (accidently removedmartin
2019-12-03dtrace: add support for aarch64jmcneill
2019-11-20Move all non-emulation-specific coredump code into the coredump module,pgoyette
2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg
2019-10-28Continue to build the filemon module, but don't install it. Hopefullypgoyette
2019-10-28Disable filemon.maya
2019-10-28Implement a front-end driver of virtio-9p called vio9pozaki-r
2019-10-13Elide function pointer cast errorschristos
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-09-28Disable NETBSD32_DRMKMS by not using it, but keep compiling it.christos
2019-09-26kill WARNS = 3christos
2019-09-26kill WARNS = 3christos
2019-09-26Kill WARNS = 3christos
2019-09-26Kill WARNS = 3 from all the modules that now compile cleanly.christos
2019-09-26Limit -Wno-sign-compare to only rtsock_50.c which by virtue of includingchristos
2019-09-22Add a new member to struct vfsstat and grow the unused memberschristos
2019-09-17enable building modules for if_aue(4), if_cdce(4), if_cue(4),mrg
2019-09-17build exec_elf32 module on arm64.mrg
2019-09-17add modules for all usbnet drivers not present.mrg
2019-08-20Disable netbsd32_drm.c until it receives proper review.maxv
2019-08-20Add netbsd32 drm support from Surya Shankar at GSoC 2019christos
2019-08-19Enable extended attributes in modules.christos
2019-08-08Build an if_udav module (untested)skrll
2019-07-31introduce a library of common code / backends to share code betweenmrg
2019-07-24Update the NPF kernel module Makefile. Missed in the previous commit.rmind
2019-06-22Set WARNS=3 - signed-vs-unsigned integer comparepgoyette
2019-06-22Add the if_media_80 source file to the module. The module's initializationpgoyette
2019-06-20Split the ufs code out of the ffs module and into its own module.pgoyette
2019-06-18Include quota compat code by defaultpgoyette
2019-06-18Add quota optionchristos
2019-06-18Add QUOTA definechristos
2019-06-17Add -DQUOTA (Paul Goyette)christos
2019-06-17Add missing file for QUOTAchristos
2019-06-05Switch module solaris to native XDR.hannken
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-05-01No need to define COMPAT_50 any longer. All the compat decisions arepgoyette
2019-04-15Split the COMPAT_50 socket-timeout stuff out of kern/uipc_socket.cpgoyette
2019-03-31Add the limit nodechristos
2019-03-26Now that the if_srt module has a chance of working (ie, it nowpgoyette
2019-03-24Add a loadable module for tap(4).pgoyette
2019-03-23Replace compile-time checking for vlan code with a module hook.pgoyette
2019-03-23The main compat_netbsd32 module doesn't contain any prior-version-compatpgoyette
2019-02-23Install the x86 RESET state at VCPU creation time, for convenience, somaxv
2019-02-20WARNS=3 for compat_netbsd32_* in order to appease sign-compare warningsrin