Source-Changes archive

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

CVS commit: src/sys/rump/librump



Module Name:    src
Committed By:   rin
Date:           Sat Jul 29 15:11:04 UTC 2023

Modified Files:
        src/sys/rump/librump/rumpkern: rumpkern_syscalls.c
        src/sys/rump/librump/rumpnet: rumpnet_syscalls.c
        src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c

Log Message:
rump: Regen again to fix missing __kevent100 symbol.

makerumpsyscalls.sh requires rebuilt rump libraries installed in
/usr/lib or directory specified by its first argument.

Now, new failures observed for ATF after __kevent100 addition are
fixed at least for aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/rumpkern/rumpkern_syscalls.c
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpnet/rumpnet_syscalls.c
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpvfs/rumpvfs_syscalls.c

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