Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/librump/rumpkern



Module Name:    src
Committed By:   pooka
Date:           Sun Apr 27 15:08:52 UTC 2014

Modified Files:
        src/sys/rump/librump/rumpkern: rump.c rump_private.h

Log Message:
Eliminate weak symbols from rump kernel syscall handlers, part 4:

Do not query system call handlers by using the rumpuser_dl_globalsym()
hypercall -- it will not work in environments which are not in control
of their own symbols (e.g. rumpuser-xen).  Instead, provide
rump_syscall_boot_establish(), which component constructors can use
to establish their non-modular syscalls.


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.83 -r1.84 src/sys/rump/librump/rumpkern/rump_private.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index