summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2020-08-02Pull up following revision(s) (requested by maxv in ticket #1032):martin
2020-02-12Pull up following revision(s) (requested by riastradh in ticket #701):martin
2019-12-09Pull up following revision(s) (requested by jmcneill in ticket #525):martin
2019-11-21In preparation for the upcoming release, turn off DIAGNOSTIC in mostmartin
2019-10-28Pull up following revision(s) (requested by maya in ticket #385):martin
2019-09-01Pull up following revision(s) (requested by mrg in ticket #135):martin
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
2019-02-20Another WARNS=3 modulepgoyette
2019-02-20Another module that needs WARNS=3 to allow signed-vs-unsigned comparespgoyette
2019-02-17For vax, GCC 6.5 and 7.4 cannot compile lfs_inode.c withrin
2019-02-17Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc.rin
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
2019-02-17Turn on DIAGNOSTIC by default for modules in HEAD.rin
2019-02-13Add Intel-VMX support in NVMM. This allows us to run hardware-acceleratedmaxv
2019-02-06Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device.rin
2019-02-05Prepare the implementation of the ZFS control directory ".zfs".hannken
2019-02-05be sure to only apply zlib.c's -Wno-error=implicit-fallthrough to GCC 7.mrg
2019-02-04don't assume _LP64 == supports COMPAT_NETBSD32.mrg
2019-02-04Don't include puffs_compat in a kernel unless the filesystem ispgoyette
2019-02-04apply -Wno-error=implicit-fallthrough to via_dmablit.c.mrg
2019-02-04apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c.mrg
2019-02-04add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthroughmrg
2019-02-04- use -Wno-error=implicit-fallthrough with GCC7.mrg
2019-02-03Remove some commented-out stuff accidentally left in the previous commit.pgoyette
2019-02-03Don't include the raidframe compat code in the main raid module, thepgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-21Build bpfjit and sljit modules on aarch64.alnsn
2019-01-17Add a new example kernel module: mapperkamil
2018-12-29Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the samemaxv
2018-12-19Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,maxv
2018-11-27Remove the rest of my local change that somehow snuck in to anpgoyette