Home | History | Annotate | Download | only in kern
History log of /src/sys/rump/kern/Makefile.rumpkerncomp
RevisionDateAuthorComments
 1.14  30-Sep-2021  yamaguchi Added tests for the linear hook APIs
 1.13  22-Sep-2018  rmind Add rumpkern_nv (in-kernel RUMP libnv).
 1.12  15-Nov-2015  pooka branches: 1.12.16; 1.12.18;
Always descend into component directories for rumpdescribe.
 1.11  07-Jan-2015  pooka Move sysproxy support into a separate component, rumpkern_sysproxy,
instead of it being always provided by the rump kernel base. This
move accomplishes two things:

1) it is no longer necessary to provide sysproxy hypercall stubs for
platforms which do not want to use sysproxy
2) it is easier to reason about the security aspects, since configurations
not linking the sysproxy component simply do not support remote
system calls

discussed on rumpkernel-users
 1.10  02-Apr-2014  pooka branches: 1.10.6;
Put nanosleep() and folks in librump instead of maintaining them in
the separate rumpkern_time component. Keeping time-related routines
elsewhere lead to some illogical behavior if you didn't think of linking
in rumpkern_time (hands up everyone who checks the return value of
nanosleep()).

Add warnings if rumpkern_time is linked or used. I'll remove it in a
month or two instead of now since it was part of a buildrump.sh snapshot
and it's nicer if trying to use it gives a warning instead of an error
in the next snapshot.

"everything should be as modular as possible, but no more modular than that"
 1.9  14-Mar-2014  pooka Add rumpkern_time for nanosleep, clock_gettime, setitimer, etc.
 1.8  16-Nov-2013  alnsn Build and install sljit and bpfjit rump components iff ${MKSLJIT} != "no".
 1.7  16-Nov-2013  martin sljit is only available on very few architectures, so do not try to build
it on all.
 1.6  16-Nov-2013  rmind Build rumpkern_sljit and rumpnet_bpfjit; include them into the sets.
 1.5  10-Mar-2012  joerg branches: 1.5.2; 1.5.4;
P1003_1B_SEMAPHORE is no longer optional.
 1.4  05-Mar-2011  joerg branches: 1.4.2; 1.4.6; 1.4.10;
Fix spelling of MKZFS
 1.3  18-Jan-2011  haad branches: 1.3.2;
Add support for compiling ZFS and Solaris modules as RUMP libraries. Add
some locking and rumpcopy primitives and refactor module building Makefiles
to work with both RUMP and kernel modules. This is first part of adding
support for regular test of zfs on NetBSD to hunt some bugs and make it
stable.

Ok by pooka@.
 1.2  05-Dec-2010  pooka branches: 1.2.2;
rumpcrypto should never have been its own faction, so finally make
it a component under kern, i.e. rumpcrypto -> rumpkern_crypto.
 1.1  05-Dec-2010  pooka Make build similar to fs, net & dev.
 1.2.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.3.2.1  05-Mar-2011  bouyer Sync with HEAD
 1.4.10.1  11-Mar-2012  mrg sync to latest -current
 1.4.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.6.1  17-Apr-2012  yamt sync with head
 1.4.2.2  05-Mar-2011  rmind sync with head
 1.4.2.1  05-Mar-2011  rmind file Makefile.rumpkerncomp was added on branch rmind-uvmplock on 2011-03-05 20:56:13 +0000
 1.5.4.1  18-May-2014  rmind sync with head
 1.5.2.2  03-Dec-2017  jdolecek update from HEAD
 1.5.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.6.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.10.6.1  06-Apr-2015  skrll Sync with HEAD
 1.12.18.1  10-Jun-2019  christos Sync with HEAD
 1.12.16.1  30-Sep-2018  pgoyette Ssync with HEAD

RSS XML Feed