Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Sun Apr 27 15:11:23 UTC 2014

Modified Files:
        src/sys/kern: init_sysent.c syscalls.c
        src/sys/rump/include/rump: rump_syscalls.h
        src/sys/rump/librump/rumpkern: rump_syscalls.c
        src/sys/sys: syscall.h syscallargs.h
Added Files:
        src/sys/rump: rump.sysmap

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

regen syscalls to eliminate weak aliases and link-time initialization


To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.273 -r1.274 src/sys/kern/syscalls.c
cvs rdiff -u -r0 -r1.1 src/sys/rump/rump.sysmap
cvs rdiff -u -r1.74 -r1.75 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.99 -r1.100 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.269 -r1.270 src/sys/sys/syscall.h
cvs rdiff -u -r1.252 -r1.253 src/sys/sys/syscallargs.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