summaryrefslogtreecommitdiff
path: root/sys/modules/compat_linux32
AgeCommit message (Collapse)Author
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
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-26One more - we also need the libnv for compat_linux32 modulemlelstv
2011-08-02Remove a number of now unnecessary -no-integrated-as cases.joerg
2011-05-20LLVM's assembler parser doesn't support .code32 yet, so disable it asjoerg
needed.
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2008-12-08s/SYSVIPC/SYSVMSG/, for message queues support.njoly
2008-12-03PR port-amd64/40091 compat_linux32 module loading = panic due to missing symsad
2008-11-21PR port-amd64/39990 modules/compat_linux32: build fixad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
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