| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-17 | Bump default value of WARNS for modules from 3 to 5, and | rin | |
| explicitly set WARNS for modules that fail with WARNS=5. Also, turn on -Wno-missing-noreturn for clang for some files. At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5 Discussed on tech-kern. | |||
| 2018-11-26 | One more - we also need the libnv for compat_linux32 module | mlelstv | |
| 2011-08-02 | Remove a number of now unnecessary -no-integrated-as cases. | joerg | |
| 2011-05-20 | LLVM's assembler parser doesn't support .code32 yet, so disable it as | joerg | |
| needed. | |||
| 2009-02-14 | Convert more MACHINE tests to MACHINE_ARCH | abs | |
| 2008-12-08 | s/SYSVIPC/SYSVMSG/, for message queues support. | njoly | |
| 2008-12-03 | PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms | ad | |
| 2008-11-21 | PR port-amd64/39990 modules/compat_linux32: build fix | ad | |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad | |
| into modules. By and large this commit: - shuffles header files and ifdefs - splits code out where necessary to be modular - adds module glue for each of the components - adds/replaces hooks for things that can be installed at runtime | |||
