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

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 18:55:59 UTC 2023 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel. Forgot to commit this part when splitting up

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

2023-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 18:55:59 UTC 2023 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel. Forgot to commit this part when splitting up

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

2019-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 25 16:44:42 UTC 2019 Modified Files: src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpvfs/rumpvfs_syscalls.c

Re: CVS commit: src/sys/rump/librump/rumpvfs

2010-11-30 Thread David Holland
On Tue, Nov 30, 2010 at 03:39:27PM +, Antti Kantee wrote: Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: fix broken rototill I did ask you if that was going to work, and you didn't answer. :-p (and the tests passed, and all componentname crap is going to

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

2010-03-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 8 12:17:45 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: mfs miniroot is mandatory To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

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

2010-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 1 13:03:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: support unmount of rumpfs To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/rump/librump/rumpvfs/rumpfs.c

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

2010-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 1 13:03:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: support unmount of rumpfs To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/rump/librump/rumpvfs/rumpfs.c

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

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 22:03:12 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: Typecast memwinsize to off_t before taking the complement to be 'ed with an off_t. Otherwise things go a bit wrong with 4GB images