summaryrefslogtreecommitdiff
path: root/sys/rump/Makefile.rump
AgeCommit message (Expand)Author
2022-05-03Make option VNODE_LOCKDEBUG more functional.hannken
2021-07-07Allow to set sanitizer flags for the rump build from themartin
2021-04-25use MACHINE_MIPS64christos
2021-04-13Pass -isystem and -imacro ccp flags to lintchristos
2021-03-14Build rump for PPC_OEA64 on evbppc64.rin
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2020-05-29Set -fno-delete-null-pointer-checks for RUMP/MKSANITIZER with Clangkamil
2020-03-09Revert previouskamil
2020-03-09Build RUMP with -fno-delete-null-pointer-checks on all compilerskamil
2020-02-20The global offset table is spelled .TOC. on PPC64, so preserve that symbol.joerg
2018-03-03Disable NULL pointer check deletion like we do for the kernel inchristos
2018-01-18implement 32-bit compat support for raidframe.mrg
2017-10-08Honor REPROFLAGS for rump components.joerg
2016-07-09Pass down ${CPUFLAGS}matt
2015-11-15describe => rumpdescribepooka
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2015-08-24Remove individual opt_foo.h files, continue consolidating to opt_rumpkernel.hpooka
2015-08-24remove librump/rumpnet/opt, consolidate in rump/include/optpooka
2015-08-24Remove unnecessary DPSRCS+=pooka
2015-08-24Use BUILDRUMP_IMACROS if specified.pooka
2015-08-21Move constant cpp macros from Makefile.rump into opt_rumpkernel.hpooka
2015-06-03Add a "default" alias for RUMP_NBCOMPAT, in case "default" and "all"pooka
2015-06-03Add "all" and "none" as acceptable RUMP_NBCOMPAT value aliases topooka
2015-04-24There are tests which rely on compat code continuing to be present,pooka
2015-04-23Rename RUMP_COMPAT to RUMP_NBCOMBAT to better signify what thepooka
2015-04-23For RUMP_COMPAT, accept "all" as an alias.pooka
2015-04-23Default compat to 60 70, now that it hopefully generates no fallout.pooka
2015-04-22Put 50 back to compat list for a while (some fallout)pooka
2015-04-22Define rump_nativeabi_p() under arch, where one would logically expectpooka
2015-04-22default compat to 60 & 70pooka
2015-04-22Generate -DCOMPAT_nn from a list of nn provided in RUMP_COMPATpooka
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
2014-12-01need -Wno-unused-parameter with -Wextrapooka
2014-12-01define the warnings used for hypercall components oncepooka
2014-12-01RUMPCOMP_USER has been deprecated for long enough, remove it.pooka
2014-07-22Implement rumpcomp_sync_icache() hyprecall for mips and addalnsn
2014-06-20Some rump kernel components for interfacing with the environment needpooka
2014-04-25Remove old HAVE_SUN_LD compat handling, it was there long enough.pooka
2014-04-23Add a RUMP_USE_CTOR compile-time switch. If defined, usepooka
2014-04-15add multi-inclusion protectionpooka
2014-03-16Introduce RUMP_CURLWP compile option to select curlwp scheme.pooka
2014-03-16Allow RUMP_LDSCRIPT itself to be used to specify which ldscript to use.pooka
2014-03-15Allow compile-time optimizations to curlwp. This can have a prettypooka
2014-03-13Allow multiple "rumpcomp_user" source modules to be specified bypooka
2014-03-10Move the "is arch capable of loading native kernel modules intopooka
2013-12-09Make ktrace a compile-time optionpooka
2013-12-09Support ktrace for rump kernels.pooka
2013-09-03RUMPCOMP_USEROBJ -> RUMPOBJ_NORENAMEpooka
2013-08-30Rename RUMPTEST_BUILDSH to RUMPKERN_ONLY. Turns out not building anypooka
2013-08-05The linker script is the argument of -T, so keep them together.joerg