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

2009-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 26 21:30:43 UTC 2009 Modified Files: src/sys/rump/librump/rumpuser: rumpuser.c Log Message: Don't drop kernel lock twice inside same operation. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2009-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 26 21:36:24 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: * set syncdelay to 0 only if we don't have a syncer thread * add some #if0'd debug code to unmount for printing event counters To

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

2009-04-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 18 16:30:58 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: genfs_io.c Log Message: * actually do syncer list add/remove instead of just pretending to play VI_ONWORKLST games * honor PGO_LOCKED in getpages wrt. to

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

2009-04-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 18 16:33:37 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: If running in multithreaded mode, create sched_sync thread. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2009-04-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 16 14:07:18 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c Log Message: When I switched to real kauth, I forgot to include a secmodel. Fix this oversight by including bsd44. Makes

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

2009-04-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 17 00:39:27 UTC 2009 Modified Files: src/sys/rump/librump/rumpuser: rumpuser.c Log Message: Don't bzero in rumpuser_malloc, do it in the caller iff necessary. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 18:22:08 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern misc_stub.c rump.c Log Message: include subr_evcnt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2009-03-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 26 08:22:22 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: genfs_io.c Log Message: Handle eof a bit differently. E.g. ffs and msdosfs seem to have a quite different opinion about what happens in bmap beyond EOF,

<    4   5   6   7   8   9